Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosuke Tanabe committed Sep 22, 2011
1 parent 1cd5586 commit fb3983f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions enju_barcode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require "enju_barcode/version"
Gem::Specification.new do |s|
s.name = "enju_barcode"
s.version = EnjuBarcode::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of EnjuBarcode."
s.description = "TODO: Description of EnjuBarcode."
s.authors = ["Kosuke Tanabe"]
s.email = ["tanabe@mwr.mediacom.keio.ac.jp"]
s.homepage = "https://github.com/nabeta/enju_barcode"
s.summary = "enju_barcode plugin"
s.description = "barcode generator for Next-L Enju"

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit fb3983f

Please sign in to comment.