Sha256: 29e0d56671df8455115cc8eec270b736522823e8ddf50d56ed79611d02d04da7
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# encoding: utf-8 group :development do gem 'rake', '~> 10.1.0' gem 'rspec', '~> 2.14.1' gem 'rspec-core', git: 'https://github.com/rspec/rspec-core.git', branch: '2-14-maintenance' gem 'yard', '~> 0.8.7' end group :yard do gem 'kramdown', '~> 1.2.0' end group :guard do gem 'guard', '~> 1.8.1' gem 'guard-bundler', '~> 1.0.0' gem 'guard-rspec', '~> 3.0.2' gem 'guard-rubocop', '~> 0.2.0' gem 'guard-mutant', '~> 0.0.1' # file system change event handling gem 'listen', '~> 1.3.0' gem 'rb-fchange', '~> 0.0.6', require: false gem 'rb-fsevent', '~> 0.9.3', require: false gem 'rb-inotify', '~> 0.9.0', require: false # notification handling gem 'libnotify', '~> 0.8.0', require: false gem 'rb-notifu', '~> 0.0.4', require: false gem 'terminal-notifier-guard', '~> 1.5.3', require: false end group :metrics do gem 'coveralls', '~> 0.6.7' gem 'flay', '~> 2.4.0' gem 'flog', '~> 4.1.1' gem 'reek', '~> 1.3.2' gem 'rubocop', '~> 0.12.0' gem 'simplecov', '~> 0.7.1' gem 'yardstick', '~> 0.9.7', git: 'https://github.com/dkubb/yardstick.git' platforms :ruby_19, :ruby_20 do gem 'mutant', git: 'https://github.com/mbj/mutant.git' gem 'yard-spellcheck', '~> 0.1.5' end end group :benchmarks do gem 'rbench', '~> 0.2.3' end platform :jruby do group :jruby do gem 'jruby-openssl', '~> 0.8.5' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
promise.rb-0.2.0 | Gemfile.devtools |