mws-connect 0.0.2 → 0.0.3
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/README.md +2 -2
- data/lib/{mws.rb → mws-connect.rb} +1 -1
- data/{mws.gemspec → mws-connect.gemspec} +1 -1
- data/scripts/catalog-workflow +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -6,7 +6,7 @@ The goal of this gem is to facilities interactions with the Amazon Marketplace W
|
|
6
6
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
|
-
gem 'mws'
|
9
|
+
gem 'mws-connect'
|
10
10
|
|
11
11
|
And then execute:
|
12
12
|
|
@@ -14,7 +14,7 @@ And then execute:
|
|
14
14
|
|
15
15
|
Or install it yourself as:
|
16
16
|
|
17
|
-
$ gem install mws
|
17
|
+
$ gem install mws-connect
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
data/scripts/catalog-workflow
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mws-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-11-
|
13
|
+
date: 2012-11-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -121,7 +121,7 @@ files:
|
|
121
121
|
- LICENSE.txt
|
122
122
|
- README.md
|
123
123
|
- Rakefile
|
124
|
-
- lib/mws.rb
|
124
|
+
- lib/mws-connect.rb
|
125
125
|
- lib/mws/apis.rb
|
126
126
|
- lib/mws/apis/feeds.rb
|
127
127
|
- lib/mws/apis/feeds/api.rb
|
@@ -147,7 +147,7 @@ files:
|
|
147
147
|
- lib/mws/serializer.rb
|
148
148
|
- lib/mws/signer.rb
|
149
149
|
- lib/mws/utils.rb
|
150
|
-
- mws.gemspec
|
150
|
+
- mws-connect.gemspec
|
151
151
|
- scripts/catalog-workflow
|
152
152
|
- spec/mws/apis/feeds/api_spec.rb
|
153
153
|
- spec/mws/apis/feeds/distance_spec.rb
|