Skip to content

Commit 131ea25

Browse files
committed
Bump version to 1.0.0
1 parent 9e7d6ae commit 131ea25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShopifyRubyDefinitions
4-
VERSION = "0.0.1"
4+
VERSION = "1.0.0"
55
end

shopify-ruby-definitions.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
99
spec.email = ["peter@peterzhu.ca"]
1010

1111
spec.summary = "Ruby builds used at Shopify."
12-
spec.homepage = "https://github.com/shopify/ruby-definitions"
12+
spec.homepage = "https://github.com/Shopify/ruby-definitions"
1313
spec.license = "MIT"
1414
spec.required_ruby_version = ">= 2.6.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
17-
spec.metadata["source_code_uri"] = "https://github.com/shopify/ruby-definitions"
17+
spec.metadata["source_code_uri"] = "https://github.com/Shopify/ruby-definitions"
1818

1919
# Specify which files should be added to the gem when it is released.
2020
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)