Skip to content

Commit

Permalink
Remove old shopify binary from API
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jun 12, 2020
1 parent 11ca367 commit 6ffc30d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions bin/shopify

This file was deleted.

2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyAPI
VERSION = "9.1.1"
VERSION = "9.1.2"
end
1 change: 0 additions & 1 deletion shopify_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |s|
]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

s.rdoc_options = ["--charset=UTF-8"]
s.summary = %q{ShopifyAPI is a lightweight gem for accessing the Shopify admin REST web services}
Expand Down

0 comments on commit 6ffc30d

Please sign in to comment.