Gems update, added missing jobs
13
Gemfile
|
@ -9,7 +9,6 @@ gem 'schema_plus'
|
|||
gem 'devise'
|
||||
gem 'pundit'
|
||||
|
||||
gem 'ancestry'
|
||||
gem 'paperclip'
|
||||
gem 'resque'
|
||||
gem 'resque-status'
|
||||
|
@ -21,12 +20,9 @@ gem 'highline', '~> 1.6.20'
|
|||
gem 'state_machines-activerecord'
|
||||
gem 'redis-rails'
|
||||
|
||||
gem 'charlock_holmes'
|
||||
|
||||
gem 'newrelic_rpm'
|
||||
|
||||
gem 'jbuilder'
|
||||
gem 'rails3-jquery-autocomplete'
|
||||
gem 'sprockets'
|
||||
gem 'will_paginate'
|
||||
gem 'meta-tags', require: 'meta_tags'
|
||||
|
@ -47,18 +43,16 @@ gem 'attr_encrypted'
|
|||
|
||||
# AngularJS related stuff
|
||||
gem 'angular-rails-templates'
|
||||
gem 'underscore-rails'
|
||||
gem 'ng-rails-csrf'
|
||||
gem 'angular-i18n'
|
||||
gem 'js-routes'
|
||||
gem 'soundmanager-rails'
|
||||
gem 'ngmin-rails'
|
||||
gem 'ngannotate-rails'
|
||||
|
||||
gem 'time_diff'
|
||||
|
||||
gem 'sass-rails'
|
||||
gem 'coffee-rails'
|
||||
gem 'font-awesome-rails'
|
||||
|
||||
gem 'compass-rails'
|
||||
gem 'uglifier'
|
||||
|
@ -87,11 +81,6 @@ group :development do
|
|||
gem 'rails3-generators'
|
||||
gem 'hirb'
|
||||
gem 'shotgun'
|
||||
# deploy
|
||||
gem 'capistrano', require: false
|
||||
gem 'rvm-capistrano', require: false
|
||||
gem 'cape', require: false
|
||||
gem 'capistrano_colors', require: false
|
||||
# Better Errors & RailsPanel
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
|
|
451
Gemfile.lock
|
@ -10,9 +10,9 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/activeadmin/activeadmin.git
|
||||
revision: 0ffc65a28847f46af1b707d43562eef1051b7960
|
||||
revision: cce908d9793ba1fce8483afe5e4112f97d7d0857
|
||||
specs:
|
||||
activeadmin (1.0.0.pre1)
|
||||
activeadmin (1.0.0.pre2)
|
||||
arbre (~> 1.0, >= 1.0.2)
|
||||
bourbon
|
||||
coffee-rails
|
||||
|
@ -20,101 +20,91 @@ GIT
|
|||
formtastic_i18n
|
||||
inherited_resources (~> 1.6)
|
||||
jquery-rails
|
||||
jquery-ui-rails (~> 5.0)
|
||||
jquery-ui-rails
|
||||
kaminari (~> 0.15)
|
||||
rails (>= 3.2, < 5.0)
|
||||
ransack (~> 1.3)
|
||||
sass-rails
|
||||
sprockets (< 4)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: http://rails-assets.org/
|
||||
specs:
|
||||
actionmailer (4.2.2)
|
||||
actionpack (= 4.2.2)
|
||||
actionview (= 4.2.2)
|
||||
activejob (= 4.2.2)
|
||||
actionmailer (4.2.6)
|
||||
actionpack (= 4.2.6)
|
||||
actionview (= 4.2.6)
|
||||
activejob (= 4.2.6)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
actionpack (4.2.2)
|
||||
actionview (= 4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
actionpack (4.2.6)
|
||||
actionview (= 4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
rack (~> 1.6)
|
||||
rack-test (~> 0.6.2)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||
actionview (4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
actionview (4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||
activejob (4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
activejob (4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
globalid (>= 0.3.0)
|
||||
activemodel (4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
activemodel (4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.2.2)
|
||||
activemodel (= 4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
activerecord (4.2.6)
|
||||
activemodel (= 4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
arel (~> 6.0)
|
||||
activesupport (4.2.2)
|
||||
activesupport (4.2.6)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.3.8)
|
||||
airbrake (4.2.1)
|
||||
builder
|
||||
multi_json
|
||||
ancestry (2.1.0)
|
||||
activerecord (>= 3.0.0)
|
||||
addressable (2.4.0)
|
||||
airbrake (5.3.0)
|
||||
airbrake-ruby (~> 1.3)
|
||||
airbrake-ruby (1.3.1)
|
||||
angular-i18n (0.1.2)
|
||||
angular-rails-templates (0.2.0)
|
||||
railties (>= 3.1)
|
||||
sprockets (~> 2)
|
||||
angular-rails-templates (1.0.0)
|
||||
railties (>= 4.2, < 6)
|
||||
sprockets (~> 3.0)
|
||||
tilt
|
||||
arbre (1.0.3)
|
||||
activesupport (>= 3.0.0)
|
||||
arel (6.0.0)
|
||||
attr_encrypted (1.3.4)
|
||||
encryptor (>= 1.3.0)
|
||||
bcrypt (3.1.10)
|
||||
arel (6.0.3)
|
||||
attr_encrypted (3.0.1)
|
||||
encryptor (~> 3.0.0)
|
||||
bcrypt (3.1.11)
|
||||
better_errors (2.1.1)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bourbon (4.2.3)
|
||||
bourbon (4.2.7)
|
||||
sass (~> 3.4)
|
||||
thor
|
||||
thor (~> 0.19)
|
||||
builder (3.2.2)
|
||||
callsite (0.0.11)
|
||||
cape (1.8.0)
|
||||
capistrano (2.15.5)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
net-sftp (>= 2.0.0)
|
||||
net-ssh (>= 2.0.14)
|
||||
net-ssh-gateway (>= 1.1.0)
|
||||
capistrano_colors (0.5.5)
|
||||
charlock_holmes (0.7.3)
|
||||
chunky_png (1.3.4)
|
||||
chunky_png (1.3.5)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cocaine (0.5.7)
|
||||
cocaine (0.5.8)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
coderay (1.1.0)
|
||||
coffee-rails (4.1.0)
|
||||
coderay (1.1.1)
|
||||
coffee-rails (4.1.1)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
railties (>= 4.0.0, < 5.1.x)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.9.1.1)
|
||||
coffee-script-source (1.10.0)
|
||||
compass (1.0.3)
|
||||
chunky_png (~> 1.2)
|
||||
compass-core (~> 1.0.2)
|
||||
|
@ -127,49 +117,48 @@ GEM
|
|||
sass (>= 3.3.0, < 3.5)
|
||||
compass-import-once (1.0.5)
|
||||
sass (>= 3.2, < 3.5)
|
||||
compass-rails (2.0.4)
|
||||
compass-rails (3.0.2)
|
||||
compass (~> 1.0.0)
|
||||
sass-rails (<= 5.0.1)
|
||||
sprockets (< 2.13)
|
||||
crack (0.4.2)
|
||||
sass-rails (< 5.1)
|
||||
sprockets (< 4.0)
|
||||
concurrent-ruby (1.0.2)
|
||||
crack (0.4.3)
|
||||
safe_yaml (~> 1.0.0)
|
||||
daemons (1.2.2)
|
||||
daemons (1.2.3)
|
||||
debug_inspector (0.0.2)
|
||||
devise (3.5.1)
|
||||
devise (4.1.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
railties (>= 4.1.0, < 5.1)
|
||||
responders
|
||||
thread_safe (~> 0.1)
|
||||
warden (~> 1.2.3)
|
||||
diff-lcs (1.2.5)
|
||||
domain_name (0.5.24)
|
||||
domain_name (0.5.20160310)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
encryptor (1.3.0)
|
||||
encryptor (3.0.0)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.5)
|
||||
execjs (2.5.2)
|
||||
factory_girl (4.5.0)
|
||||
eventmachine (1.0.9.1)
|
||||
execjs (2.7.0)
|
||||
factory_girl (4.7.0)
|
||||
activesupport (>= 3.0.0)
|
||||
factory_girl_rails (4.5.0)
|
||||
factory_girl (~> 4.5.0)
|
||||
factory_girl_rails (4.7.0)
|
||||
factory_girl (~> 4.7.0)
|
||||
railties (>= 3.0.0)
|
||||
faraday (0.9.1)
|
||||
faraday (0.9.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday-http-cache (1.2.2)
|
||||
faraday-http-cache (1.3.0)
|
||||
faraday (~> 0.8)
|
||||
ffi (1.9.8)
|
||||
font-awesome-rails (4.3.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
formtastic (3.1.3)
|
||||
ffi (1.9.10)
|
||||
formtastic (3.1.4)
|
||||
actionpack (>= 3.2.13)
|
||||
formtastic_i18n (0.4.1)
|
||||
formtastic_i18n (0.6.0)
|
||||
friendly_id (5.1.0)
|
||||
activerecord (>= 4.0.0)
|
||||
gli (2.13.1)
|
||||
globalid (0.3.5)
|
||||
git-version-bump (0.15.1)
|
||||
gli (2.14.0)
|
||||
globalid (0.3.6)
|
||||
activesupport (>= 4.1.0)
|
||||
haml (4.0.6)
|
||||
haml (4.0.7)
|
||||
tilt
|
||||
haml-rails (0.9.0)
|
||||
actionpack (>= 4.0.1)
|
||||
|
@ -180,8 +169,8 @@ GEM
|
|||
has_scope (0.6.0)
|
||||
actionpack (>= 3.2, < 5)
|
||||
activesupport (>= 3.2, < 5)
|
||||
hashdiff (0.3.0)
|
||||
highline (1.6.21)
|
||||
hike (1.2.3)
|
||||
hirb (0.7.3)
|
||||
html2haml (2.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
|
@ -196,17 +185,17 @@ GEM
|
|||
has_scope (~> 0.6.0.rc)
|
||||
railties (>= 3.2, < 5)
|
||||
responders
|
||||
its-it (1.1.1)
|
||||
jbuilder (2.2.16)
|
||||
activesupport (>= 3.0.0, < 5)
|
||||
its-it (1.2.1)
|
||||
jbuilder (2.4.1)
|
||||
activesupport (>= 3.0.0, < 5.1)
|
||||
multi_json (~> 1.2)
|
||||
jquery-rails (4.0.4)
|
||||
rails-dom-testing (~> 1.0)
|
||||
jquery-rails (4.1.1)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (5.0.5)
|
||||
railties (>= 3.2.16)
|
||||
js-routes (1.0.1)
|
||||
js-routes (1.2.5)
|
||||
railties (>= 3.2)
|
||||
sprockets-rails
|
||||
json (1.8.3)
|
||||
|
@ -214,59 +203,54 @@ GEM
|
|||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
key_struct (0.4.2)
|
||||
libv8 (3.16.14.7)
|
||||
localeapp (0.9.3)
|
||||
libv8 (3.16.14.15)
|
||||
localeapp (1.0.2)
|
||||
gli
|
||||
i18n
|
||||
json
|
||||
rack
|
||||
rest-client
|
||||
ya2yaml
|
||||
loofah (2.0.2)
|
||||
loofah (2.0.3)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.3)
|
||||
mime-types (>= 1.16, < 3)
|
||||
mailcatcher (0.6.1)
|
||||
activesupport (>= 4.0.0, < 5)
|
||||
eventmachine (~> 1.0.0, <= 1.0.5)
|
||||
mail (2.6.4)
|
||||
mime-types (>= 1.16, < 4)
|
||||
mailcatcher (0.6.4)
|
||||
activesupport (~> 4.0)
|
||||
eventmachine (= 1.0.9.1)
|
||||
mail (~> 2.3)
|
||||
rack (~> 1.5)
|
||||
sinatra (~> 1.2)
|
||||
skinny (~> 0.2.3)
|
||||
sqlite3 (~> 1.3)
|
||||
thin (~> 1.5.0)
|
||||
meta-tags (2.0.0)
|
||||
meta-tags (2.1.0)
|
||||
actionpack (>= 3.0.0)
|
||||
meta_request (0.3.4)
|
||||
meta_request (0.4.0)
|
||||
callsite (~> 0.0, >= 0.0.11)
|
||||
rack-contrib (~> 1.1)
|
||||
railties (>= 3.0.0, < 5.0.0)
|
||||
mime-types (1.25.1)
|
||||
railties (>= 3.0.0, < 5.1.0)
|
||||
mime-types (2.99.2)
|
||||
mimemagic (0.3.0)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.7.0)
|
||||
mock_redis (0.14.1)
|
||||
mini_portile2 (2.0.0)
|
||||
minitest (5.9.0)
|
||||
mock_redis (0.16.1)
|
||||
modware (0.1.2)
|
||||
its-it
|
||||
key_struct (~> 0.4)
|
||||
mono_logger (1.1.0)
|
||||
multi_json (1.11.1)
|
||||
multi_json (1.12.1)
|
||||
multipart-post (2.0.0)
|
||||
nest (1.1.2)
|
||||
redis
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-sftp (2.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.9.2)
|
||||
net-ssh-gateway (1.2.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
netrc (0.10.3)
|
||||
newrelic_rpm (3.12.0.288)
|
||||
netrc (0.11.0)
|
||||
newrelic_rpm (3.15.2.317)
|
||||
ng-rails-csrf (0.1.0)
|
||||
ngmin-rails (0.4.0)
|
||||
ngannotate-rails (1.2.2)
|
||||
execjs
|
||||
rails (>= 3.1)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
nokogiri (1.6.7.2)
|
||||
mini_portile2 (~> 2.0.0.rc2)
|
||||
octokit (4.3.0)
|
||||
sawyer (~> 0.7.0, >= 0.5.3)
|
||||
ohm (1.3.2)
|
||||
|
@ -276,82 +260,80 @@ GEM
|
|||
ohm-expire (0.1.3.2)
|
||||
ohm (>= 0.1.5)
|
||||
orm_adapter (0.5.0)
|
||||
paperclip (4.3.0)
|
||||
paperclip (4.3.6)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
cocaine (~> 0.5.5)
|
||||
mime-types
|
||||
mimemagic (= 0.3.0)
|
||||
pg (0.18.2)
|
||||
polyamorous (1.2.0)
|
||||
pg (0.18.4)
|
||||
polyamorous (1.3.0)
|
||||
activerecord (>= 3.0)
|
||||
posix-spawn (0.3.11)
|
||||
puma (2.11.3)
|
||||
rack (>= 1.1, < 2.0)
|
||||
pundit (1.0.1)
|
||||
puma (3.4.0)
|
||||
pundit (1.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
pygments.rb (0.6.3)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.2.0)
|
||||
rack (1.6.2)
|
||||
rack-contrib (1.2.0)
|
||||
rack (>= 0.9.1)
|
||||
rack-mini-profiler (0.9.3)
|
||||
rack (>= 1.1.3)
|
||||
rack (1.6.4)
|
||||
rack-contrib (1.4.0)
|
||||
git-version-bump (~> 0.15)
|
||||
rack (~> 1.4)
|
||||
rack-mini-profiler (0.10.1)
|
||||
rack (>= 1.2.0)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rack-throttle (0.3.0)
|
||||
rack (>= 1.0.0)
|
||||
rack-utf8_sanitizer (1.3.0)
|
||||
rack (~> 1.0)
|
||||
rails (4.2.2)
|
||||
actionmailer (= 4.2.2)
|
||||
actionpack (= 4.2.2)
|
||||
actionview (= 4.2.2)
|
||||
activejob (= 4.2.2)
|
||||
activemodel (= 4.2.2)
|
||||
activerecord (= 4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
rack-utf8_sanitizer (1.3.2)
|
||||
rack (>= 1.0, < 3.0)
|
||||
rails (4.2.6)
|
||||
actionmailer (= 4.2.6)
|
||||
actionpack (= 4.2.6)
|
||||
actionview (= 4.2.6)
|
||||
activejob (= 4.2.6)
|
||||
activemodel (= 4.2.6)
|
||||
activerecord (= 4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.2.2)
|
||||
railties (= 4.2.6)
|
||||
sprockets-rails
|
||||
rails-assets-notifyjs (0.3.2)
|
||||
rails-assets-notifyjs (0.4.2)
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
activesupport (>= 4.2.0.alpha)
|
||||
rails-dom-testing (1.0.6)
|
||||
rails-dom-testing (1.0.7)
|
||||
activesupport (>= 4.2.0.beta, < 5.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-html-sanitizer (1.0.2)
|
||||
rails-html-sanitizer (1.0.3)
|
||||
loofah (~> 2.0)
|
||||
rails3-generators (1.0.0)
|
||||
railties (>= 3.0.0)
|
||||
rails3-jquery-autocomplete (1.0.15)
|
||||
rails (>= 3.2)
|
||||
railties (4.2.2)
|
||||
actionpack (= 4.2.2)
|
||||
activesupport (= 4.2.2)
|
||||
railties (4.2.6)
|
||||
actionpack (= 4.2.6)
|
||||
activesupport (= 4.2.6)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.4.2)
|
||||
ransack (1.6.6)
|
||||
rake (11.1.2)
|
||||
ransack (1.7.0)
|
||||
actionpack (>= 3.0)
|
||||
activerecord (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
i18n
|
||||
polyamorous (~> 1.2)
|
||||
rb-fsevent (0.9.5)
|
||||
rb-inotify (0.9.5)
|
||||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
redis (3.0.7)
|
||||
redis-actionpack (4.0.0)
|
||||
redis-actionpack (4.0.1)
|
||||
actionpack (~> 4)
|
||||
redis-rack (~> 1.5.0)
|
||||
redis-store (~> 1.1.0)
|
||||
redis-activesupport (4.0.0)
|
||||
activesupport (~> 4)
|
||||
redis-activesupport (4.1.5)
|
||||
activesupport (>= 3, < 5)
|
||||
redis-store (~> 1.1.0)
|
||||
redis-namespace (1.5.2)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
|
@ -362,13 +344,13 @@ GEM
|
|||
redis-actionpack (~> 4)
|
||||
redis-activesupport (~> 4)
|
||||
redis-store (~> 1.1.0)
|
||||
redis-semaphore (0.3.0)
|
||||
redis-semaphore (0.3.1)
|
||||
redis
|
||||
redis-store (1.1.4)
|
||||
redis-store (1.1.7)
|
||||
redis (>= 2.2)
|
||||
ref (1.0.5)
|
||||
responders (2.1.0)
|
||||
railties (>= 4.2.0, < 5)
|
||||
ref (2.0.0)
|
||||
responders (2.2.0)
|
||||
railties (>= 4.2.0, < 5.1)
|
||||
resque (1.25.2)
|
||||
mono_logger (~> 1.0)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -382,65 +364,63 @@ GEM
|
|||
rufus-scheduler (~> 2.0.24)
|
||||
resque-status (0.5.0)
|
||||
resque (~> 1.19)
|
||||
resque_mailer (2.2.7)
|
||||
resque_mailer (2.3.0)
|
||||
actionmailer (>= 3.0)
|
||||
rest-client (1.8.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rr (1.1.2)
|
||||
rspec-core (3.2.3)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-expectations (3.2.1)
|
||||
rspec-core (3.4.4)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-expectations (3.4.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-mocks (3.2.1)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-mocks (3.4.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-rails (3.2.2)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-rails (3.4.2)
|
||||
actionpack (>= 3.0, < 4.3)
|
||||
activesupport (>= 3.0, < 4.3)
|
||||
railties (>= 3.0, < 4.3)
|
||||
rspec-core (~> 3.2.0)
|
||||
rspec-expectations (~> 3.2.0)
|
||||
rspec-mocks (~> 3.2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-support (3.2.2)
|
||||
rspec-core (~> 3.4.0)
|
||||
rspec-expectations (~> 3.4.0)
|
||||
rspec-mocks (~> 3.4.0)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-support (3.4.1)
|
||||
ruby-haml-js (0.0.5)
|
||||
execjs
|
||||
sprockets (>= 2.0.0)
|
||||
ruby_parser (3.7.0)
|
||||
ruby_parser (3.8.2)
|
||||
sexp_processor (~> 4.1)
|
||||
rufus-scheduler (2.0.24)
|
||||
tzinfo (>= 0.3.22)
|
||||
russian (0.6.0)
|
||||
i18n (>= 0.5.0)
|
||||
rvm-capistrano (1.5.6)
|
||||
capistrano (~> 2.15.4)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.14)
|
||||
sass-rails (5.0.1)
|
||||
sass (3.4.22)
|
||||
sass-rails (5.0.4)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (~> 1.1)
|
||||
tilt (>= 1.1, < 3)
|
||||
sawyer (0.7.0)
|
||||
addressable (>= 2.3.5, < 2.5)
|
||||
faraday (~> 0.8, < 0.10)
|
||||
schema_auto_foreign_keys (0.1.0)
|
||||
schema_plus_foreign_keys (~> 0.1)
|
||||
schema_plus_indexes (~> 0.2)
|
||||
schema_monkey (2.1.0)
|
||||
activerecord (~> 4.2)
|
||||
schema_monkey (2.1.4)
|
||||
activerecord (>= 4.2)
|
||||
its-it
|
||||
modware (~> 0.1)
|
||||
schema_plus (2.0.0)
|
||||
schema_plus (2.0.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_auto_foreign_keys (~> 0.1)
|
||||
schema_monkey (~> 2.1)
|
||||
schema_plus_columns (~> 0.1)
|
||||
schema_plus_core (~> 0.4)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_db_default (~> 0.1)
|
||||
schema_plus_default_expr (~> 0.1)
|
||||
schema_plus_enums (~> 0.1)
|
||||
|
@ -452,36 +432,37 @@ GEM
|
|||
schema_plus_columns (0.1.0)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_indexes (~> 0.1)
|
||||
schema_plus_core (0.5.0)
|
||||
schema_plus_core (1.0.0)
|
||||
activerecord (~> 4.2)
|
||||
schema_monkey (~> 2.1)
|
||||
schema_plus_db_default (0.1.0)
|
||||
schema_plus_db_default (0.1.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.2, >= 0.2.1)
|
||||
schema_plus_default_expr (0.1.0)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_default_expr (0.1.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.2, >= 0.2.1)
|
||||
schema_plus_enums (0.1.0)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_enums (0.1.2)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.2, >= 0.2.1)
|
||||
schema_plus_foreign_keys (0.1.2)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_foreign_keys (0.1.4)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.5)
|
||||
schema_plus_core (~> 1.0)
|
||||
valuable
|
||||
schema_plus_indexes (0.2.0)
|
||||
schema_plus_indexes (0.2.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.1)
|
||||
schema_plus_pg_indexes (0.1.4)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_pg_indexes (0.1.10)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_indexes (~> 0.1, >= 0.1.3)
|
||||
schema_plus_tables (0.1.0)
|
||||
schema_plus_tables (0.1.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.2)
|
||||
schema_plus_views (0.2.0)
|
||||
schema_plus_core (~> 1.0)
|
||||
schema_plus_views (0.3.1)
|
||||
activerecord (~> 4.2)
|
||||
schema_plus_core (~> 0.1)
|
||||
schema_plus_core (~> 1.0)
|
||||
scrivener (0.0.3)
|
||||
sexp_processor (4.6.0)
|
||||
sexp_processor (4.7.0)
|
||||
shotgun (0.9.1)
|
||||
rack (>= 1.0)
|
||||
shoulda (3.5.0)
|
||||
|
@ -493,38 +474,36 @@ GEM
|
|||
simple_form (3.1.0.rc2)
|
||||
actionpack (~> 4.0)
|
||||
activemodel (~> 4.0)
|
||||
sinatra (1.4.6)
|
||||
rack (~> 1.4)
|
||||
sinatra (1.4.7)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
sitemap_generator (5.0.5)
|
||||
sitemap_generator (5.1.0)
|
||||
builder
|
||||
skinny (0.2.3)
|
||||
skinny (0.2.4)
|
||||
eventmachine (~> 1.0.0)
|
||||
thin (~> 1.5.0)
|
||||
slim (3.0.6)
|
||||
temple (~> 0.7.3)
|
||||
thin (>= 1.5, < 1.7)
|
||||
slim (3.0.7)
|
||||
temple (~> 0.7.6)
|
||||
tilt (>= 1.3.3, < 2.1)
|
||||
soundmanager-rails (1.0.1)
|
||||
sprockets (2.12.3)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sprockets-rails (2.3.1)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sqlite3 (1.3.10)
|
||||
state_machines (0.2.2)
|
||||
state_machines-activemodel (0.1.2)
|
||||
activemodel (~> 4.1)
|
||||
state_machines (~> 0.2.0)
|
||||
state_machines-activerecord (0.2.0)
|
||||
activerecord (~> 4.1)
|
||||
state_machines-activemodel (~> 0.1.0)
|
||||
temple (0.7.5)
|
||||
test_after_commit (0.4.1)
|
||||
sprockets (3.6.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-rails (3.0.4)
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.3.11)
|
||||
state_machines (0.4.0)
|
||||
state_machines-activemodel (0.4.0)
|
||||
activemodel (>= 4.1, < 5.1)
|
||||
state_machines (>= 0.4.0)
|
||||
state_machines-activerecord (0.4.0)
|
||||
activerecord (>= 4.1, < 5.1)
|
||||
state_machines-activemodel (>= 0.3.0)
|
||||
temple (0.7.7)
|
||||
test_after_commit (1.0.0)
|
||||
activerecord (>= 3.2)
|
||||
therubyracer (0.12.2)
|
||||
libv8 (~> 3.16.14.0)
|
||||
|
@ -535,29 +514,28 @@ GEM
|
|||
rack (>= 1.0.0)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
tilt (2.0.4)
|
||||
time_diff (0.3.0)
|
||||
activesupport
|
||||
i18n
|
||||
timecop (0.7.4)
|
||||
timecop (0.8.1)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.7.1)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
underscore-rails (1.8.2)
|
||||
uglifier (3.0.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.1)
|
||||
valuable (0.9.9)
|
||||
unf_ext (0.0.7.2)
|
||||
valuable (0.9.12)
|
||||
vegas (0.1.11)
|
||||
rack (>= 1.0.0)
|
||||
warden (1.2.3)
|
||||
warden (1.2.6)
|
||||
rack (>= 1.0)
|
||||
webmock (1.21.0)
|
||||
webmock (2.0.3)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
will_paginate (3.0.7)
|
||||
hashdiff
|
||||
will_paginate (3.1.0)
|
||||
ya2yaml (0.31)
|
||||
yajl-ruby (1.2.1)
|
||||
|
||||
|
@ -567,22 +545,16 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
activeadmin!
|
||||
airbrake
|
||||
ancestry
|
||||
angular-i18n
|
||||
angular-rails-templates
|
||||
attr_encrypted
|
||||
better_errors
|
||||
binding_of_caller
|
||||
cape
|
||||
capistrano
|
||||
capistrano_colors
|
||||
charlock_holmes
|
||||
coffee-rails
|
||||
compass-rails
|
||||
devise
|
||||
factory_girl_rails
|
||||
faraday-http-cache
|
||||
font-awesome-rails
|
||||
friendly_id
|
||||
haml-rails
|
||||
highline (~> 1.6.20)
|
||||
|
@ -596,7 +568,7 @@ DEPENDENCIES
|
|||
mock_redis
|
||||
newrelic_rpm
|
||||
ng-rails-csrf
|
||||
ngmin-rails
|
||||
ngannotate-rails
|
||||
octokit (~> 4.0)
|
||||
ohm (~> 1.3.2)
|
||||
ohm-expire (~> 0.1.3)
|
||||
|
@ -612,7 +584,6 @@ DEPENDENCIES
|
|||
rails
|
||||
rails-assets-notifyjs!
|
||||
rails3-generators
|
||||
rails3-jquery-autocomplete
|
||||
rake
|
||||
redis-rails
|
||||
redis-semaphore
|
||||
|
@ -625,7 +596,6 @@ DEPENDENCIES
|
|||
rspec-rails
|
||||
ruby-haml-js
|
||||
russian
|
||||
rvm-capistrano
|
||||
sass-rails
|
||||
schema_plus
|
||||
shotgun
|
||||
|
@ -643,7 +613,6 @@ DEPENDENCIES
|
|||
time_diff
|
||||
timecop
|
||||
uglifier
|
||||
underscore-rails
|
||||
webmock
|
||||
will_paginate
|
||||
|
||||
|
|
Before Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 719 B |
Before Width: | Height: | Size: 718 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 922 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 89 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 185 KiB |
Before Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 319 KiB |
Before Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 868 B |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 1.1 KiB |