Bump to 0.1.1

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-10 12:39:09 +02:00
parent 8b5ecd9a8a
commit b5194dd2e4
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
guard (0.1.0) guard (0.1.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)
@ -16,9 +16,8 @@ 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.0) guard-rspec (0.1.1)
guard (~> 0.1.0.beta.2) guard (~> 0.1.0)
rspec (~> 2.0.0.rc)
libnotify (0.1.4) libnotify (0.1.4)
ffi (>= 0.6.2) ffi (>= 0.6.2)
rake (0.8.7) rake (0.8.7)

View File

@ -1,3 +1,3 @@
module Guard module Guard
VERSION = "0.1.0" VERSION = "0.1.1"
end end