Update appraisal gemfiles

This commit is contained in:
Elliot Winkler 2015-09-23 23:59:18 -06:00
parent fcc17fe1f6
commit 3c2fe128fe
8 changed files with 225 additions and 341 deletions

View File

@ -12,8 +12,7 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard" gem "yard"
gem "redcarpet" gem "redcarpet"
gem "pygments.rb" gem "pygments.rb"
gem "guard" gem "fssm"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4" gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0" gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby gem "sqlite3", :platform => :ruby

View File

@ -1,6 +1,6 @@
GIT GIT
remote: git://github.com/pry/pry.git remote: git://github.com/pry/pry.git
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21 revision: 3c138cbf94a44f7a6696afdab1ab5149d7541974
specs: specs:
pry (0.10.1) pry (0.10.1)
coderay (~> 1.1.0) coderay (~> 1.1.0)
@ -27,7 +27,7 @@ GEM
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0) activesupport (= 4.0.0)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3) activerecord-deprecated_finders (1.0.4)
activeresource (4.0.0) activeresource (4.0.0)
activemodel (~> 4.0) activemodel (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
@ -38,60 +38,39 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 0.3.37) tzinfo (~> 0.3.37)
ansi (1.4.3) ansi (1.5.0)
appraisal (1.0.2) appraisal (1.0.3)
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
arel (4.0.2) arel (4.0.2)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
builder (3.1.4) builder (3.1.4)
byebug (4.0.4) byebug (5.0.0)
columnize (= 0.9.0) columnize (= 0.9.0)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.0.1) coffee-rails (4.0.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.0) coffee-script-source (1.9.1.1)
columnize (0.9.0) columnize (0.9.0)
diff-lcs (1.2.5) diff-lcs (1.2.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.3.0) execjs (2.6.0)
ffi (1.9.8) fssm (0.2.10)
formatador (0.2.5) hashie (3.4.2)
guard (2.12.5)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-yard (2.1.4)
guard (>= 1.1.0)
yard (>= 0.7.0)
hashie (3.3.2)
hike (1.2.3) hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0) i18n (0.7.0)
jbuilder (1.5.3) jbuilder (1.5.3)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
multi_json (>= 1.2.0) multi_json (>= 1.2.0)
jquery-rails (3.1.2) jquery-rails (3.1.4)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.2) json (1.8.3)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mail (2.5.4) mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
@ -103,26 +82,22 @@ GEM
builder builder
minitest (>= 2.12, < 5.0) minitest (>= 2.12, < 5.0)
powerbar powerbar
multi_json (1.10.1) multi_json (1.11.2)
nenv (0.2.0) pg (0.18.3)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.1)
polyglot (0.3.5) polyglot (0.3.5)
posix-spawn (0.3.9) posix-spawn (0.3.11)
powerbar (1.0.11) powerbar (1.0.12)
ansi (~> 1.4.0) ansi (~> 1.5.0)
hashie (>= 1.1.0) hashie (>= 1.1.0)
protected_attributes (1.0.3) protected_attributes (1.0.3)
activemodel (>= 4.0.0, < 5.0) activemodel (>= 4.0.0, < 5.0)
pry-byebug (3.1.0) pry-byebug (3.2.0)
byebug (~> 4.0) byebug (~> 5.0)
pry (~> 0.10) pry (~> 0.10)
pygments.rb (0.6.2) 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.5.2) rack (1.5.5)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.0) rails (4.0.0)
@ -141,29 +116,25 @@ GEM
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 (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) redcarpet (3.3.2)
redcarpet (3.2.2) rspec-core (3.3.2)
rspec-core (3.2.0) rspec-support (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-expectations (3.3.1)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-mocks (3.2.0) rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-rails (3.2.0) rspec-rails (3.3.3)
actionpack (>= 3.0, <= 4.2) actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, <= 4.2) activesupport (>= 3.0, < 4.3)
railties (>= 3.0, <= 4.2) railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0) rspec-core (~> 3.3.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-support (3.2.1) rspec-support (3.3.0)
sass (3.2.19) sass (3.2.19)
sass-rails (4.0.5) sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
@ -173,13 +144,12 @@ GEM
sdoc (0.4.1) sdoc (0.4.1)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1) shoulda-context (1.2.1)
slop (3.6.0) slop (3.6.0)
spring (1.2.0) spring (1.4.0)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (2.12.3) sprockets (2.12.4)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
@ -190,17 +160,15 @@ GEM
sprockets (~> 2.8) sprockets (~> 2.8)
sqlite3 (1.3.10) sqlite3 (1.3.10)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
timers (4.0.1)
hitimes
treetop (1.4.15) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
tzinfo (0.3.43) tzinfo (0.3.44)
uglifier (2.7.0) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
yajl-ruby (1.2.1) yajl-ruby (1.2.1)
@ -217,8 +185,7 @@ DEPENDENCIES
bcrypt-ruby (~> 3.0.0) bcrypt-ruby (~> 3.0.0)
bundler (~> 1.1) bundler (~> 1.1)
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
guard fssm
guard-yard
jbuilder (~> 1.2) jbuilder (~> 1.2)
jdbc-sqlite3 jdbc-sqlite3
jquery-rails jquery-rails
@ -245,3 +212,6 @@ DEPENDENCIES
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
yard yard
BUNDLED WITH
1.10.6

View File

@ -12,8 +12,7 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard" gem "yard"
gem "redcarpet" gem "redcarpet"
gem "pygments.rb" gem "pygments.rb"
gem "guard" gem "fssm"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4" gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0" gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby gem "sqlite3", :platform => :ruby

View File

@ -1,6 +1,6 @@
GIT GIT
remote: git://github.com/pry/pry.git remote: git://github.com/pry/pry.git
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21 revision: 3c138cbf94a44f7a6696afdab1ab5149d7541974
specs: specs:
pry (0.10.1) pry (0.10.1)
coderay (~> 1.1.0) coderay (~> 1.1.0)
@ -27,7 +27,7 @@ GEM
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.1)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3) activerecord-deprecated_finders (1.0.4)
activeresource (4.0.0) activeresource (4.0.0)
activemodel (~> 4.0) activemodel (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
@ -38,60 +38,41 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 0.3.37) tzinfo (~> 0.3.37)
ansi (1.4.3) ansi (1.5.0)
appraisal (1.0.2) appraisal (1.0.3)
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
arel (4.0.2) arel (4.0.2)
bcrypt-ruby (3.1.2) bcrypt (3.1.10)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.1.4) builder (3.1.4)
byebug (4.0.4) byebug (5.0.0)
columnize (= 0.9.0) columnize (= 0.9.0)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.0.1) coffee-rails (4.0.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.0) coffee-script-source (1.9.1.1)
columnize (0.9.0) columnize (0.9.0)
diff-lcs (1.2.5) diff-lcs (1.2.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.3.0) execjs (2.6.0)
ffi (1.9.8) fssm (0.2.10)
formatador (0.2.5) hashie (3.4.2)
guard (2.12.5)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-yard (2.1.4)
guard (>= 1.1.0)
yard (>= 0.7.0)
hashie (3.3.2)
hike (1.2.3) hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0) i18n (0.7.0)
jbuilder (1.5.3) jbuilder (1.5.3)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
multi_json (>= 1.2.0) multi_json (>= 1.2.0)
jquery-rails (3.1.2) jquery-rails (3.1.4)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.2) json (1.8.3)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mail (2.5.4) mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
@ -103,26 +84,22 @@ GEM
builder builder
minitest (>= 2.12, < 5.0) minitest (>= 2.12, < 5.0)
powerbar powerbar
multi_json (1.10.1) multi_json (1.11.2)
nenv (0.2.0) pg (0.18.3)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.1)
polyglot (0.3.5) polyglot (0.3.5)
posix-spawn (0.3.9) posix-spawn (0.3.11)
powerbar (1.0.11) powerbar (1.0.12)
ansi (~> 1.4.0) ansi (~> 1.5.0)
hashie (>= 1.1.0) hashie (>= 1.1.0)
protected_attributes (1.0.8) protected_attributes (1.1.3)
activemodel (>= 4.0.1, < 5.0) activemodel (>= 4.0.1, < 5.0)
pry-byebug (3.1.0) pry-byebug (3.2.0)
byebug (~> 4.0) byebug (~> 5.0)
pry (~> 0.10) pry (~> 0.10)
pygments.rb (0.6.2) 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.5.2) rack (1.5.5)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.1) rails (4.0.1)
@ -141,29 +118,25 @@ GEM
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 (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) redcarpet (3.3.2)
redcarpet (3.2.2) rspec-core (3.3.2)
rspec-core (3.2.0) rspec-support (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-expectations (3.3.1)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-mocks (3.2.0) rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-rails (3.2.0) rspec-rails (3.3.3)
actionpack (>= 3.0, <= 4.2) actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, <= 4.2) activesupport (>= 3.0, < 4.3)
railties (>= 3.0, <= 4.2) railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0) rspec-core (~> 3.3.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-support (3.2.1) rspec-support (3.3.0)
sass (3.2.19) sass (3.2.19)
sass-rails (4.0.5) sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
@ -173,13 +146,12 @@ GEM
sdoc (0.4.1) sdoc (0.4.1)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1) shoulda-context (1.2.1)
slop (3.6.0) slop (3.6.0)
spring (1.2.0) spring (1.4.0)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (2.12.3) sprockets (2.12.4)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
@ -190,17 +162,15 @@ GEM
sprockets (~> 2.8) sprockets (~> 2.8)
sqlite3 (1.3.10) sqlite3 (1.3.10)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
timers (4.0.1)
hitimes
treetop (1.4.15) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
tzinfo (0.3.43) tzinfo (0.3.44)
uglifier (2.7.0) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
yajl-ruby (1.2.1) yajl-ruby (1.2.1)
@ -217,8 +187,7 @@ DEPENDENCIES
bcrypt-ruby (~> 3.1.2) bcrypt-ruby (~> 3.1.2)
bundler (~> 1.1) bundler (~> 1.1)
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
guard fssm
guard-yard
jbuilder (~> 1.2) jbuilder (~> 1.2)
jdbc-sqlite3 jdbc-sqlite3
jquery-rails jquery-rails
@ -245,3 +214,6 @@ DEPENDENCIES
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
yard yard
BUNDLED WITH
1.10.6

View File

@ -12,8 +12,7 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard" gem "yard"
gem "redcarpet" gem "redcarpet"
gem "pygments.rb" gem "pygments.rb"
gem "guard" gem "fssm"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4" gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0" gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby gem "sqlite3", :platform => :ruby

View File

@ -1,6 +1,6 @@
GIT GIT
remote: git://github.com/pry/pry.git remote: git://github.com/pry/pry.git
revision: f0cbec507111743fdbc273735ea4f0f6164a5b21 revision: 3c138cbf94a44f7a6696afdab1ab5149d7541974
specs: specs:
pry (0.10.1) pry (0.10.1)
coderay (~> 1.1.0) coderay (~> 1.1.0)
@ -10,159 +10,130 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.1.7) actionmailer (4.1.13)
actionpack (= 4.1.7) actionpack (= 4.1.13)
actionview (= 4.1.7) actionview (= 4.1.13)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
actionpack (4.1.7) actionpack (4.1.13)
actionview (= 4.1.7) actionview (= 4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
actionview (4.1.7) actionview (4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
activemodel (4.1.7) activemodel (4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.1.7) activerecord (4.1.13)
activemodel (= 4.1.7) activemodel (= 4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
arel (~> 5.0.0) arel (~> 5.0.0)
activeresource (4.0.0) activeresource (4.0.0)
activemodel (~> 4.0) activemodel (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
rails-observers (~> 0.1.1) rails-observers (~> 0.1.1)
activesupport (4.1.7) activesupport (4.1.13)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
ansi (1.5.0) ansi (1.5.0)
appraisal (1.0.2) appraisal (1.0.3)
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
arel (5.0.1.20140414130214) arel (5.0.1.20140414130214)
bcrypt (3.1.10) bcrypt (3.1.10)
builder (3.2.2) builder (3.2.2)
byebug (4.0.4) byebug (5.0.0)
columnize (= 0.9.0) columnize (= 0.9.0)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.0.1) coffee-rails (4.0.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.0) coffee-script-source (1.9.1.1)
columnize (0.9.0) columnize (0.9.0)
diff-lcs (1.2.5) diff-lcs (1.2.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.3.0) execjs (2.6.0)
ffi (1.9.8) fssm (0.2.10)
formatador (0.2.5)
guard (2.12.5)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-yard (2.1.4)
guard (>= 1.1.0)
yard (>= 0.7.0)
hike (1.2.3) hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0) i18n (0.7.0)
jbuilder (2.2.6) jbuilder (2.3.1)
activesupport (>= 3.0.0, < 5) activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2) multi_json (~> 1.2)
jquery-rails (3.1.2) jquery-rails (3.1.4)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.2) json (1.8.3)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mail (2.6.3) mail (2.6.3)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
method_source (0.8.2) method_source (0.8.2)
mime-types (2.4.3) mime-types (2.6.2)
minitest (5.5.1) minitest (5.8.1)
minitest-reporters (1.0.10) minitest-reporters (1.1.1)
ansi ansi
builder builder
minitest (>= 5.0) minitest (>= 5.0)
ruby-progressbar ruby-progressbar
multi_json (1.10.1) multi_json (1.11.2)
nenv (0.2.0) pg (0.18.3)
notiffany (0.0.6) posix-spawn (0.3.11)
nenv (~> 0.1) protected_attributes (1.0.9)
shellany (~> 0.0)
pg (0.18.1)
posix-spawn (0.3.9)
protected_attributes (1.0.8)
activemodel (>= 4.0.1, < 5.0) activemodel (>= 4.0.1, < 5.0)
pry-byebug (3.1.0) pry-byebug (3.2.0)
byebug (~> 4.0) byebug (~> 5.0)
pry (~> 0.10) pry (~> 0.10)
pygments.rb (0.6.2) 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.5.2) rack (1.5.5)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.1.7) rails (4.1.13)
actionmailer (= 4.1.7) actionmailer (= 4.1.13)
actionpack (= 4.1.7) actionpack (= 4.1.13)
actionview (= 4.1.7) actionview (= 4.1.13)
activemodel (= 4.1.7) activemodel (= 4.1.13)
activerecord (= 4.1.7) activerecord (= 4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.1.7) railties (= 4.1.13)
sprockets-rails (~> 2.0) sprockets-rails (~> 2.0)
rails-observers (0.1.2) rails-observers (0.1.2)
activemodel (~> 4.0) activemodel (~> 4.0)
railties (4.1.7) railties (4.1.13)
actionpack (= 4.1.7) actionpack (= 4.1.13)
activesupport (= 4.1.7) activesupport (= 4.1.13)
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 (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) redcarpet (3.3.2)
redcarpet (3.2.2) rspec-core (3.3.2)
rspec-core (3.2.0) rspec-support (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-expectations (3.3.1)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-mocks (3.2.0) rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-rails (3.2.0) rspec-rails (3.3.3)
actionpack (>= 3.0, <= 4.2) actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, <= 4.2) activesupport (>= 3.0, < 4.3)
railties (>= 3.0, <= 4.2) railties (>= 3.0, < 4.3)
rspec-core (~> 3.2.0) rspec-core (~> 3.3.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.2.0) rspec-mocks (~> 3.3.0)
rspec-support (~> 3.2.0) rspec-support (~> 3.3.0)
rspec-support (3.2.1) rspec-support (3.3.0)
ruby-progressbar (1.7.1) ruby-progressbar (1.7.5)
sass (3.2.19) sass (3.2.19)
sass-rails (4.0.5) sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
@ -172,32 +143,29 @@ GEM
sdoc (0.4.1) sdoc (0.4.1)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1) shoulda-context (1.2.1)
slop (3.6.0) slop (3.6.0)
spring (1.2.0) spring (1.4.0)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (2.12.3) sprockets (2.12.4)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.2.4) sprockets-rails (2.3.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
timers (4.0.1)
hitimes
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.0) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
yajl-ruby (1.2.1) yajl-ruby (1.2.1)
@ -214,8 +182,7 @@ DEPENDENCIES
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bundler (~> 1.1) bundler (~> 1.1)
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
guard fssm
guard-yard
jbuilder (~> 2.0) jbuilder (~> 2.0)
jdbc-sqlite3 jdbc-sqlite3
jquery-rails jquery-rails
@ -242,3 +209,6 @@ DEPENDENCIES
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
yard yard
BUNDLED WITH
1.10.6

View File

@ -12,8 +12,7 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard" gem "yard"
gem "redcarpet" gem "redcarpet"
gem "pygments.rb" gem "pygments.rb"
gem "guard" gem "fssm"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4" gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0" gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby gem "sqlite3", :platform => :ruby

View File

@ -1,6 +1,6 @@
GIT GIT
remote: git://github.com/pry/pry.git remote: git://github.com/pry/pry.git
revision: 83d000b76a4ca88277ab8aa3d4e71ae84c965d0d revision: 3c138cbf94a44f7a6696afdab1ab5149d7541974
specs: specs:
pry (0.10.1) pry (0.10.1)
coderay (~> 1.1.0) coderay (~> 1.1.0)
@ -10,40 +10,40 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.2.3) actionmailer (4.2.4)
actionpack (= 4.2.3) actionpack (= 4.2.4)
actionview (= 4.2.3) actionview (= 4.2.4)
activejob (= 4.2.3) activejob (= 4.2.4)
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.3) actionpack (4.2.4)
actionview (= 4.2.3) actionview (= 4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
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.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.3) actionview (4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
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.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.3) activejob (4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.3) activemodel (4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.3) activerecord (4.2.4)
activemodel (= 4.2.3) activemodel (= 4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
arel (~> 6.0) arel (~> 6.0)
activeresource (4.0.0) activeresource (4.0.0)
activemodel (~> 4.0) activemodel (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
rails-observers (~> 0.1.1) rails-observers (~> 0.1.1)
activesupport (4.2.3) activesupport (4.2.4)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
@ -54,7 +54,7 @@ GEM
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
arel (6.0.2) arel (6.0.3)
bcrypt (3.1.10) bcrypt (3.1.10)
builder (3.2.2) builder (3.2.2)
byebug (5.0.0) byebug (5.0.0)
@ -70,57 +70,36 @@ GEM
columnize (0.9.0) columnize (0.9.0)
diff-lcs (1.2.5) diff-lcs (1.2.5)
erubis (2.7.0) erubis (2.7.0)
execjs (2.5.2) execjs (2.6.0)
ffi (1.9.10) fssm (0.2.10)
formatador (0.2.5) globalid (0.3.6)
globalid (0.3.5)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
guard (2.12.9)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-yard (2.1.4)
guard (>= 1.1.0)
yard (>= 0.7.0)
i18n (0.7.0) i18n (0.7.0)
jbuilder (2.3.1) jbuilder (2.3.1)
activesupport (>= 3.0.0, < 5) activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2) multi_json (~> 1.2)
jquery-rails (4.0.4) jquery-rails (4.0.5)
rails-dom-testing (~> 1.0) rails-dom-testing (~> 1.0)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.3) json (1.8.3)
listen (3.0.3) loofah (2.0.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3) mail (2.6.3)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
method_source (0.8.2) method_source (0.8.2)
mime-types (2.6.1) mime-types (2.6.2)
mini_portile (0.6.2) mini_portile (0.6.2)
minitest (5.7.0) minitest (5.8.1)
minitest-reporters (1.0.19) minitest-reporters (1.1.1)
ansi ansi
builder builder
minitest (>= 5.0) minitest (>= 5.0)
ruby-progressbar ruby-progressbar
multi_json (1.11.2) multi_json (1.11.2)
nenv (0.2.0)
nokogiri (1.6.6.2) nokogiri (1.6.6.2)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
notiffany (0.0.6) pg (0.18.3)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.2)
posix-spawn (0.3.11) posix-spawn (0.3.11)
protected_attributes (1.0.9) protected_attributes (1.0.9)
activemodel (>= 4.0.1, < 5.0) activemodel (>= 4.0.1, < 5.0)
@ -133,20 +112,20 @@ GEM
rack (1.6.4) rack (1.6.4)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.3) rails (4.2.4)
actionmailer (= 4.2.3) actionmailer (= 4.2.4)
actionpack (= 4.2.3) actionpack (= 4.2.4)
actionview (= 4.2.3) actionview (= 4.2.4)
activejob (= 4.2.3) activejob (= 4.2.4)
activemodel (= 4.2.3) activemodel (= 4.2.4)
activerecord (= 4.2.3) activerecord (= 4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.3) railties (= 4.2.4)
sprockets-rails sprockets-rails
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)
@ -154,17 +133,13 @@ GEM
loofah (~> 2.0) loofah (~> 2.0)
rails-observers (0.1.2) rails-observers (0.1.2)
activemodel (~> 4.0) activemodel (~> 4.0)
railties (4.2.3) railties (4.2.4)
actionpack (= 4.2.3) actionpack (= 4.2.4)
activesupport (= 4.2.3) activesupport (= 4.2.4)
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 (10.4.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4)
redcarpet (3.3.2) redcarpet (3.3.2)
rspec-core (3.3.2) rspec-core (3.3.2)
rspec-support (~> 3.3.0) rspec-support (~> 3.3.0)
@ -184,37 +159,36 @@ GEM
rspec-support (~> 3.3.0) rspec-support (~> 3.3.0)
rspec-support (3.3.0) rspec-support (3.3.0)
ruby-progressbar (1.7.5) ruby-progressbar (1.7.5)
sass (3.4.16) sass (3.4.18)
sass-rails (5.0.3) 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)
sdoc (0.4.1) sdoc (0.4.1)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1) shoulda-context (1.2.1)
slop (3.6.0) slop (3.6.0)
spring (1.3.6) spring (1.4.0)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (3.2.0) sprockets (3.3.4)
rack (~> 1.0) rack (~> 1.0)
sprockets-rails (2.3.2) sprockets-rails (2.3.3)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
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.1)
turbolinks (2.5.3) turbolinks (2.5.3)
coffee-rails coffee-rails
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.1) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
yajl-ruby (1.2.1) yajl-ruby (1.2.1)
@ -231,8 +205,7 @@ DEPENDENCIES
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bundler (~> 1.1) bundler (~> 1.1)
coffee-rails (~> 4.1.0) coffee-rails (~> 4.1.0)
guard fssm
guard-yard
jbuilder (~> 2.0) jbuilder (~> 2.0)
jdbc-sqlite3 jdbc-sqlite3
jquery-rails jquery-rails
@ -259,3 +232,6 @@ DEPENDENCIES
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
yard yard
BUNDLED WITH
1.10.6