Sha256: df13cb55f505fbd9a8f5280b9a7cd5e2959610e8b95a439aa869253888cee43e
Contents?: true
Size: 760 Bytes
Versions: 6
Compression:
Stored size: 760 Bytes
Contents
source "http://rubygems.org" gemspec group :development, :test do platforms :ruby do gem 'spork', '>= 0.9.0.rc9' gem 'guard-spork' unless ENV['TRAVIS'] if RbConfig::CONFIG['target_os'] =~ /darwin/i gem 'rb-fsevent', '>= 0.3.9' gem 'growl', '~> 1.0.3' end if RbConfig::CONFIG['target_os'] =~ /linux/i gem 'rb-inotify', '>= 0.5.1' gem 'libnotify', '~> 0.1.3' end end end platforms :jruby do unless ENV['TRAVIS'] if RbConfig::CONFIG['target_os'] =~ /darwin/i gem 'growl', '~> 1.0.3' end if RbConfig::CONFIG['target_os'] =~ /linux/i gem 'rb-inotify', '>= 0.5.1' gem 'libnotify', '~> 0.1.3' end end end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
dragonfly-ffmpeg-0.1.6 | Gemfile |
dragonfly-ffmpeg-0.1.5 | Gemfile |
dragonfly-ffmpeg-0.1.4 | Gemfile |
dragonfly-ffmpeg-0.1.2 | Gemfile |
dragonfly-ffmpeg-0.1.1 | Gemfile |
dragonfly-ffmpeg-0.1.0 | Gemfile |