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 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
 
@@ -14,7 +14,7 @@ module Mws
14
14
  autoload :Utils, 'mws/utils'
15
15
 
16
16
  # The current version of this ruby gem
17
- VERSION = '0.0.2'
17
+ VERSION = '0.0.3'
18
18
 
19
19
  Utils.alias self, Apis::Feeds,
20
20
  :Distance,
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'mws'
4
+ require 'mws-connect'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = 'mws-connect'
@@ -5,7 +5,7 @@ if ARGV.size < 3
5
5
  exit 1
6
6
  end
7
7
 
8
- require 'mws'
8
+ require 'mws-connect'
9
9
  require 'logging'
10
10
  require 'active_support/core_ext'
11
11
 
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.2
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-22 00:00:00.000000000 Z
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