sales 0.1.1 → 0.1.2

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.yml +1 -1
  2. data/bin/sale +1 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 1
4
+ :patch: 2
5
5
  :build:
data/bin/sale CHANGED
@@ -389,7 +389,7 @@ else
389
389
  autoingest(@username, @password, @vendorId, "Sales Daily Summary #{date}")
390
390
  end
391
391
  #compute and present the report
392
- compute_and_present([filename])
392
+ compute_and_present([filename]) if File.exists? filename
393
393
  #-----------------------------------------------------------------------------------------------------------------------------
394
394
  end
395
395
  #-------------------------------------------------------------------------------------------------------------------------------
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sales
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mihael
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-07-08 00:00:00 Z
13
+ date: 2012-07-09 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: iTunes Connect Command Line Autoingestion Script. Computes and presents totals. Uses Autoingestion.class for report downloading.