Sha256: 0e066ff315b5c861c9d6d3e5bedd3fe6370ef3b8d69a775b8fe25125c4a571c4
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 Bytes
Contents
require 'ore/specification' 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' gem 'kramdown', '~> 0.12.0' gem 'ore-core', '~> 0.1.0' gem 'ore-tasks', '~> 0.3.0' gem 'rspec', '~> 2.3.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0.rc1 | Gemfile |