hello-gem/hello.gemspec

18 lines
378 B
Ruby

Gem::Specification.new do |s|
s.name = %q{hello}
s.author = "R. Tyler Croy"
s.homepage = "http://www.zombo.com"
s.description = "This is so amazing"
s.email = "tyler@linux.com"
s.version = "0.0.1"
s.date = %q{2011-10-21}
s.summary = %q{hello gem}
s.files = [
"Gemfile",
"Rakefile",
"VERSION",
"lib/hello.rb"
]
s.require_paths = ["lib"]
end