mws-connect 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/LICENSE.txt +1 -1
  2. data/lib/mws.rb +1 -1
  3. data/mws.gemspec +1 -0
  4. metadata +4 -3
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Sean M. Duncan
1
+ Copyright (c) 2012 Sean M. Duncan, John E. Bailey
2
2
 
3
3
  MIT License
4
4
 
data/lib/mws.rb CHANGED
@@ -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.1'
17
+ VERSION = '0.0.2'
18
18
 
19
19
  Utils.alias self, Apis::Feeds,
20
20
  :Distance,
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.name = 'mws-connect'
8
8
  gem.version = Mws::VERSION
9
9
  gem.authors = ['Sean M. Duncan', 'John E. Bailey']
10
+ gem.license = 'MIT'
10
11
  gem.email = ['info@devmode.com']
11
12
  gem.description = %q{The missing ruby client library for Amazon MWS}
12
13
  gem.summary = %q{The missing ruby client library for Amazon MWS}
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.1
4
+ version: 0.0.2
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-21 00:00:00.000000000 Z
13
+ date: 2012-11-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -172,7 +172,8 @@ files:
172
172
  - spec/mws/utils_spec.rb
173
173
  - spec/spec_helper.rb
174
174
  homepage: http://github.com/devmode/mws
175
- licenses: []
175
+ licenses:
176
+ - MIT
176
177
  post_install_message:
177
178
  rdoc_options: []
178
179
  require_paths: