1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/rubygems/specifications/rubyforge-0.0.1.gemspec

14 lines
412 B
Ruby

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rubyforge"
s.version = "0.0.1"
s.platform = "ruby"
s.require_paths = ["lib"]
s.summary = "A very bar gem"
s.authors = ["unknown"]
s.license = 'MIT'
s.homepage = 'http://example.com'
s.files = ['README.md']
s.rubyforge_project = 'abc'
end