Stripe_Invoice_Gem 0.0.2 → 0.0.5

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 +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f38c04f00203815601b73e7e1f0a46b2cb77fe1a10a12b8464211466b526ba79
4
- data.tar.gz: 84c068020ba14aeaf2bd8e240582f3cc607260d52847d758b0d9180bfe99d47e
3
+ metadata.gz: ec665fa131623529ed9ec4100437b65c9fabc72eea63b9ed9552ed432ad67721
4
+ data.tar.gz: 766720abf7977b7ae6aafbe1809b2deebbae3b79c6ca2fa206f487382b3c53f0
5
5
  SHA512:
6
- metadata.gz: 4cd0e854dda03750d144605c8b4cc15a024bf078960ccfa2623f23684dfc9581296880b79a279fd643a55d1c7f5a6832cc9bbb448ccc77aa39ef3293bc3f3c6b
7
- data.tar.gz: 8883a577b640d050c0f8b6d6e930247ddcade53a5d2f4da92c80c8fa9e797bfe793c10d57e41e41a1868d52f5195c9ed8ad9416558d25ef2e938919014cde797
6
+ metadata.gz: cd8bdfbc339143781c7cdd83a204ccab5d86e8bc06b33dff99aeddeeb6e9dae73f881956c11be0283b4b59cc4ca55d2a08403ef5baed36ee24d2577acbee08f9
7
+ data.tar.gz: 3d9c087f8b11b21ae9e7b71fd83f488e3f1ba2148456cb6ce95deab543f0fcb900519c519569d8e502e90999a9722d5043090c5479be7363017adaf5451776ee
@@ -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,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Stripe_Invoice_Gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.5
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
- will be downloaded in the /invoices directory.
14
+ will be downloaded in the /invoices directory. Please note this is a command line
15
+ program.
15
16
  email: hotero001@icloud.com
16
17
  executables: []
17
18
  extensions: []