Stripe_Invoice_Gem 0.0.3 → 0.0.6

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe_invoice_gem.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38597c18a5f33bb4179b14551a1a0b08699c9342806bc84f8d82334fe2735d83
4
- data.tar.gz: 8b6a59660cd1b5727f974774acf17d47f020e9f9525ce3fd65aabb984ffc5328
3
+ metadata.gz: 719870b052d5d56d077413b7cb1b59896d5efca13af1d6d24ba5dbe1883a17b6
4
+ data.tar.gz: 1d475a60865e3cc1def745f97edfecf064a08bc2dd3c2197e88b4257b0b78568
5
5
  SHA512:
6
- metadata.gz: f448d7f574cd1616de41ddcde81dc8360f2ddd45eb2c550460e8130c3cb441faf158216ab9b302665c45fc1b574ed217e3ba63399d33c0125c3cb7e8b187c0c7
7
- data.tar.gz: 70c895833921dd98a1c943b28a83a3756df938baff51d621322b6e4ced9a9ade3a1c97972b02108d9cca3d6155c638060512a6eb4c60ed446335f00963521fb2
6
+ metadata.gz: 4514e482fdd77b805e08b8afae1226107a138d9c591780233fc0e835e2cdf76058ae1da9c1ed044bb1082fa05fd41183fc35f2730ca61438b0e2516c5ade43bb
7
+ data.tar.gz: 17e91330ff952e11546ed22f1b3d960f82696ddb480a86f0ed81769b942a140f0b6d2fa213999f5f23fe2b61ae2c104abab9595abcd2008da135395bb3b5101e
@@ -36,7 +36,7 @@ Dir.mkdir(directory_name) unless File.exists?(directory_name)
36
36
  puts "Please wait..."
37
37
 
38
38
  case option
39
- #option to dowload all invoices
39
+ #option to download all invoices
40
40
  when 1
41
41
  invoices = Stripe::Invoice.list({limit: 100})
42
42
  #option to download all invoices after a given invoice
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Stripe_Invoice_Gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hector Otero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-26 00:00:00.000000000 Z
11
+ date: 2022-05-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby Gem to Download all your Stripe PDF invoices in bulk. The invoices
14
14
  will be downloaded in the /invoices directory. Please note this is a command line
@@ -19,7 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/stripe_invoice_gem.rb
22
- homepage: https://github.com/haor1
22
+ homepage: https://github.com/haor1/stripe_invoice_pdf
23
23
  licenses:
24
24
  - MIT
25
25
  metadata: {}