parseitc 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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