Skip to content

Commit 02dcc2a

Browse files
committed
Set rubygems homepage to rspec.info
1 parent e3ab756 commit 02dcc2a

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

rspec-core/rspec-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.license = "MIT"
1010
s.authors = ["Steven Baker", "David Chelimsky", "Chad Humphries", "Myron Marston"]
1111
s.email = "[email protected]"
12-
s.homepage = "https://github.com/rspec/rspec-core"
12+
s.homepage = "https://rspec.info"
1313
s.summary = "rspec-core-#{RSpec::Core::Version::STRING}"
1414
s.description = "BDD for Ruby. RSpec runner and example groups."
1515

rspec-expectations/rspec-expectations.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.license = "MIT"
99
s.authors = ["Steven Baker", "David Chelimsky", "Myron Marston"]
1010
s.email = "[email protected]"
11-
s.homepage = "https://github.com/rspec/rspec-expectations"
11+
s.homepage = "https://rspec.info"
1212
s.summary = "rspec-expectations-#{RSpec::Expectations::Version::STRING}"
1313
s.description = "rspec-expectations provides a simple, readable API to express expected outcomes of a code example."
1414

rspec-mocks/rspec-mocks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.license = "MIT"
1010
s.authors = ["Steven Baker", "David Chelimsky", "Myron Marston"]
1111
s.email = "[email protected]"
12-
s.homepage = "https://github.com/rspec/rspec-mocks"
12+
s.homepage = "https://rspec.info"
1313
s.summary = "rspec-mocks-#{RSpec::Mocks::Version::STRING}"
1414
s.description = "RSpec's 'test double' framework, with support for stubbing and mocking"
1515

rspec-support/rspec-support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.version = RSpec::Support::Version::STRING
99
spec.authors = ["David Chelimsky","Myron Marson","Jon Rowe","Sam Phippen","Xaviery Shay","Bradley Schaefer"]
1010
spec.email = "[email protected]"
11-
spec.homepage = "https://github.com/rspec/rspec"
11+
spec.homepage = "https://rspec.info"
1212
spec.summary = "rspec-support-#{RSpec::Support::Version::STRING}"
1313
spec.description = "Support utilities for RSpec gems"
1414
spec.license = "MIT"

rspec/rspec.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ Gem::Specification.new do |s|
1010
s.license = "MIT"
1111
s.authors = ["Steven Baker", "David Chelimsky", "Myron Marston"]
1212
s.email = "[email protected]"
13-
s.homepage = "http://github.com/rspec"
13+
s.homepage = "https://rspec.info"
1414
s.summary = "rspec-#{RSpec::Version::STRING}"
1515
s.description = "BDD for Ruby"
1616

1717
s.metadata = {
18-
'bug_tracker_uri' => 'https://github.com/rspec/rspec-metagem/issues',
18+
'bug_tracker_uri' => 'https://github.com/rspec/rspec/issues',
1919
'documentation_uri' => 'https://rspec.info/documentation/',
2020
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
21-
'source_code_uri' => 'https://github.com/rspec/rspec-metagem',
21+
'source_code_uri' => 'https://github.com/rspec/rspec',
22+
'source_code_uri' => "https://github.com/rspec/rspec/blob/rspec-metagem-v#{s.version}/rspec",
2223
}
2324

2425
s.files = `git ls-files -- lib/*`.split("\n")

0 commit comments

Comments
 (0)