File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/shopify_ruby_definitions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ShopifyRubyDefinitions
4
- VERSION = "0 .0.1 "
4
+ VERSION = "1 .0.0 "
5
5
end
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
9
9
spec . email = [ "peter@peterzhu.ca" ]
10
10
11
11
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"
13
13
spec . license = "MIT"
14
14
spec . required_ruby_version = ">= 2.6.0"
15
15
16
16
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"
18
18
19
19
# Specify which files should be added to the gem when it is released.
20
20
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments