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