Sha256: 761f52a3d4623c0f3d61d3d26a5c6c77682bd74f6507384f2c03246eaba185b7
Contents?: true
Size: 598 Bytes
Versions: 22
Compression:
Stored size: 598 Bytes
Contents
require 'rbconfig' source :rubygems gemspec gem 'rake' gem 'rb-kqueue', '~> 0.2' if RbConfig::CONFIG['target_os'] =~ /freebsd/i gem 'rb-fsevent', '~> 0.9.1' if RbConfig::CONFIG['target_os'] =~ /darwin(1.+)?$/i gem 'rb-inotify', '~> 0.8.8', :github => 'mbj/rb-inotify' if RbConfig::CONFIG['target_os'] =~ /linux/i gem 'wdm', '~> 0.0.3' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i group :development do platform :ruby do gem 'coolline' end gem 'guard' gem 'guard-rspec' gem 'yard' gem 'redcarpet' gem 'pry' gem 'vagrant' end group :test do gem 'rspec' end
Version data entries
22 entries across 18 versions & 2 rubygems