Skip to content

Commit

Permalink
Update homepage in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 2, 2019
1 parent 75181fb commit 490cd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleman-gh-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["adam@adamlogic.com"]
gem.description = %q{Easy deployment of Middleman sites to Github Pages}
gem.summary = %q{Easy deployment of Middleman sites to Github Pages}
gem.homepage = "http://github.com/newcontext/middleman-gh-pages"
gem.homepage = "https://github.com/edgecase/middleman-gh-pages"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 490cd5d

Please sign in to comment.