Skip to content

Commit

Permalink
Added directory_watcher gem
Browse files Browse the repository at this point in the history
  • Loading branch information
petterl committed Apr 20, 2012
1 parent 6c9116b commit 13f7a86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -11,6 +11,8 @@ spec/reports
test/tmp
test/version_tmp
tmp
*~


# YARD artifacts
.yardoc
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,5 @@
source 'http://rubygems.org'

gem 'rspec'
gem 'rake'
gem 'rake'
gem 'directory_watcher'
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
directory_watcher (1.4.1)
rake (0.9.2.2)
rspec (2.9.0)
rspec-core (~> 2.9.0)
Expand All @@ -16,5 +17,6 @@ PLATFORMS
ruby

DEPENDENCIES
directory_watcher
rake
rspec

0 comments on commit 13f7a86

Please sign in to comment.