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 11# frozen_string_literal: true
22
33module ShopifyRubyDefinitions
4- VERSION = "0 .0.1 "
4+ VERSION = "1 .0.0 "
55end
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments