fidor_starter_kits 0.3.6 → 0.3.7

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
2
  SHA1:
3
- metadata.gz: cf115559549bd2278bb32ad42914eb50198dac6e
4
- data.tar.gz: 2d0ebdc5a1a78bf02e0b4c7a3d5eb7f86256af10
3
+ metadata.gz: 714384718ce26e4cc8ab8768f8e0ea3e83c75052
4
+ data.tar.gz: d7d856ad3b65c284c40eff20352ea90f56d48629
5
5
  SHA512:
6
- metadata.gz: bdea540d86cd11d32e183a43f0b571b3e112c61573634733cb76b520e438800a29636f824ef3503fd13bce90179ebb0c8a6dbbf458e847617d9e66ef8e24dbd8
7
- data.tar.gz: c3241a3eb8581540143fd71a890c1e3a81356072ce2be870bdcb988f19e6024913034dbe5824bb73939e40d69475587abcd89dbfba175a4ad8676c33954a551a
6
+ metadata.gz: 9150c839dad0cbef014ceb05570ed302605108875399c9f8c335f0404859b8dbb0f01ad26eedd9eb8192088490ee28d2e60867d4de7c97067ff3132960cad3f1
7
+ data.tar.gz: fa9162749d414caeb0f4dcf324c0309a46cb057ae2d26e3444ee3602ea2bae140471d7474e96ea83261a463fd595bf9c39f2a79014110d0c85933e35b6cba1d6
@@ -1,3 +1,3 @@
1
1
  module FidorStarterKits
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
@@ -45,7 +45,7 @@ $code = $_REQUEST["code"];
45
45
  print_r($resp);
46
46
  echo("</blockquote>
47
47
  <p>Now use the access token in the request header in your favorite PHP HTTP method or via CURL: </p>
48
- <blockquote>curl -v -H \"Authorization: Bearer ".$resp->access_token."\" ".$fidor_api_url."/transactions
48
+ <blockquote>curl -v -H \"Authorization: Bearer ".$resp->access_token."\" -H \"Accept: application/vnd.fidor.de; version=1,text/json\" ".$fidor_api_url."/transactions
49
49
  </blockquote>");
50
50
 
51
51
  ?>
@@ -0,0 +1 @@
1
+ ruby_oauth_plain
@@ -0,0 +1 @@
1
+ 2.2.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_starter_kits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-05 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -113,6 +113,8 @@ files:
113
113
  - starter_kits/php_oauth_plain/README.md
114
114
  - starter_kits/php_oauth_plain/example.php
115
115
  - starter_kits/ruby_oauth_plain/.fidor_meta.json
116
+ - starter_kits/ruby_oauth_plain/.ruby-gemset
117
+ - starter_kits/ruby_oauth_plain/.ruby-version
116
118
  - starter_kits/ruby_oauth_plain/Gemfile
117
119
  - starter_kits/ruby_oauth_plain/README.md
118
120
  - starter_kits/ruby_oauth_plain/example.rb