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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b8e4cde329204d9a5cfbaeeee4f98fca367bf2d
4
- data.tar.gz: 83e20c82aaa00ece745944f6ddb1c1a853466346
3
+ metadata.gz: 456b57c8045ed2d489b7f7ae8a186a2f9cd3f53f
4
+ data.tar.gz: 57bec0af7af2be26f333cccadb5b00e2d3700cef
5
5
  SHA512:
6
- metadata.gz: f978b08e9b7bbc52a70dcfb09a86f050e8043b3a6c2a2155ea83b40467985ad834c1421c313cace4ac00892c2962a72907b80b13bb2672444f9e696724419203
7
- data.tar.gz: 1951090bdfa4d3d17a30014721d4573b2aa44a90f2abe3a84b89932951c83e86923c644dfa5caabfa07efd9fb00c892b25a5efd7ce28ff90b8ae60d4837d175d
6
+ metadata.gz: 97fdce4e8294152c8808e445feaff35de6ec224cf02ebf2c26884d25f0978ae31c671a37f5ebb8266c8b50aa89d644c4202549bd1e6de0c560250dd0ed06af46
7
+ data.tar.gz: 00df7bd4e1027f042e9b3969635f2898968e8d8a72b422cb88b021e7cd930b8c28231ed2f268a28d65056a3c69e501b6008abc3431f7285add19155141517554
@@ -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 = 'http://testing.whiplashmerch.com/api/'
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}"
@@ -1,4 +1,4 @@
1
1
  module WhiplashApi
2
- VERSION = "1.2.3"
2
+ VERSION = "1.2.4"
3
3
  DEFAULT_API_VERSION = 1
4
4
  end
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.3
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-03-02 00:00:00.000000000 Z
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: