shopify_api 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == Version 1.1.3 (November 4, 2010)
2
+
3
+ * Add ProductSearchEngines resource
4
+
1
5
  == Version 1.1.2 (October 20, 2010)
2
6
 
3
7
  * Fix for users of ActiveResource 3.x
data/lib/shopify_api.rb CHANGED
@@ -491,6 +491,9 @@ module ShopifyAPI
491
491
  load_attributes_from_response(post(:activate))
492
492
  end
493
493
  end
494
+
495
+ class ProductSearchEngine < Base
496
+ end
494
497
 
495
498
  # Include Metafields module in all enabled classes
496
499
  METAFIELD_ENABLED_CLASSES.each do |klass|
data/shopify_api.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{shopify_api}
5
- s.version = "1.1.2"
5
+ s.version = "1.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Tobias L\xC3\xBCtke"