stripe_tester 0.3.0 → 0.3.1
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 +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/stripe_tester.rb +1 -1
- data/lib/stripe_tester/version.rb +1 -1
- data/spec/stripe_tester_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b026d01005423edac0ad87c9acb710c4a62d45d6
|
|
4
|
+
data.tar.gz: edd2a0ee989cf8df8e7e657a72c814a7d4292468
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16d84bf738373c941c51e6c3cd3df1e6ec35f5c72ee9aa6c447fd8a8fa6cfda776e3c9c3f313c85c20f3c56b110eea7b2d413fcc2f08880ef03e5900222910f6
|
|
7
|
+
data.tar.gz: 87e0c4f9443bd6e2e287a39b1135b9f99bd33e2a238b719d161676104ba418d92ab68b687dc560eb756ae3f86f38548a3570cdb7931666af30a22ad3a4d83fd9
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ StripeTester allows you to submit webhooks to your application without hitting S
|
|
|
10
10
|
|
|
11
11
|
Add this line to your application's Gemfile:
|
|
12
12
|
```ruby
|
|
13
|
-
gem 'stripe_tester', "~> 0.3.
|
|
13
|
+
gem 'stripe_tester', "~> 0.3.1"
|
|
14
14
|
```
|
|
15
15
|
And then execute:
|
|
16
16
|
```bash
|
|
@@ -99,7 +99,7 @@ json = StripeTester.load_template(:invoice_payment_failed, {"data"=>{"object"=>{
|
|
|
99
99
|
|
|
100
100
|
## License
|
|
101
101
|
|
|
102
|
-
Copyright (c)
|
|
102
|
+
Copyright (c) 2015 ButterCloud LLC.
|
|
103
103
|
|
|
104
104
|
MIT License
|
|
105
105
|
|
data/lib/stripe_tester.rb
CHANGED
data/spec/stripe_tester_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe_tester
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Buttercloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|