stripe-cli-ruby 0.1.0-x86_64-linux → 1.26.1-x86_64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f706d0ba182d2e0be51400b7c613d092a1254d4fcb22aa5e22bce1fcab802289
4
- data.tar.gz: 7d5f6ca7a437f77566d26014766a859a119cc5b41ef1e99b977fe4619eb19378
3
+ metadata.gz: 0b3a6afa52bfd7046bc07eec0ef1ad7c5ba5236e7496db0d50067fcab1955965
4
+ data.tar.gz: 659518044142cc7f241a0b4be77b8f99974422b930b2eef686c5f2ef6c65e93c
5
5
  SHA512:
6
- metadata.gz: e5607b690428b17ec1c5063fe2789586595f50164572c4147ffcd3686f607df057afec3ab7dd55ec7648921b55ff8a28824fc529edacba5bbc28402f04fe77e8
7
- data.tar.gz: 142465eebaa4678ebb079c8f051f2869c5c39c4ceaae6622a08aeb541dd329be377136200fc66f0f1a9114e940ab82479525adcc94d307faa8ddd7a703e8d613
6
+ metadata.gz: ca87de5db39bbf0b779577bd364c284e462a9f13199f6f7a5822ba791846e50a0b7bdab2444d159807e983f310b1cf3c1dbfa525d3e04e9f640b9a2b4cf5d14d
7
+ data.tar.gz: 751e0efbf37d215a0ef2bab53d19af92524ed8b5269ef8a4d00d1b9f67ce8efdec2254f080f6b94d5dc4b5e340662d48072019ab64d31ff5b597265827d91e58
data/README.md CHANGED
@@ -27,6 +27,35 @@ If bundler is not being used to manage dependencies, install the gem by executin
27
27
  gem install stripe-cli-ruby
28
28
  ```
29
29
 
30
+ > [!NOTE]
31
+ > Add the [included puma plugin](#forwarding-events-to-your-web-server) in order to listen for webhook events in development.
32
+
33
+ ## Usage
34
+
35
+ ### Ruby
36
+
37
+ The gem makes available `StripeCLI.executable` which is the path to the vendored standalone executable.
38
+
39
+ ```ruby
40
+ require "stripe-cli-ruby"
41
+ StripeCLI.executable
42
+ # => "/path/to/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/stripe-cli-ruby-0.1.0-x86_64-linux/exe/x86_64-linux/stripe"
43
+ ```
44
+
45
+ ### Command line
46
+
47
+ This gem provides an executable `stripe` shim that will run the vendored standalone executable.
48
+
49
+ ```bash
50
+ # where is the shim?
51
+ $ bundle exec which stripe
52
+ /path/to/installs/ruby/3.3/bin/stripe
53
+
54
+ # run the actual executable through the shim
55
+ $ bundle exec stripe --help
56
+ stripe version 1.25.1
57
+ ```
58
+
30
59
  ## Forwarding events to your web server
31
60
 
32
61
  Make sure `Stripe.api_key` is set, e.g. in `config/initializers/stripe.rb`:
Binary file
@@ -1,7 +1,7 @@
1
1
  module StripeCLI
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "1.25.1"
4
+ VERSION = "1.26.1"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StripeCLI
4
- VERSION = "0.1.0"
4
+ VERSION = "1.26.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe-cli-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.26.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Zacharias Knudsen
@@ -74,7 +74,7 @@ licenses:
74
74
  - MIT
75
75
  metadata:
76
76
  source_code_uri: https://github.com/zachasme/stripe-cli-ruby
77
- changelog_uri: https://github.com/zachasme/stripe-cli-ruby/CHANGELOG.md
77
+ changelog_uri: https://github.com/zachasme/stripe-cli-ruby/blob/main/CHANGELOG.md
78
78
  rubygems_mfa_required: 'true'
79
79
  rdoc_options: []
80
80
  require_paths: