stripe-iiftoqbo 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +5 -7
  2. data/stripe-iiftoqbo.gemspec +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -14,8 +14,8 @@ Then this tool might be helpful.
14
14
 
15
15
  Stripe-iiftoqbo takes an IIF file and produces a QBO file that you can import into QuickBooks Online.
16
16
 
17
- It's pretty hacky, and I've only tested it for my use case. My IIF file had:
18
-
17
+ It's been tested with:
18
+
19
19
  * Credit Card Payments
20
20
  * Subscription Credit Card Payments
21
21
  * Credit Card Refunds
@@ -23,11 +23,9 @@ It's pretty hacky, and I've only tested it for my use case. My IIF file had:
23
23
  * Payouts to Third Parties
24
24
  * Stripe Connect Fees Collected
25
25
  * Stripe Connect Fees Refunded
26
- * … and Stripe Transaction Fees, of course :)
27
-
28
- But now our 2013 taxes are done!
26
+ * Stripe Transaction Fees
29
27
 
30
- I used the Stripe export to come up with our top-line revenue (from credit card payments), and our cost of goods sold (since we're a marketplace, that's payouts to vendors and stripe fees). And all the transfers to our checking account tallied with transfers into our checking account (as seen by our bank).
28
+ You can use the Stripe data to come up with top-line revenue numbers from credit card payments and cost of goods sold if you're a marketplace with payouts. You can also double-check that all the transfers from Stripe sync up with transfers into your bank account.
31
29
 
32
30
  ## Usage
33
31
 
@@ -92,6 +90,6 @@ If you want to inspect the transactions from your .IIF file in CSV format (using
92
90
 
93
91
  ## License
94
92
 
95
- New MIT License - Copyright (c) 2014, Gilman Tolle
93
+ New MIT License - Copyright (c) 2014 Gilman Tolle
96
94
 
97
95
  See LICENSE for details
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'stripe-iiftoqbo'
4
- s.version = '0.1.2'
4
+ s.version = '0.1.3'
5
5
  s.summary = 'Stripe IIF-to-QBO converter for Quickbooks Online'
6
6
  s.description = 'Converts Stripe\'s IIF transaction file into a QBO file for importing into Quickbooks Online. A QBO file is in OFX (Open Financial Exchange) format.'
7
7
  s.homepage = 'https://github.com/gtolle/stripe-iiftoqbo'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe-iiftoqbo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-24 00:00:00.000000000 Z
12
+ date: 2014-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bigdecimal