sales 0.1.1 → 0.1.2
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.
- data/VERSION.yml +1 -1
- data/bin/sale +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
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.
|
|
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-
|
|
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.
|