Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Oct 21, 2010
1 parent 8f0cb7c commit 5371f46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
guard (0.2.0.beta.1)
guard (0.2.0)
open_gem (~> 1.4.2)
thor (~> 0.14.3)

Expand All @@ -11,8 +11,8 @@ GEM
configuration (1.1.0)
diff-lcs (1.1.2)
growl (1.0.3)
guard-rspec (0.1.3)
guard
guard-rspec (0.1.4)
guard (>= 0.2.0)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
Expand All @@ -33,13 +33,14 @@ GEM
thor (0.14.3)

PLATFORMS
java
ruby

DEPENDENCIES
bundler (~> 1.0.3)
growl (~> 1.0.3)
guard!
guard-rspec (~> 0.1.3)
guard-rspec (~> 0.1.4)
open_gem (~> 1.4.2)
rb-fsevent (>= 0.3.2)
rspec (~> 2.0.1)
Expand Down
2 changes: 1 addition & 1 deletion guard.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler', '~> 1.0.3'
s.add_development_dependency 'rspec', '~> 2.0.1'
s.add_development_dependency 'guard-rspec', '~> 0.1.3'
s.add_development_dependency 'guard-rspec', '~> 0.1.4'

s.add_dependency 'thor', '~> 0.14.3'
s.add_dependency 'open_gem', '~> 1.4.2'
Expand Down
2 changes: 1 addition & 1 deletion lib/guard/version.rb
@@ -1,3 +1,3 @@
module Guard
VERSION = "0.2.0.beta.1"
VERSION = "0.2.0"
end

0 comments on commit 5371f46

Please sign in to comment.