Sha256: c825c41a0c73ef4faec60faebb5387453830117dc08a6372b5ecbf737c0e9791
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
source 'https://rubygems.org' DATA_MAPPER = 'http://github.com/datamapper' DM_VERSION = '~> 1.0.2' RONIN = 'http://github.com/ronin-ruby' gemspec # Ronin dependencies # gem 'ronin-support', '~> 0.1.0', :git => "#{RONIN}/ronin-support.git" # gem 'ronin', '~> 1.0.0', :git => "#{RONIN}/ronin.git" group :development do gem 'rake', '~> 0.8.7' platforms :jruby do gem 'maruku', '~> 0.6.0' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0.pre1 | Gemfile |