Sha256: 7b15afc457472a408e98bfed5304c0fa6fd45edb3c0f8ddd7a8b961a5abdd222
Contents?: true
Size: 576 Bytes
Versions: 2
Compression:
Stored size: 576 Bytes
Contents
source 'https://rubygems.org' RONIN_URI = 'http://github.com/ronin-ruby' gemspec # gem 'ronin-support', '~> <%= Ronin::Support::VERSION %>', :git => "#{RONIN_URI}/ronin-support.git" # gem 'ronin', '~> <%= Ronin::VERSION %>', :git => "#{RONIN_URI}/ronin.git" <%- unless options[:generators].empty? -%> # gem 'ronin-gen', '~> <%= Ronin::Gen::VERSION %>', :git => "#{RONIN_URI}/ronin-gen.git" <%- end -%> group(:development) do gem 'rake', '~> 0.8.7' gem 'kramdown', '~> 0.12' gem 'ore-tasks', '~> 0.4' gem 'rspec', '~> 2.4' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0 | data/ronin/gen/library/Gemfile.erb |
ronin-gen-1.0.0.rc2 | data/ronin/gen/library/Gemfile.erb |