ffmike-rshoeboxed 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,8 @@ module RShoeboxed
8
8
  def self.available_count
9
9
  @@available_count
10
10
  end
11
- attr_accessor :id, :store, :image_url, :categories
12
- attr_reader :sell_date, :created_date, :modified_date, :total, :note
11
+ attr_accessor :id, :store, :image_url, :categories, :note
12
+ attr_reader :sell_date, :created_date, :modified_date, :total
13
13
 
14
14
  def self.parse(xml)
15
15
  document = REXML::Document.new(xml)
data/lib/rshoeboxed.rb CHANGED
@@ -10,5 +10,5 @@ require 'rshoeboxed/list_proxy'
10
10
  require 'rshoeboxed/parse_error'
11
11
 
12
12
  module RShoeboxed
13
- VERSION = '0.1.2'
13
+ VERSION = '0.1.3'
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffmike-rshoeboxed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Curren