whiplash_api 1.2.3 → 1.2.4
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.
- checksums.yaml +4 -4
- data/lib/whiplash_api/base.rb +1 -1
- data/lib/whiplash_api/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 456b57c8045ed2d489b7f7ae8a186a2f9cd3f53f
|
|
4
|
+
data.tar.gz: 57bec0af7af2be26f333cccadb5b00e2d3700cef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97fdce4e8294152c8808e445feaff35de6ec224cf02ebf2c26884d25f0978ae31c671a37f5ebb8266c8b50aa89d644c4202549bd1e6de0c560250dd0ed06af46
|
|
7
|
+
data.tar.gz: 00df7bd4e1027f042e9b3969635f2898968e8d8a72b422cb88b021e7cd930b8c28231ed2f268a28d65056a3c69e501b6008abc3431f7285add19155141517554
|
data/lib/whiplash_api/base.rb
CHANGED
|
@@ -10,7 +10,7 @@ module WhiplashApi
|
|
|
10
10
|
attr_accessor :api_version, :api_key, :customer_id
|
|
11
11
|
|
|
12
12
|
def testing!
|
|
13
|
-
self.site = '
|
|
13
|
+
self.site = 'https://testing.whiplashmerch.com/api/'
|
|
14
14
|
|
|
15
15
|
ActiveSupport::Notifications.subscribe("request.active_resource") do |*args|
|
|
16
16
|
puts "[ActiveResource] Headers: #{WhiplashApi::Base.headers}"
|
data/lib/whiplash_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whiplash_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Dickson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-04-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -165,3 +165,4 @@ signing_key:
|
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Ruby Gem for connecting to the Whiplash Merchandising API
|
|
167
167
|
test_files: []
|
|
168
|
+
has_rdoc:
|