afterbanks-api-ruby 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4fa27b556d79a7825b09d17c10a21f9c554d1b05
4
- data.tar.gz: a32e2b93047687dc1f97fabb398ebff542863ba4
2
+ SHA256:
3
+ metadata.gz: 5268cac27fef764ba752b976080b0d75000967a933396a6b095bb572b358b5b2
4
+ data.tar.gz: c246452d2534ee337fca3f1eadad02d411d4dbd6bfebd10313fb5fe23383a6e6
5
5
  SHA512:
6
- metadata.gz: 85b9193d0c31773f937f5915cd23a6a4a4979173a010f643e21e06664db4ea7b6d918ddf06aca5daa65908b5391e2d269830ed099865bb54efad2f7e195199d0
7
- data.tar.gz: 8b7bbbf76fbbde4cab9439d4c7266a4d547cb9ab5b2094457549b9dc370a70c1568bb80551ce1996f00abaf953db41cd0e0cda955b5a062f3e400210b8bfc946
6
+ metadata.gz: bd515ee40f3d079f85ba8a0f26629f2ddd1115df70a456fd2d27db930bdaec63a13ed7e0d600675a0d1806f15c8d96dfa5d54c275409bf0a343d2ebf67b66a19
7
+ data.tar.gz: e604b21bd233f53e544566c4d307a9a40c2c72c27b3884978f38a9a52e13e579cf0ee845ab1c9f2b8fbe5b6cafda4319c195b09223bced49e6cd269440ffadfa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- afterbanks-api-ruby (0.1.0)
4
+ afterbanks-api-ruby (0.1.1)
5
5
  rest-client (~> 2.0.2)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -4,11 +4,6 @@
4
4
 
5
5
  This is a Ruby client for the Afterbanks' API
6
6
 
7
- Changelog
8
- ---------
9
-
10
- * v.0.1.0 First vull version, including resource wrapping (for banks, accounts, transactions and the user) and separate exceptions for each different code.
11
-
12
7
  Installation
13
8
  ---------
14
9
 
@@ -35,6 +30,12 @@ end
35
30
 
36
31
  You can set a `logger` as well.
37
32
 
33
+ Changelog
34
+ ---------
35
+
36
+ * v.0.1.0 First vull version, including resource wrapping (for banks, accounts, transactions and the user) and separate exceptions for each different code.
37
+ * v.0.1.1 Fix rake security issue and remove specific Ruby version dependency.
38
+
38
39
  TODO
39
40
  ----
40
41
 
@@ -1,3 +1,3 @@
1
1
  module Afterbanks
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afterbanks-api-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Albert Bellonch
@@ -104,7 +104,6 @@ files:
104
104
  - ".circleci/config.yml"
105
105
  - ".gitignore"
106
106
  - ".rspec"
107
- - ".ruby-version"
108
107
  - Gemfile
109
108
  - Gemfile.lock
110
109
  - README.md
@@ -141,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
140
  version: '0'
142
141
  requirements: []
143
142
  rubyforge_project:
144
- rubygems_version: 2.6.11
143
+ rubygems_version: 2.7.6.2
145
144
  signing_key:
146
145
  specification_version: 4
147
146
  summary: Ruby client for the Afterbanks' API
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 2.4.1