Bump to 0.2.0.beta.1 (linux support not tested yet)
This commit is contained in:
parent
ad0d40bbaa
commit
ee3f3f64f7
37
Gemfile.lock
37
Gemfile.lock
@ -1,12 +1,10 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
guard (0.1.1)
|
guard (0.2.0.beta.1)
|
||||||
bundler (~> 1.0.2)
|
bundler (~> 1.0.2)
|
||||||
growl (~> 1.0.3)
|
growl (~> 1.0.3)
|
||||||
libnotify (~> 0.1.3)
|
libnotify (~> 0.1.3)
|
||||||
rb-inotify (~> 0.8.1)
|
|
||||||
sys-uname (~> 0.8.4)
|
|
||||||
thor (~> 0.14.3)
|
thor (~> 0.14.3)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@ -16,24 +14,22 @@ GEM
|
|||||||
ffi (0.6.3)
|
ffi (0.6.3)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
growl (1.0.3)
|
growl (1.0.3)
|
||||||
guard-rspec (0.1.1)
|
guard-rspec (0.1.3)
|
||||||
guard (~> 0.1.0)
|
guard
|
||||||
libnotify (0.1.4)
|
libnotify (0.1.4)
|
||||||
ffi (>= 0.6.2)
|
ffi (>= 0.6.2)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
rb-inotify (0.8.1)
|
rb-fsevent (0.3.2)
|
||||||
ffi (>= 0.5.0)
|
rspec (2.0.0)
|
||||||
rspec (2.0.0.rc)
|
rspec-core (= 2.0.0)
|
||||||
rspec-core (= 2.0.0.rc)
|
rspec-expectations (= 2.0.0)
|
||||||
rspec-expectations (= 2.0.0.rc)
|
rspec-mocks (= 2.0.0)
|
||||||
rspec-mocks (= 2.0.0.rc)
|
rspec-core (2.0.0)
|
||||||
rspec-core (2.0.0.rc)
|
rspec-expectations (2.0.0)
|
||||||
rspec-expectations (2.0.0.rc)
|
|
||||||
diff-lcs (>= 1.1.2)
|
diff-lcs (>= 1.1.2)
|
||||||
rspec-mocks (2.0.0.rc)
|
rspec-mocks (2.0.0)
|
||||||
rspec-core (= 2.0.0.rc)
|
rspec-core (= 2.0.0)
|
||||||
rspec-expectations (= 2.0.0.rc)
|
rspec-expectations (= 2.0.0)
|
||||||
sys-uname (0.8.4)
|
|
||||||
thor (0.14.3)
|
thor (0.14.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -43,9 +39,8 @@ DEPENDENCIES
|
|||||||
bundler (~> 1.0.2)
|
bundler (~> 1.0.2)
|
||||||
growl (~> 1.0.3)
|
growl (~> 1.0.3)
|
||||||
guard!
|
guard!
|
||||||
guard-rspec (~> 0.1.0)
|
guard-rspec (~> 0.1.3)
|
||||||
libnotify (~> 0.1.3)
|
libnotify (~> 0.1.3)
|
||||||
rb-inotify (~> 0.8.1)
|
rb-fsevent (>= 0.3.2)
|
||||||
rspec (~> 2.0.0.rc)
|
rspec (~> 2.0.0)
|
||||||
sys-uname (~> 0.8.4)
|
|
||||||
thor (~> 0.14.3)
|
thor (~> 0.14.3)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module Guard
|
module Guard
|
||||||
VERSION = "0.1.1"
|
VERSION = "0.2.0.beta.1"
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user