shopify_api 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/Rakefile +1 -1
- data/lib/shopify_api.rb +5 -1
- data/shopify_api.gemspec +1 -1
- metadata +6 -2
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
data/lib/shopify_api.rb
CHANGED
|
@@ -469,6 +469,8 @@ module ShopifyAPI
|
|
|
469
469
|
end
|
|
470
470
|
|
|
471
471
|
class RecurringApplicationCharge < Base
|
|
472
|
+
undef_method :test
|
|
473
|
+
|
|
472
474
|
def self.current
|
|
473
475
|
find(:all).find{|charge| charge.status == 'active'}
|
|
474
476
|
end
|
|
@@ -483,6 +485,8 @@ module ShopifyAPI
|
|
|
483
485
|
end
|
|
484
486
|
|
|
485
487
|
class ApplicationCharge < Base
|
|
488
|
+
undef_method :test
|
|
489
|
+
|
|
486
490
|
def activate
|
|
487
491
|
load_attributes_from_response(post(:activate))
|
|
488
492
|
end
|
|
@@ -497,4 +501,4 @@ module ShopifyAPI
|
|
|
497
501
|
EVENT_ENABLED_CLASSES.each do |klass|
|
|
498
502
|
"ShopifyAPI::#{klass}".constantize.send(:include, Events)
|
|
499
503
|
end
|
|
500
|
-
end
|
|
504
|
+
end
|
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.
|
|
5
|
+
s.version = "1.1.2"
|
|
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,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shopify_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 23
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 1.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.1.2
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- "Tobias L\xC3\xBCtke"
|
|
@@ -27,6 +28,7 @@ dependencies:
|
|
|
27
28
|
requirements:
|
|
28
29
|
- - ">="
|
|
29
30
|
- !ruby/object:Gem::Version
|
|
31
|
+
hash: 3
|
|
30
32
|
segments:
|
|
31
33
|
- 2
|
|
32
34
|
- 2
|
|
@@ -88,6 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
88
90
|
requirements:
|
|
89
91
|
- - ">="
|
|
90
92
|
- !ruby/object:Gem::Version
|
|
93
|
+
hash: 3
|
|
91
94
|
segments:
|
|
92
95
|
- 0
|
|
93
96
|
version: "0"
|
|
@@ -96,6 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
99
|
requirements:
|
|
97
100
|
- - ">="
|
|
98
101
|
- !ruby/object:Gem::Version
|
|
102
|
+
hash: 3
|
|
99
103
|
segments:
|
|
100
104
|
- 0
|
|
101
105
|
version: "0"
|