mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
49c42b6012
They are no longer needed since ruby 2.0.
12 lines
385 B
Ruby
12 lines
385 B
Ruby
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
|