Bump to 0.2.0

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-21 20:56:22 +02:00
parent 8f0cb7c9e7
commit 5371f467ff
3 changed files with 7 additions and 6 deletions

View File

@ -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)
@ -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)
@ -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)

View File

@ -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'

View File

@ -1,3 +1,3 @@
module Guard
VERSION = "0.2.0.beta.1"
VERSION = "0.2.0"
end