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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. data/lib/ireporter/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c20531966b2b5e415685ac177e7a9cbc3cd57e5
4
- data.tar.gz: 5f14ef0b4284904e24b862d2d69c9a43661dad1b
3
+ metadata.gz: 011f2b2f3043d4c154f8866ecc6778ec2640d2d6
4
+ data.tar.gz: 478eee426c733c0464d25b0429c25b1449f7a6eb
5
5
  SHA512:
6
- metadata.gz: 4977c30230756d712ad0a007643876fd51c0d529e4d6d26f3e279dc1fb6b1a75009462b6a72a3a566a78299a32b82db882db33a1e259abd791cc83fbc9ce1a7c
7
- data.tar.gz: '039852ad5461bc8ad0fd8f8e06a2ccaa283f9c573aa84475e6b9908b0bfc6e2e9bf58f0925842158c549071c8b5b22de5dfcf8c243999ad111dce02ea6c14804'
6
+ metadata.gz: 6bc049e65df828fdb973eea2d95dd1a7237dd6044fa1b0d6b1aac31d8e5192433f33d148a15fc75518670c5df18309792adb03c59ed321fdb33c789ce1df4813
7
+ data.tar.gz: 22568f925368ec5c9fc5afc8a7fb18219cee7252fbc7bf42c152aacfc756f64d174960db6b59d1ead307aeafaa4060faf012d986100a29383c8b36c688378b8d
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Ireporter ![](http://ruby-gem-downloads-badge.herokuapp.com/ireporter?type=total)
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:
@@ -1,3 +1,3 @@
1
1
  module Ireporter
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-01-28 00:00:00.000000000 Z
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.5.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