Skip to content

Commit

Permalink
Clean up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Dec 12, 2011
1 parent e7583f6 commit 4512f61
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gemnasium-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
require File.expand_path('../lib/gemnasium-parser/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Steve Richert"]
gem.email = ["steve.richert@gmail.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.authors = "Steve Richert"
gem.email = "steve.richert@gmail.com"
gem.description = "Safely parse Gemfiles and gemspecs"
gem.summary = "Safely parse Gemfiles and gemspecs"
gem.homepage = "https://github.com/laserlemon/gemnasium-parser"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "gemnasium-parser"
Expand Down

0 comments on commit 4512f61

Please sign in to comment.