Skip to content

Commit

Permalink
Add instances of guard in various appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Apr 1, 2015
1 parent 762cebd commit a5bc580
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 12 deletions.
3 changes: 2 additions & 1 deletion gemfiles/4.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard"
gem "redcarpet"
gem "pygments.rb"
gem "watchr"
gem "guard"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
Expand Down
36 changes: 34 additions & 2 deletions gemfiles/4.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ GEM
arel (4.0.2)
bcrypt-ruby (3.0.1)
builder (3.1.4)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
Expand All @@ -57,8 +59,23 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.3.0)
ffi (1.9.8)
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)
hashie (3.3.2)
hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
Expand All @@ -67,6 +84,11 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
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)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand All @@ -79,6 +101,10 @@ GEM
minitest (>= 2.12, < 5.0)
powerbar
multi_json (1.10.1)
nenv (0.2.0)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.1)
polyglot (0.3.5)
posix-spawn (0.3.9)
Expand Down Expand Up @@ -111,6 +137,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0)
json (~> 1.4)
redcarpet (3.2.2)
Expand Down Expand Up @@ -140,6 +169,7 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1)
slop (3.6.0)
spring (1.2.0)
Expand All @@ -158,6 +188,8 @@ GEM
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
hitimes
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -167,7 +199,6 @@ GEM
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
watchr (0.7)
yajl-ruby (1.2.1)
yard (0.8.7.6)

Expand All @@ -182,6 +213,8 @@ DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
guard
guard-yard
jbuilder (~> 1.2)
jdbc-sqlite3
jquery-rails
Expand All @@ -207,5 +240,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard
3 changes: 2 additions & 1 deletion gemfiles/4.0.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard"
gem "redcarpet"
gem "pygments.rb"
gem "watchr"
gem "guard"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
Expand Down
36 changes: 34 additions & 2 deletions gemfiles/4.0.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ GEM
arel (4.0.2)
bcrypt-ruby (3.1.2)
builder (3.1.4)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
Expand All @@ -57,8 +59,23 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.3.0)
ffi (1.9.8)
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)
hashie (3.3.2)
hike (1.2.3)
hitimes (1.2.2)
i18n (0.7.0)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
Expand All @@ -67,6 +84,11 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
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)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand All @@ -79,6 +101,10 @@ GEM
minitest (>= 2.12, < 5.0)
powerbar
multi_json (1.10.1)
nenv (0.2.0)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.1)
polyglot (0.3.5)
posix-spawn (0.3.9)
Expand Down Expand Up @@ -111,6 +137,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0)
json (~> 1.4)
redcarpet (3.2.2)
Expand Down Expand Up @@ -140,6 +169,7 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1)
slop (3.6.0)
spring (1.2.0)
Expand All @@ -158,6 +188,8 @@ GEM
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
hitimes
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -167,7 +199,6 @@ GEM
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
watchr (0.7)
yajl-ruby (1.2.1)
yard (0.8.7.6)

Expand All @@ -182,6 +213,8 @@ DEPENDENCIES
bcrypt-ruby (~> 3.1.2)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
guard
guard-yard
jbuilder (~> 1.2)
jdbc-sqlite3
jquery-rails
Expand All @@ -207,5 +240,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard
3 changes: 2 additions & 1 deletion gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard"
gem "redcarpet"
gem "pygments.rb"
gem "watchr"
gem "guard"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
Expand Down
36 changes: 34 additions & 2 deletions gemfiles/4.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ GEM
arel (5.0.1.20140414130214)
bcrypt (3.1.10)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
Expand All @@ -59,7 +61,22 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.3.0)
ffi (1.9.8)
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)
hitimes (1.2.2)
i18n (0.7.0)
jbuilder (2.2.6)
activesupport (>= 3.0.0, < 5)
Expand All @@ -68,6 +85,11 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
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)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
Expand All @@ -79,6 +101,10 @@ GEM
minitest (>= 5.0)
ruby-progressbar
multi_json (1.10.1)
nenv (0.2.0)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.1)
posix-spawn (0.3.9)
protected_attributes (1.0.8)
Expand Down Expand Up @@ -109,6 +135,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdoc (4.2.0)
json (~> 1.4)
redcarpet (3.2.2)
Expand Down Expand Up @@ -139,6 +168,7 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
shellany (0.0.1)
shoulda-context (1.2.1)
slop (3.6.0)
spring (1.2.0)
Expand All @@ -157,14 +187,15 @@ GEM
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (4.0.1)
hitimes
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
watchr (0.7)
yajl-ruby (1.2.1)
yard (0.8.7.6)

Expand All @@ -179,6 +210,8 @@ DEPENDENCIES
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
guard
guard-yard
jbuilder (~> 2.0)
jdbc-sqlite3
jquery-rails
Expand All @@ -204,5 +237,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard
3 changes: 2 additions & 1 deletion gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard"
gem "redcarpet"
gem "pygments.rb"
gem "watchr"
gem "guard"
gem "guard-yard"
gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
Expand Down
Loading

0 comments on commit a5bc580

Please sign in to comment.