Skip to content

Commit

Permalink
Compatibility with stendhal 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Nov 14, 2010
1 parent e966237 commit da8b2dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -28,7 +28,7 @@ GEM
rspec-expectations (2.1.0) rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0) rspec-mocks (2.1.0)
stendhal (0.1.8) stendhal (0.1.9)
thor (0.14.4) thor (0.14.4)


PLATFORMS PLATFORMS
Expand All @@ -41,4 +41,4 @@ DEPENDENCIES
guard-stendhal! guard-stendhal!
rb-fsevent (>= 0.3.2) rb-fsevent (>= 0.3.2)
rspec (~> 2.1.0) rspec (~> 2.1.0)
stendhal stendhal (~> 0.1.9)
4 changes: 2 additions & 2 deletions Readme.rdoc
Expand Up @@ -3,8 +3,8 @@
Stendhal guard allows to automatically & intelligently launch specs using Stendhal guard allows to automatically & intelligently launch specs using
stendhal when files are modified. stendhal when files are modified.


- Compatible with any version of {stendhal}[http://github.com/txus/stendhal] - Compatible with {stendhal}[http://github.com/txus/stendhal] 0.1.9 and above.
- Tested on Ruby 1.8.6, 1.8.7 & 1.9.2. - Tested on Ruby 1.8.7 & 1.9.2.


== Install == Install


Expand Down
3 changes: 1 addition & 2 deletions guard-stendhal.gemspec
Expand Up @@ -19,8 +19,7 @@ Gem::Specification.new do |s|


s.add_development_dependency 'bundler', '~> 1.0.3' s.add_development_dependency 'bundler', '~> 1.0.3'
s.add_development_dependency 'rspec', '~> 2.1.0' s.add_development_dependency 'rspec', '~> 2.1.0'
s.add_development_dependency 'stendhal' s.add_development_dependency 'stendhal', '~> 0.1.9'



s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit da8b2dd

Please sign in to comment.