Bump to 0.2.0.beta.1 (linux support not tested yet)

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-17 21:43:45 +02:00
parent ad0d40bbaa
commit ee3f3f64f7
2 changed files with 17 additions and 22 deletions

View File

@ -1,12 +1,10 @@
PATH
remote: .
specs:
guard (0.1.1)
guard (0.2.0.beta.1)
bundler (~> 1.0.2)
growl (~> 1.0.3)
libnotify (~> 0.1.3)
rb-inotify (~> 0.8.1)
sys-uname (~> 0.8.4)
thor (~> 0.14.3)
GEM
@ -16,24 +14,22 @@ GEM
ffi (0.6.3)
rake (>= 0.8.7)
growl (1.0.3)
guard-rspec (0.1.1)
guard (~> 0.1.0)
guard-rspec (0.1.3)
guard
libnotify (0.1.4)
ffi (>= 0.6.2)
rake (0.8.7)
rb-inotify (0.8.1)
ffi (>= 0.5.0)
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)
rspec-core (2.0.0.rc)
rspec-expectations (2.0.0.rc)
rb-fsevent (0.3.2)
rspec (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
rspec-mocks (= 2.0.0)
rspec-core (2.0.0)
rspec-expectations (2.0.0)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
sys-uname (0.8.4)
rspec-mocks (2.0.0)
rspec-core (= 2.0.0)
rspec-expectations (= 2.0.0)
thor (0.14.3)
PLATFORMS
@ -43,9 +39,8 @@ DEPENDENCIES
bundler (~> 1.0.2)
growl (~> 1.0.3)
guard!
guard-rspec (~> 0.1.0)
guard-rspec (~> 0.1.3)
libnotify (~> 0.1.3)
rb-inotify (~> 0.8.1)
rspec (~> 2.0.0.rc)
sys-uname (~> 0.8.4)
rb-fsevent (>= 0.3.2)
rspec (~> 2.0.0)
thor (~> 0.14.3)

View File

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