Skip to content

Commit

Permalink
Updated for Guard 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Feb 15, 2014
1 parent be76da5 commit 2fd290b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -61,7 +61,11 @@ end
Changelog
---------

### Version 0.1.1 (15 Feburary 2014)
### Version 0.2.0 (15 February 2014)

- Works with Guard 2.0+

### Version 0.1.1 (15 February 2014)

- Improved notification message

Expand Down
2 changes: 1 addition & 1 deletion guard-sculpin.gemspec
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'guard', '~> 1.8', '>= 1.8.0'
s.add_dependency 'guard', '~> 2.0'
end
2 changes: 1 addition & 1 deletion lib/guard/sculpin.rb
Expand Up @@ -4,7 +4,7 @@
module Guard
class Sculpin < Guard

VERSION = '0.1.1'
VERSION = '0.2.0'

DEFAULT_OPTIONS = {
:binary => 'vendor/bin/sculpin',
Expand Down

0 comments on commit 2fd290b

Please sign in to comment.