fidor_api 0.1.2 → 1.0.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
  SHA256:
3
- metadata.gz: 97d79aedc44411ce99bd89c3700e70ae29ab2ebe63c087ec4334dd7ab0eb060f
4
- data.tar.gz: c86deca6712ddba2367a2a85be38fde92a6eb3fd832bf7c7a72bdba22557cf82
3
+ metadata.gz: 0b54522075b55638344cfa24ccf0155f1202ace6e02771d106acc7cb2a61fb02
4
+ data.tar.gz: 79576683345190411723a279ca082da11b31e0b3a9e4e27673a629400b62a7b7
5
5
  SHA512:
6
- metadata.gz: 89297cd1ac37f13e1a59666ee0bb87954d8d71a325d0568ac6b4540ac20659e3ad911400ddba946dfa3387973ed3d99d79027ecbc82fc230de49fce4ce3030d4
7
- data.tar.gz: 2a6850779ef5e7c0670b990a03a43812fa8d681143517d7b031e476e10ac99a0147b5b96562baa6e0e57af2653319793eb12712a59dc88782a6c7a12fa7d8b24
6
+ metadata.gz: e1aedf0a0f6639acc507412c32c8cf5f6be1a8f41db492cce017110723fd784e52ce930cbb9be522d3fe8edd932ad811d384a3bc3eab0e42a9d0b7c86d07e0af
7
+ data.tar.gz: f032507b9ea3508d25be09ec12160bdf420b2eda9df4c5306e0eb62073cca27ee5545649a1572d5f06b248335110f64403ac92bacd8ab66c90e89ebb7af45fd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.0
4
+
5
+ * Nothing besides version jump
6
+
3
7
  ## v0.1.2
4
8
 
5
9
  * Allow usage in rails 5.2 projects
data/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
  Simple ruby client for the Fidor Bank REST-API: http://docs.fidor.de
9
9
 
10
+ 💡 This branch contains the 0.x.x / 1.x.x versions. For 2.x.x versions see master branch.
11
+
10
12
  ## Installation
11
13
 
12
14
  Add this line to your application's Gemfile:
data/fidor_api.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'fidor_api/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fidor_api"
8
8
  spec.version = FidorApi::VERSION
9
- spec.authors = ["Fidor"]
9
+ spec.authors = ["Fidor Solutions AG"]
10
10
  spec.email = ["connect@fidor.com"]
11
11
 
12
12
  spec.summary = "Simple ruby client for the Fidor Bank API"
@@ -1,3 +1,3 @@
1
1
  module FidorApi
2
- VERSION = "0.1.2"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Fidor
7
+ - Fidor Solutions AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-03 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
- rubygems_version: 2.7.4
174
+ rubygems_version: 2.7.6
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: Simple ruby client for the Fidor Bank API