easyship-rates-ruby-api 0.6.7 → 0.6.8

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: ddc9ffa627b82a01cb95d3dafae8225f24380b5c
4
- data.tar.gz: ac0b9bf9f8733267ec1f30bee76eea215147f73f
3
+ metadata.gz: c32af78be90e10589bb6decb7d8ac51a9b997b13
4
+ data.tar.gz: f76d053f5b1b0ac287cf4892be5fafc0c27d635e
5
5
  SHA512:
6
- metadata.gz: 99b9088d353b36708209eee97e75c4627d4e7e469c674dede48fd9ae57afcf9158513085981191922db89d53f52fca898134a8f17fc9bc88ef4347d65030f44f
7
- data.tar.gz: f5740facfd28a208e5508335bea1d2749a36602f31f7b73b9e456fb47ef60fbc4a2bb1490fd78f970af1afe53da4718684922e73aa3c3bf5f1f99aa8ffa18be5
6
+ metadata.gz: ac46839822d1d820125db6df543836b51636f6c7ddcc16d0711cbd66c3d695965e68d1811031382b64d999d88da7967c522cd42d3db149cb7f37dc6d5d9d12c8
7
+ data.tar.gz: 7e627bfd9b7bacd7d6a2f132d408858f90f887579c12808749007a7ef4aa9ba6e32c5d4a122b61bed52be294eeaab06a05aca30f3c6b26978da9beb771d158b7
@@ -26,7 +26,7 @@ module EasyshipRatesRubyApi
26
26
  response
27
27
  end
28
28
 
29
- def update(path, options = {})
29
+ def patch(path, options = {})
30
30
  response = access_token.patch("#{API_PATH}#{path}", { body: options })
31
31
  raise_errors(response)
32
32
  response
@@ -2,7 +2,7 @@ module EasyshipRatesRubyApi
2
2
  module Version #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 6
5
- PATCH = 7
5
+ PATCH = 8
6
6
  PRE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easyship-rates-ruby-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - aloha
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-23 00:00:00.000000000 Z
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2
@@ -122,6 +122,7 @@ files:
122
122
  - Rakefile
123
123
  - bin/console
124
124
  - bin/setup
125
+ - easyship-rates-ruby-api-0.6.7.gem
125
126
  - easyship-rates-ruby-api.gemspec
126
127
  - lib/easyship/rates/ruby/api/api.rb
127
128
  - lib/easyship/rates/ruby/api/api/couriers.rb