Sha256: 7d989e923d4fe4ad49ab8b2ea0b2f599e567af5e9c205037b979c4db39f20584
Contents?: true
Size: 407 Bytes
Versions: 4
Compression:
Stored size: 407 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in job_dispatch.gemspec gemspec # required for testing rubinius on travis: platforms :rbx do gem 'rubysl', '~> 2.0' gem 'rubinius', '~> 2.0' gem "rubinius-coverage", github: "rubinius/rubinius-coverage" end group :test do gem 'guard' group :mac do gem 'growl' gem 'guard-rspec' gem 'terminal-notifier-guard' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
job_dispatch-0.2.0 | Gemfile |
job_dispatch-0.1.0 | Gemfile |
job_dispatch-0.0.2 | Gemfile |
job_dispatch-0.0.1 | Gemfile |