Skip to content

Commit

Permalink
Merge pull request #79 from Shopify/add_location
Browse files Browse the repository at this point in the history
added location to the api gem
  • Loading branch information
kevinhughes27 committed Dec 3, 2013
2 parents 8d7a256 + 63d99a9 commit f9ee452
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
== Version 3.1.8

* Expose `Location`

== Version 3.1.7

* Expose `authors` and `tags` action on Article
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_api (3.1.7)
shopify_api (3.1.8)
activeresource (>= 3.0.0)
thor (>= 0.14.4)

Expand Down
4 changes: 4 additions & 0 deletions lib/shopify_api/resources/location.rb
@@ -0,0 +1,4 @@
module ShopifyAPI
class Location < Base
end
end
2 changes: 1 addition & 1 deletion lib/shopify_api/version.rb
@@ -1,3 +1,3 @@
module ShopifyAPI
VERSION = "3.1.7"
VERSION = "3.1.8"
end

0 comments on commit f9ee452

Please sign in to comment.