parseitc 0.1.5 → 0.1.6

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.
@@ -3,7 +3,7 @@ require 'parseitc/transaction'
3
3
  module ParseITC
4
4
  class Parser
5
5
  attr_accessor :transactions
6
- Version = '0.1.5'
6
+ Version = '0.1.6'
7
7
  # files can be either string or array
8
8
  def initialize(files=[])
9
9
  @transactions = []
@@ -20,7 +20,7 @@ module ParseITC
20
20
  :country,
21
21
  :apple_identifier # itunes link id
22
22
 
23
- alias :price :royalty_price
23
+ alias :price :customer_price
24
24
 
25
25
  def initialize array
26
26
  raise WrongNumberOfElements.new(27, array.length) unless array.length == 27
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parseitc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - HJ Choi