peddler 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +3 -1
  2. data/VERSION.yml +1 -1
  3. data/lib/peddler.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -12,4 +12,6 @@
12
12
  == 0.2.1 / 2010-01-10
13
13
  * Nasty bug.
14
14
  == 0.2.2 / 2010-01-10
15
- * Another nasty bug.
15
+ * Another nasty bug.
16
+ == 0.2.3 / 2010-01-10
17
+ * Bump
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 2
5
5
  :build:
data/lib/peddler.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # Peddler is a Ruby wrapper to the Amazon Inventory management API.
2
2
  module Peddler
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
 
6
6
  require 'net/https'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peddler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Hakan \xC5\x9Eenol Ensari"