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.
7 lines
180 B
Ruby
7 lines
180 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = "bar"
|
|
s.version = "0.0.2"
|
|
s.platform = "ruby"
|
|
s.require_paths = ["lib"]
|
|
s.summary = "A very bar gem"
|
|
end
|