Sha256: af26a5c9e4ef2463378134666e8ba589e805b2a9ba143a3b132a562f47614ae0
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
source 'https://rubygems.org' RONIN = 'http://github.com/ronin-ruby' gemspec gem 'ronin-support', '~> <%= Ronin::Support::VERSION %>', :git => "#{RONIN}/ronin-support.git" gem 'ronin', '~> <%= Ronin::VERSION %>', :git => "#{RONIN}/ronin.git" group(:development) do gem 'rake', '~> 0.8.7' platforms :jruby do gem 'BlueCloth' end platforms :ruby do gem 'rdiscount', '~> 1.6.3' end gem 'ore-core', '~> 0.1.0' gem 'ore-tasks', '~> 0.3.0' gem 'rspec', '~> 2.0.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0.rc1 | data/ronin/gen/library/Gemfile.erb |
ronin-gen-1.0.0.pre3 | data/ronin/gen/library/Gemfile.erb |
ronin-gen-1.0.0.pre2 | data/ronin/gen/library/Gemfile.erb |