Skip to content

Commit

Permalink
Merge pull request #15 from ktdreyer/gemspec-url
Browse files Browse the repository at this point in the history
use HTTPS URL in gemspec
  • Loading branch information
Fryguy authored Jun 10, 2016
2 parents fdaa4c6 + 1aefa76 commit 2b42d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_merge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
"lib/deep_merge/rails_compat.rb",
"test/test_deep_merge.rb"
]
s.homepage = %q{http://github.com/danielsdeleo/deep_merge}
s.homepage = %q{https://github.com/danielsdeleo/deep_merge}
s.require_paths = ["lib"]
s.summary = %q{Merge Deeply Nested Hashes}
s.test_files = [
Expand Down

0 comments on commit 2b42d5c

Please sign in to comment.