fidor_starter_kits 0.1.2 → 0.1.3

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: 58717eb772bc8ff11805649bb0f0f2fa6b28f17c
4
- data.tar.gz: bdbfa6ba4a1f1dcd8603bc3a7f3869ad3d42a31d
3
+ metadata.gz: cdb8b69552898f7064d5809486b5d0626e1692ea
4
+ data.tar.gz: 4edd4bda246051c1195cb7e2b78a542d8544117d
5
5
  SHA512:
6
- metadata.gz: cceabe1545dcc5aa4fa14c6e5233c2d54263760d7641755d1c15e1900c188b5a6ea4f9974086aa959df50b8b1c87c86b40060dc5a61f3ca33fc6ec0dc11d1d71
7
- data.tar.gz: 4000eef19c578f9c5f031828592fb37a8853b069afde6d2a4c7f49804a974b40d503a819659ec2bd7e272598509a260bf42d6183c3cc0a671fbfa9a8a9921df4
6
+ metadata.gz: 112725ce81cb35fae7d13355e54ac09125cd1e2fd98991e75bb8a4337a15f747f95ba03ab3edfd7154205749920e57fc834dfa195322483953b97fe5cfa2235b
7
+ data.tar.gz: 87c863028b83ffd22097bfbd3303caa96611eb3e89cf875f64331340024216f8ef772b03ffca6025e6fd0b7c0061dce133587fd36e672c1fddc206dd5b4b3224
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # FidorStarterKits
1
+ # FidorStarterKits - BETA
2
2
 
3
3
  This repo features fidor application examples. The apps use oAuth to
4
4
  authenticate with fidor, so you must register an app at fidor first to get your
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = FidorStarterKits::VERSION
9
9
  spec.authors = ["Georg Leciejewski"]
10
10
  spec.email = ["dev@fidor.de"]
11
- spec.summary = %q{Starter Kits for building fidor apps.}
12
- spec.description = %q{Fidor application examples for different languages }
11
+ spec.summary = %q{BETA - Starter Kits for building fidor apps.}
12
+ spec.description = %q{Fidor application examples for different languages. They rely on the BETA Version of the API so things may change.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module FidorStarterKits
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fidor_starter_kits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Leciejewski
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: 'Fidor application examples for different languages '
69
+ description: Fidor application examples for different languages. They rely on the
70
+ BETA Version of the API so things may change.
70
71
  email:
71
72
  - dev@fidor.de
72
73
  executables: []
@@ -131,7 +132,7 @@ rubyforge_project:
131
132
  rubygems_version: 2.2.2
132
133
  signing_key:
133
134
  specification_version: 4
134
- summary: Starter Kits for building fidor apps.
135
+ summary: BETA - Starter Kits for building fidor apps.
135
136
  test_files:
136
137
  - spec/fidor_starter_kits_spec.rb
137
138
  - spec/spec_helper.rb