itunes_ingestion 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/itunes_ingestion.rb +2 -2
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -72,8 +72,8 @@ class AutoIngestion
72
72
  :product_type_id => product_type_id.strip,
73
73
  :units => units.to_i,
74
74
  :developer_proceeds => developer_proceeds.to_f,
75
- :begin_date => Date.strptime(begin_date.strip, '%d/%m/%Y'),
76
- :end_date => Date.strptime(end_date.strip, '%d/%m/%Y'),
75
+ :begin_date => Date.strptime(begin_date.strip, '%m/%d/%Y'),
76
+ :end_date => Date.strptime(end_date.strip, '%m/%d/%Y'),
77
77
  :currency => currency.strip,
78
78
  :country_code => country_code.strip,
79
79
  :currency_of_proceeds => currency_of_proceeds.strip,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itunes_ingestion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
16
- requirement: &70180928522460 !ruby/object:Gem::Requirement
16
+ requirement: &70361259253000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70180928522460
24
+ version_requirements: *70361259253000
25
25
  description: A simple port of Apple itunes Autoingestion tool to ruby.
26
26
  email: francis@ignition.hk
27
27
  executables: []