Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
svenyurgensson committed Jul 5, 2012
1 parent 018d764 commit 0bd1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion penetrator.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["jurbat@gmail.com"]
gem.description = %q{Implement traits behavior to get rid of code repetition}
gem.summary = %q{Implement traits behavior to get rid of code repetition}
gem.homepage = "http://github/svenyurgensson/penetrator"
gem.homepage = "https://github.com/svenyurgensson/penetrator"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 0bd1fd9

Please sign in to comment.