Add instances of guard in various appraisals

This commit is contained in:
Elliot Winkler 2015-04-01 00:02:21 -06:00
parent 762cebdbbc
commit a5bc5806ff
8 changed files with 144 additions and 12 deletions

View File

@ -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

View File

@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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
@ -207,5 +240,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard

View File

@ -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

View File

@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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
@ -207,5 +240,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard

View File

@ -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

View File

@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -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)
@ -157,6 +187,8 @@ 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)
@ -164,7 +196,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)
@ -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
@ -204,5 +237,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard

View File

@ -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

View File

@ -57,6 +57,8 @@ GEM
arel (6.0.0)
bcrypt (3.1.10)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
@ -68,9 +70,24 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.3.0)
ffi (1.9.8)
formatador (0.2.5)
globalid (0.3.0)
activesupport (>= 4.1.0)
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)
@ -80,8 +97,13 @@ GEM
railties (>= 4.2.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)
loofah (2.0.1)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
@ -94,8 +116,12 @@ GEM
minitest (>= 5.0)
ruby-progressbar
multi_json (1.10.1)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.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)
@ -135,6 +161,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)
@ -166,6 +195,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)
@ -184,6 +214,8 @@ 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)
@ -191,7 +223,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)
@ -206,6 +237,8 @@ DEPENDENCIES
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.1.0)
guard
guard-yard
jbuilder (~> 2.0)
jdbc-sqlite3
jquery-rails
@ -231,5 +264,4 @@ DEPENDENCIES
therubyrhino
turbolinks
uglifier (>= 1.3.0)
watchr
yard