ireporter 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/ireporter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 011f2b2f3043d4c154f8866ecc6778ec2640d2d6
|
|
4
|
+
data.tar.gz: 478eee426c733c0464d25b0429c25b1449f7a6eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bc049e65df828fdb973eea2d95dd1a7237dd6044fa1b0d6b1aac31d8e5192433f33d148a15fc75518670c5df18309792adb03c59ed321fdb33c789ce1df4813
|
|
7
|
+
data.tar.gz: 22568f925368ec5c9fc5afc8a7fb18219cee7252fbc7bf42c152aacfc756f64d174960db6b59d1ead307aeafaa4060faf012d986100a29383c8b36c688378b8d
|
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Ireporter 
|
|
2
2
|
|
|
3
|
+
Donate Us.
|
|
4
|
+
|
|
5
|
+
<div class="pm-button"><a href="https://www.payumoney.com/paybypayumoney/#/310753"><img src="https://www.payumoney.com//media/images/payby_payumoney/buttons/111.png" /></a></div>
|
|
6
|
+
|
|
3
7
|
Ireporter is an Ruby alternative to **iTunes Connect Reporter** a java library provided by Apple, which is used to fetch sales and finance reports.
|
|
4
8
|
Ireporter takes username and password for iTunes Connector and makes JSON request to get the response from ITC, unlike Apple's Reporter Ireporter removes the overhead of unzipping the archive file to get the data form text file, instead it gives the data in string data type, which can be wrapped into Array of hashses using Ireporter's wrap method. Later on can be converted in to JSON and other formats using ruby methods for conversion as per convenience.
|
|
5
9
|
|
|
@@ -10,7 +14,6 @@ Currently Ireporter allows to fetch the status of Sales and Finance reports, fet
|
|
|
10
14
|
We are still working on extracting Financial report feature and will be added in next release.
|
|
11
15
|
|
|
12
16
|
|
|
13
|
-
|
|
14
17
|
## Installation
|
|
15
18
|
|
|
16
19
|
Add this line to your application's Gemfile:
|
data/lib/ireporter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ireporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akshay Naik
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
94
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 2.
|
|
95
|
+
rubygems_version: 2.6.10
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: ITC Reporter for apple reporting service
|