Skip to content

Commit

Permalink
add guard-shell to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Oct 21, 2011
1 parent 54df3d4 commit 9c6573f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ gem 'rest-client'

group :development do
gem 'guard'
gem 'guard-shell'
gem 'rb-inotify', :require => false
gem 'rb-fsevent', :require => false
gem 'rb-fchange', :require => false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -4,6 +4,8 @@ GEM
ffi (1.0.10)
guard (0.8.7)
thor (~> 0.14.6)
guard-shell (0.1.1)
guard (>= 0.2.0)
htmlentities (4.2.3)
mime-types (1.16)
mocha (0.9.10)
Expand All @@ -24,6 +26,7 @@ PLATFORMS

DEPENDENCIES
guard
guard-shell
htmlentities
mocha
qtbindings
Expand Down

0 comments on commit 9c6573f

Please sign in to comment.