Sha256: bbe16d663427b650d3133a0429f632d178b2b4407766f774c501dd6aed93a152
Contents?: true
Size: 569 Bytes
Versions: 21
Compression:
Stored size: 569 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.9.0' 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
21 entries across 20 versions & 5 rubygems