mws-merchant_fulfillment 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16d887456e6c304825431e7e152c3401d298389d
4
- data.tar.gz: b2158650272db1f10ae5c224118b9b6c85ea2a7e
3
+ metadata.gz: 21015136f3a3c468043cb1059a57810871aa3e70
4
+ data.tar.gz: 42672691b88c375132dc6c9f38bb71d2a04cb116
5
5
  SHA512:
6
- metadata.gz: bd6ffbe1cd4bfecde9e0f518493a878a58e4b472dad2ad09e0e1bf8545b632b70c1e209b6739c951d34709de8e1c852a4afb5a4237896895753b8c6596194f39
7
- data.tar.gz: b473c6cc5812a34276c4ba1e6178a4e941a04ec9eb59d08b80ceeae0ead1593f98230119fbc53f4fe5c343e50b28444a25867b85591eec13b3918a1d901c04d8
6
+ metadata.gz: 264aeeb81883f23156cb4aa9e0eb4da1c8de3f2f236d64b2fc52543c9984de2011b325895af8e340bbe69dc95f5560af1bd954a73f1e63fcd198ee79b83da45b
7
+ data.tar.gz: 4ad2397b4ded1ffa2d717e0470a00bd25cc921516404d39f2f963ffdbb7030ed2543ffbe29c2d99dec269749f7c8400f60e16ec16b686046460ef46e468a8c21
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # MWS Merchant Fulfillment
1
+ [![Build Status](https://travis-ci.org/Flowspace-Team/mws-merchant_fulfillment.svg?branch=master)](https://travis-ci.org/Flowspace-Team/mws-merchant_fulfillment)
2
2
 
3
- [![Build Status](https://travis-ci.org/flowspace/mws-merchant_fulfillment.svg)](https://travis-ci.org/Flowspace-Team/mws-merchant_fulfillment)
3
+ # MWS Merchant Fulfillment
4
4
 
5
5
  **MWS Merchant Fulfillment** is a Ruby interface to the [Amazon Marketplace Web Service (MWS) Merchant Fulfillment API](http://docs.developer.amazonservices.com/en_US/merch_fulfill/index.html). With the MWS Merchant Fulfillment API, you can build applications that let sellers purchase shipping for non-Prime and Prime orders using Amazon’s Buy Shipping Services.
6
6
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MWS
4
4
  module MerchantFulfillment
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
  end
@@ -12,13 +12,13 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{Wraps the Amazon MWS Merchant Fulfillment API}
14
14
  spec.description = %q{A rich Ruby interface to the Amazon MWS Merchant Fulfillment API.}
15
- spec.homepage = 'https://github.com/Flowspace-Team/mws-merchant-fulfillment'
15
+ spec.homepage = 'https://github.com/Flowspace-Team/mws-merchant_fulfillment'
16
16
  spec.license = "MIT"
17
17
 
18
18
  if spec.respond_to?(:metadata)
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = 'https://github.com/Flowspace-Team/mws-merchant-fulfillment'
21
- spec.metadata["changelog_uri"] = 'https://github.com/Flowspace-Team/mws-merchant-fulfillment/releases'
20
+ spec.metadata["source_code_uri"] = 'https://github.com/Flowspace-Team/mws-merchant_fulfillment'
21
+ spec.metadata["changelog_uri"] = 'https://github.com/Flowspace-Team/mws-merchant_fulfillment/releases'
22
22
  end
23
23
 
24
24
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mws-merchant_fulfillment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Becker
@@ -208,13 +208,13 @@ files:
208
208
  - lib/mws/merchant_fulfillment/shipping_services.rb
209
209
  - lib/mws/merchant_fulfillment/version.rb
210
210
  - mws-merchant_fulfillment.gemspec
211
- homepage: https://github.com/Flowspace-Team/mws-merchant-fulfillment
211
+ homepage: https://github.com/Flowspace-Team/mws-merchant_fulfillment
212
212
  licenses:
213
213
  - MIT
214
214
  metadata:
215
- homepage_uri: https://github.com/Flowspace-Team/mws-merchant-fulfillment
216
- source_code_uri: https://github.com/Flowspace-Team/mws-merchant-fulfillment
217
- changelog_uri: https://github.com/Flowspace-Team/mws-merchant-fulfillment/releases
215
+ homepage_uri: https://github.com/Flowspace-Team/mws-merchant_fulfillment
216
+ source_code_uri: https://github.com/Flowspace-Team/mws-merchant_fulfillment
217
+ changelog_uri: https://github.com/Flowspace-Team/mws-merchant_fulfillment/releases
218
218
  post_install_message:
219
219
  rdoc_options: []
220
220
  require_paths: