stripe_tester 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # StripeTester
2
2
 
3
+ [![wercker status](https://app.wercker.com/status/b7beba8a128a081bdeec003a15aafbaa "wercker status")](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
@@ -2,6 +2,7 @@ require "stripe_tester/version"
2
2
  require 'uri'
3
3
  require 'net/http'
4
4
  require 'json'
5
+ require 'psych'
5
6
 
6
7
  module StripeTester
7
8
 
@@ -1,3 +1,3 @@
1
1
  module StripeTester
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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-10-20 00:00:00.000000000 Z
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: -1972396516991450312
196
+ hash: -1124045474313024798
197
197
  requirements: []
198
198
  rubyforge_project:
199
199
  rubygems_version: 1.8.25