Skip to content

Commit

Permalink
Add gem homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
fedegl committed Feb 20, 2012
1 parent 8bc0328 commit b6dc7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml_spec.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["fedegl@gmail.com"]
gem.description = %q{Test XML with RSpec and Cucumber}
gem.summary = %q{Test XML with RSpec and Cucumber}
gem.homepage = ""
gem.homepage = "https://github.com/boost/xml_spec"

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 b6dc7b6

Please sign in to comment.