Sha256: 80e3fabdcc7957e92fe2b54b713491b1d878aa83d51c3f36ba5563eb02006ed4
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
source "http://rubygems.org" # Specify your gem's dependencies in georuby-ext.gemspec gemspec group :development do gem 'rb-inotify', ">= 0.9", :require => RUBY_PLATFORM.include?('linux') && 'rb-inotify' gem 'libnotify', ">= 0.8.0", :require => RUBY_PLATFORM.include?('linux') && 'libnotify' gem 'rb-fsevent', ">= 0.9.3", :require => RUBY_PLATFORM.include?('darwin') && 'rb-fsevent' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
georuby-ext-0.0.5 | Gemfile |
georuby-ext-0.0.4 | Gemfile |
georuby-ext-0.0.3 | Gemfile |