proper info about gem

This commit is contained in:
Harry Bomrah 2014-10-16 18:42:25 +08:00
parent 309aec8f0b
commit d8375c2e23
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ require "orbit_upgrade/version"
Gem::Specification.new do |s|
s.name = "orbit_upgrade"
s.version = OrbitUpgrade::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of OrbitUpgrade."
s.description = "TODO: Description of OrbitUpgrade."
s.authors = ["Harry Bomrah"]
s.email = ["harry@rulingcom.com"]
s.homepage = "www.rulingcom.com"
s.summary = "OrbitUpgrade."
s.description = "OrbitUpgrade."
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]