Commit 20033db0

mo k <m@mokhan.ca>
2011-08-15 03:33:04
add growl_notify gem for mac
1 parent f5686b5
Changed files (2)
Gemfile
@@ -30,6 +30,7 @@ group :test do
   gem 'guard-livereload'
   gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
   gem 'growl', :require => false if RUBY_PLATFORM =~ /darwin/i
+  gem 'growl_notify', :require => false if RUBY_PLATFORM =~ /darwin/i
   gem 'rb-inotify', :require => false if RUBY_PLATFORM =~ /linux/i
   gem 'libnotify', :require => false if RUBY_PLATFORM =~ /linux/i
 end
Gemfile.lock
@@ -40,16 +40,16 @@ GEM
       net-sftp (>= 2.0.0)
       net-ssh (>= 2.0.14)
       net-ssh-gateway (>= 1.1.0)
-    capybara (1.0.0)
+    capybara (1.0.1)
       mime-types (>= 1.16)
       nokogiri (>= 1.3.3)
       rack (>= 1.0.0)
       rack-test (>= 0.5.4)
-      selenium-webdriver (~> 0.2.0)
+      selenium-webdriver (~> 2.0)
       xpath (~> 0.1.4)
-    carrierwave (0.5.6)
+    carrierwave (0.5.7)
       activesupport (~> 3.0)
-    childprocess (0.2.0)
+    childprocess (0.2.1)
       ffi (~> 1.0.6)
     devise (1.4.2)
       bcrypt-ruby (~> 2.1.2)
@@ -63,7 +63,7 @@ GEM
       abstract (>= 1.0.0)
     eventmachine (0.12.10)
     excon (0.6.5)
-    factory_girl (2.0.3)
+    factory_girl (2.0.4)
     factory_girl_rails (1.1.0)
       factory_girl (~> 2.0.0)
       railties (>= 3.0.0)
@@ -83,15 +83,18 @@ GEM
       nokogiri (>= 1.4.4)
       ruby-hmac
     formatador (0.2.0)
-    guard (0.5.1)
+    growl (1.0.3)
+    growl_notify (0.0.1)
+      rb-appscript
+    guard (0.6.0)
       thor (~> 0.14.6)
-    guard-livereload (0.2.1)
+    guard-livereload (0.3.0)
       em-websocket (>= 0.2.0)
       guard (>= 0.4.0)
-      json (>= 1.5.1)
-    guard-rspec (0.4.0)
+      multi_json (~> 1.0.3)
+    guard-rspec (0.4.1)
       guard (>= 0.4.0)
-    heroku (2.4.0)
+    heroku (2.4.1)
       launchy (>= 0.3.2)
       rest-client (~> 1.6.1)
       term-ansicolor (~> 1.0.5)
@@ -102,7 +105,7 @@ GEM
       rack (>= 1.1)
       rspec (>= 1.3.1)
       selenium-webdriver (>= 0.1.3)
-    jquery-rails (1.0.12)
+    jquery-rails (1.0.13)
       railties (~> 3.0)
       thor (~> 0.14)
     json (1.5.3)
@@ -110,7 +113,6 @@ GEM
     kaminari (0.12.4)
       rails (>= 3.0.0)
     launchy (2.0.3)
-    libnotify (0.5.7)
     mail (2.2.19)
       activesupport (>= 2.3.6)
       i18n (>= 0.4.0)
@@ -193,9 +195,9 @@ GEM
       rdoc (~> 3.4)
       thor (~> 0.14.4)
     rake (0.9.2)
-    rb-inotify (0.8.6)
-      ffi (>= 0.5.0)
-    rdoc (3.9.1)
+    rb-appscript (0.6.1)
+    rb-fsevent (0.4.3)
+    rdoc (3.9.2)
     rest-client (1.6.3)
       mime-types (>= 1.16)
     riddle (1.4.0)
@@ -219,8 +221,8 @@ GEM
       ruby-openid (>= 2.1.7)
     rubyntlm (0.1.1)
     rubyzip (0.9.4)
-    selenium-webdriver (0.2.2)
-      childprocess (>= 0.1.9)
+    selenium-webdriver (2.4.0)
+      childprocess (>= 0.2.1)
       ffi (>= 1.0.7)
       json_pure
       rubyzip
@@ -258,6 +260,8 @@ DEPENDENCIES
   devise
   factory_girl_rails
   fog
+  growl
+  growl_notify
   guard-livereload
   guard-rspec
   heroku
@@ -265,12 +269,11 @@ DEPENDENCIES
   jquery-rails
   json
   kaminari
-  libnotify
   omniauth (>= 0.2.6)
   pg
   rails
   rake
-  rb-inotify
+  rb-fsevent
   rmagick
   rspec-rails
   sqlite3-ruby