summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
authorBobby McDonald <BobbyMcWho@users.noreply.github.com>2019-11-17 12:35:30 -0500
committerMichael Herold <opensource@michaeljherold.com>2019-11-17 11:35:30 -0600
commit2846ea63a90a594ed67e3eb8ba7c5fd125909089 (patch)
treee86f362d5a224b0e520eeece5144eb22be252827 /hashie.gemspec
parentd1cad54a6e3dd3aae3633a4a98fd19cbc4a53fc4 (diff)
downloadhashie-2846ea63a90a594ed67e3eb8ba7c5fd125909089.tar.gz
Update github urls to hashie/hashie (#497)
* Update github urls to hashie/hashie * Point omniauth in integration tests at master. Until omniauth releases the changes merged from https://github.com/omniauth/omniauth/pull/977 , we must point at master branch. * revert incorrect change of gem email Co-Authored-By: Michael Herold <github@michaeljherold.com> * Reference open issue for release
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index fec0c35..250ecf2 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.email = ['michael@intridea.com', 'jollyjerry@gmail.com']
gem.description = 'Hashie is a collection of classes and mixins that make hashes more powerful.'
gem.summary = 'Your friendly neighborhood hash library.'
- gem.homepage = 'https://github.com/intridea/hashie'
+ gem.homepage = 'https://github.com/hashie/hashie'
gem.license = 'MIT'
gem.require_paths = ['lib']