stripe_tester 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e7d75d214b678b48b6c082cb89a5f9ce4ec300c
4
- data.tar.gz: 8c51c242cb7c4ec4d8e5bf38ed9b442a7fa1c14c
3
+ metadata.gz: b026d01005423edac0ad87c9acb710c4a62d45d6
4
+ data.tar.gz: edd2a0ee989cf8df8e7e657a72c814a7d4292468
5
5
  SHA512:
6
- metadata.gz: a72b7eb924c7002b4d4f96cca388ff0c09c9a80fa218d8ff938d97d2de0860010efefb1e025914cc525dc2ecb5b2f4810ef63e0315def41f2451ad00f1c7703e
7
- data.tar.gz: 5faad60852b78e749227f9bd7bfcaab16804b53177a9214e489285dbe1d8fb0e40057afbc055e43f7e66f542446d89912e1ff83b48ea10ca1b7f9c02a06ea53b
6
+ metadata.gz: 16d84bf738373c941c51e6c3cd3df1e6ec35f5c72ee9aa6c447fd8a8fa6cfda776e3c9c3f313c85c20f3c56b110eea7b2d413fcc2f08880ef03e5900222910f6
7
+ data.tar.gz: 87e0c4f9443bd6e2e287a39b1135b9f99bd33e2a238b719d161676104ba418d92ab68b687dc560eb756ae3f86f38548a3570cdb7931666af30a22ad3a4d83fd9
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 ButterCloud LLC.
1
+ Copyright (c) 2015 ButterCloud LLC.
2
2
 
3
3
  MIT License
4
4
 
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.0"
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) 2014 ButterCloud LLC.
102
+ Copyright (c) 2015 ButterCloud LLC.
103
103
 
104
104
  MIT License
105
105
 
data/lib/stripe_tester.rb CHANGED
@@ -6,7 +6,7 @@ require 'psych'
6
6
 
7
7
  module StripeTester
8
8
 
9
- LATEST_STRIPE_VERSION = "2014-10-07"
9
+ LATEST_STRIPE_VERSION = "2015-04-07"
10
10
 
11
11
  # send the url the webhook event
12
12
  # There are two options you can use. :method=>:overwrite, or :method=>:merge
@@ -1,3 +1,3 @@
1
1
  module StripeTester
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -4,7 +4,7 @@ describe StripeTester do
4
4
 
5
5
  describe "instance methods" do
6
6
 
7
- LATEST_STRIPE_VERSION = "2014-10-07"
7
+ LATEST_STRIPE_VERSION = "2015-04-07"
8
8
 
9
9
  before(:each) do
10
10
  StripeTester.remove_url
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.0
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-05-19 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler