Sha256: 1c54f4d8d49ee44c1e336c2e01570a6ca48e4d13e8eb3ff0b8aaf42562a47bb9

Contents?: true

Size: 1.51 KB

Versions: 14

Compression:

Stored size: 1.51 KB

Contents

# encoding: utf-8

group :development do
  gem 'rake',       '~> 10.3.2'
  gem 'rspec',      '~> 2.99.0'
  gem 'rspec-core', '~> 2.99.0'
  gem 'yard',       '~> 0.8.7.4'

  platform :rbx do
    gem 'rubysl-singleton', '~> 2.0.0'
  end
end

group :yard do
  gem 'kramdown', '~> 1.3.3'
end

group :guard do
  gem 'guard',         '~> 2.6.1'
  gem 'guard-bundler', '~> 2.0.0'
  gem 'guard-rspec',   '~> 4.2.9'
  gem 'guard-rubocop', '~> 1.1.0'

  # file system change event handling
  gem 'listen',     '~> 2.7.7'
  gem 'rb-fchange', '~> 0.0.6', require: false
  gem 'rb-fsevent', '~> 0.9.4', require: false
  gem 'rb-inotify', '~> 0.9.5', require: false

  # notification handling
  gem 'libnotify',               '~> 0.8.3', 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.7.0'
  gem 'flay',      '~> 2.5.0'
  gem 'flog',      '~> 4.2.1'
  gem 'reek',      '~> 1.3.7'
  gem 'rubocop',   '~> 0.23.0'
  gem 'simplecov', '~> 0.7.1'
  gem 'yardstick', '~> 0.9.9'

  platforms :ruby_19, :ruby_20 do
    gem 'yard-spellcheck', '~> 0.1.5'
  end

  platform :rbx do
    gem 'json',               '~> 1.8.1'
    gem 'racc',               '~> 1.4.11'
    gem 'rubysl-logger',      '~> 2.0.0'
    gem 'rubysl-open-uri',    '~> 2.0.0'
    gem 'rubysl-prettyprint', '~> 2.0.3'
  end
end

group :benchmarks do
  gem 'rbench', '~> 0.2.3'
end

platform :jruby do
  group :jruby do
    gem 'jruby-openssl', '~> 0.9.4'
  end
end

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
mutant-0.5.26 test_app/Gemfile.devtools
mutant-0.5.26 Gemfile.devtools
mutant-0.5.25 test_app/Gemfile.devtools
mutant-0.5.25 Gemfile.devtools
mutant-0.5.24 Gemfile.devtools
mutant-0.5.24 test_app/Gemfile.devtools
mutant-0.5.23 test_app/Gemfile.devtools
mutant-0.5.23 Gemfile.devtools
mutant-0.5.22 test_app/Gemfile.devtools
mutant-0.5.22 Gemfile.devtools
mutant-0.5.21 test_app/Gemfile.devtools
mutant-0.5.21 Gemfile.devtools
mutant-0.5.20 Gemfile.devtools
mutant-0.5.20 test_app/Gemfile.devtools