dwolla-ruby 2.8.0 → 2.9.0

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: fcbf0e6730ff5709c1e72ce82dfb7a9fdf84f293
4
- data.tar.gz: 9206d5eb16e818dc5638107e186e25e0a7b3f4bd
3
+ metadata.gz: 3dbb32a480a357159786a59bc277c4928f55fdab
4
+ data.tar.gz: 8365bd85790ec838d7f73a6df98de90518fc4b74
5
5
  SHA512:
6
- metadata.gz: e0e97dc1f3e23f3852aaa938e79113926276b5be196fdb914dd416d13f2181a32eba79c150ee789275c6eca2af16bfd7b5cf8f8d23d00a60d89722c33300b08b
7
- data.tar.gz: 438929dfb8cfb8e1fd261f2b6143f122bec0106e0faa40f4a1d5957755b05afb98bbbf01e0565ed3110478f5c69c2d116864cb27dbea70e5163b47817418c8d6
6
+ metadata.gz: ed8096922df563aa8d34d4953573ab88c6ba50c33bd1a35f921ec6114910af66c96bc62707e636639db2c8ae22d4bd431e5d7e23378a3f8b3f7259b70cbd42cc
7
+ data.tar.gz: 2844086c17986ea7acf9940733404419ec1be3cdb6d69be7da5439a1f49973a18ecbf738ab2124e022d36fa5755137aa63b2fadc132f1158ba0ad6a9bbb975fd
data/README.md CHANGED
@@ -8,7 +8,7 @@ This repository is for an old version of our API and is no longer actively maint
8
8
  [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
9
9
 
10
10
  ## Version
11
- 2.8.0
11
+ 2.9.0
12
12
 
13
13
  [![Build Status](https://travis-ci.org/Dwolla/dwolla-ruby.svg?branch=master)](https://travis-ci.org/Dwolla/dwolla-ruby)
14
14
 
@@ -54,7 +54,7 @@ Dwolla::Contacts.get(nil, "your_token")
54
54
 
55
55
  ## Changelog
56
56
 
57
- 2.8.0
57
+ 2.9.0
58
58
  * Add deprecation warning.
59
59
 
60
60
  2.7.0
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.email = ["michael@dwolla.com"]
9
9
  s.homepage = "https://github.com/dwolla/dwolla-ruby"
10
10
  s.summary = %q{Official Ruby Wrapper for Dwolla's API}
11
- s.description = %q{This SDK is for an old version of Dwolla's API and is no longer actively maintained.}
11
+ s.description = %q{This SDK is for an old version of Dwolla's API and is no longer actively maintained. Please use dwolla_v2.}
12
12
  s.license = 'MIT'
13
13
 
14
14
  s.rubyforge_project = "dwolla-ruby"
@@ -1,3 +1,3 @@
1
1
  module Dwolla
2
- VERSION = "2.8.0"
2
+ VERSION = "2.9.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwolla-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Schonfeld
@@ -107,7 +107,7 @@ dependencies:
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  description: This SDK is for an old version of Dwolla's API and is no longer actively
110
- maintained.
110
+ maintained. Please use dwolla_v2.
111
111
  email:
112
112
  - michael@dwolla.com
113
113
  executables: []