From ee3f3f64f75651aa18dcfb0b9ef179a286cdd7b4 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Sun, 17 Oct 2010 21:43:45 +0200 Subject: [PATCH] Bump to 0.2.0.beta.1 (linux support not tested yet) --- Gemfile.lock | 37 ++++++++++++++++--------------------- lib/guard/version.rb | 2 +- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fae9560..bb8b57e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/guard/version.rb b/lib/guard/version.rb index e07a2ea..1cf59c3 100644 --- a/lib/guard/version.rb +++ b/lib/guard/version.rb @@ -1,3 +1,3 @@ module Guard - VERSION = "0.1.1" + VERSION = "0.2.0.beta.1" end \ No newline at end of file