blob: 6d35fc881c1d8c868fce8fd8de81de83691b5158 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Gem::Specification.new do |s|
s.name = "rb-cmdline"
s.version = "1.0.0"
s.licenses = ["Apache-2.0"]
s.summary = "A command line parser written in Ruby"
s.authors = ["gearnode"]
s.email = "bryan@frimin.fr"
s.files = ["lib/rb-cmdline.rb", "lib/cmdline.rb"]
s.homepage = "https://github.com/gearnode/rb-cmdline"
s.metadata = { "source_code_uri" => "https://github.com/gearnode/rb-cmdline" }
end
|