Skip to content

Commit

Permalink
Update homepage in gemspec (#997)
Browse files Browse the repository at this point in the history
cukes.info redirects to https://cucumber.io/
  • Loading branch information
alexmuller authored and mattwynne committed Jul 22, 2016
1 parent d4d9278 commit e25b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = "cucumber-#{s.version}"
s.email = 'cukes@googlegroups.com'
s.license = 'MIT'
s.homepage = "http://cukes.info"
s.homepage = "https://cucumber.io/"
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">= 1.9.3"
s.add_dependency 'cucumber-core', '~> 2.0'
Expand Down

0 comments on commit e25b9cc

Please sign in to comment.