Skip to content

Commit 403bb68

Browse files
authored
update gem metadata to reflect new version bump (#503)
1 parent ee400ed commit 403bb68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

up_for_grabs_tooling.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'up_for_grabs_tooling'
3-
s.version = '0.2.0'
3+
s.version = '0.3.0'
44
s.licenses = ['MIT']
55
s.summary = "Tooling for Up-For-Grabs infrastructure"
66
s.description = "This gem is used to simplify the heavy-lifting that infrastructure scripts for Up-For-Grabs uses. As it's very specific to the Up-For-Grabs project, you don't need to use this yourself."
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
s.files = `git ls-files -z`.split("\x0").reject do |f|
1010
f.match(%r{^(test)/})
1111
end
12-
s.homepage = 'https://github.com/up-for-grabs/up-for-grabs-gem'
13-
s.metadata = { "source_code_uri" => "https://github.com/up-for-grabs/up-for-grabs-gem" }
12+
s.homepage = 'https://github.com/up-for-grabs/tooling'
13+
s.metadata = { "source_code_uri" => "https://github.com/up-for-grabs/tooling" }
1414

1515
s.add_runtime_dependency 'safe_yaml', '~> 1.0'
1616
s.add_runtime_dependency 'octokit', '>= 5.6', '< 11.0'

0 commit comments

Comments
 (0)