Sha256: 5e888b0e79da03eb5d01d1d4d84eb011b33be4df3931f301d71feaf78bd7c26f

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 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'

  case RUBY_PLATFORM
  when 'java'
    gem 'maruku',	'~> 0.6.0'
  else
    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 data/ronin/gen/library/Gemfile.erb