Add libnotify to Gemfile for linux platform, update Gemfile.lock

This commit is contained in:
Thibault Jouan 2011-12-07 20:51:40 +00:00
parent 81e285ffd4
commit 9c03e33216
2 changed files with 5 additions and 2 deletions

View File

@ -18,6 +18,7 @@ group :development, :test do
gem 'guard-spork', '~> 0.2' gem 'guard-spork', '~> 0.2'
if RbConfig::CONFIG['target_os'] =~ /linux/i if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '~> 0.8' gem 'rb-inotify', '~> 0.8'
gem 'libnotify', '~> 0.6'
end end
gem 'shoulda-matchers', '~> 1.0' gem 'shoulda-matchers', '~> 1.0'
end end

View File

@ -51,15 +51,16 @@ GEM
ffi (1.0.11) ffi (1.0.11)
guard (0.8.8) guard (0.8.8)
thor (~> 0.14.6) thor (~> 0.14.6)
guard-rspec (0.5.8) guard-rspec (0.5.9)
guard (>= 0.8.4) guard (>= 0.8.4)
guard-spork (0.3.2) guard-spork (0.4.0)
guard (>= 0.8.4) guard (>= 0.8.4)
spork (>= 0.8.4) spork (>= 0.8.4)
haml (3.1.4) haml (3.1.4)
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
json (1.6.3) json (1.6.3)
libnotify (0.6.0)
mail (2.3.0) mail (2.3.0)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
@ -143,6 +144,7 @@ DEPENDENCIES
guard-rspec (~> 0.4) guard-rspec (~> 0.4)
guard-spork (~> 0.2) guard-spork (~> 0.2)
haml (~> 3.1) haml (~> 3.1)
libnotify (~> 0.6)
pg (~> 0.11) pg (~> 0.11)
rails (~> 3.1) rails (~> 3.1)
rb-inotify (~> 0.8) rb-inotify (~> 0.8)