stripe_tester 0.0.4 → 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.
- data/README.md +2 -4
- data/lib/stripe_tester.rb +1 -0
- data/lib/stripe_tester/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# StripeTester
|
2
2
|
|
3
|
+
[](https://app.wercker.com/project/bykey/b7beba8a128a081bdeec003a15aafbaa)
|
4
|
+
|
3
5
|
StripeTester is a testing gem used to simulate Stripe webhooks and post them to a specified URL.
|
4
6
|
|
5
7
|
StripeTester allows you to submit webhooks to your application without hitting Stripe or requiring connectivity. You can use it in your test suite to simulate webhooks and ensure that your application reacts accordingly. You can also use StripeTester in the console to simulate webhooks easily.
|
@@ -127,10 +129,6 @@ Version 2013-08-13:
|
|
127
129
|
* 2013-07-05
|
128
130
|
* 2013-02-13
|
129
131
|
|
130
|
-
## Issues
|
131
|
-
|
132
|
-
* Overwriting attributes only overwrites the first occurrence of the key. It needs to overwrite all of the occurrences or make the user specify a certain one.
|
133
|
-
|
134
132
|
## Contributing
|
135
133
|
|
136
134
|
* Fork it
|
data/lib/stripe_tester.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stripe_tester
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
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: 2013-
|
12
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
version: '0'
|
194
194
|
segments:
|
195
195
|
- 0
|
196
|
-
hash: -
|
196
|
+
hash: -1124045474313024798
|
197
197
|
requirements: []
|
198
198
|
rubyforge_project:
|
199
199
|
rubygems_version: 1.8.25
|