configuration_service-provider-vault 2.0.12 → 2.0.13

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: eec3721da8adb644965322492bdb6d4b732e262d
4
- data.tar.gz: 8cbc4d28b57ddb179ae85fdd6e66d433533b6e93
3
+ metadata.gz: 190e81b31bf02336313b32fff476262984e1498b
4
+ data.tar.gz: f20de4c7945adf0170650400725f61ddc091158d
5
5
  SHA512:
6
- metadata.gz: 910f0639b50b61d0c5411add59b4e5637d20b1a523b568b0ea144a6152715f977c8938a507507d5c93f830dffdfd6f57fade9f99468209214f465a9aa919ac34
7
- data.tar.gz: 4f48469e23fcec927342e4649ad72143bf650d5975d1f7cb75396cb72f6b7d621c36e30cf873b396507d88f134c9436ca30c2dabdc1640b983355d3029085754
6
+ metadata.gz: a2af6602ef9b0b14b7ad017f04692c546ef16619ce87b052210d8cc694697558dd917a52dee284498f207ddc2cca6d3d531a2a5c64ae54306c7b1ad18c0e7812
7
+ data.tar.gz: f6b4b736b867da5ea9d2aefe9366b027b6833f821d8e53b4d52b274e1614c1b2b73ee6e6b59ded246d93e4f5d40fe1b3f039a0e7e0f6318141c22fb36076cb24
data/README.md CHANGED
@@ -10,6 +10,16 @@ for the Ruby [ConfigurationService API](https://github.com/hetznerZA/configurati
10
10
 
11
11
  For documentation of the released gem, see [rubydoc.info](http://www.rubydoc.info/gems/configuration_service-provider-vault).
12
12
 
13
+ ## Ruby support
14
+
15
+ The following are the minimum versions of Ruby tested to work:
16
+
17
+ * MRI ruby-2.0.0 with openssl-1.0.1d or later
18
+ * jruby-9.0.0.0 with jruby-openssl-0.9.7
19
+
20
+ At the time of writing, some Linux distributions, OSX and several old binary rubies used by rvm,
21
+ link ruby to too-old a version of openssl.
22
+
13
23
  ## Testing
14
24
 
15
25
  The `Rakefile` provides a default target that launches a development mode vault server.
data/README.rdoc CHANGED
@@ -45,3 +45,13 @@ Then we use the process environment to configure the configuration service facto
45
45
 
46
46
  Note that +main.rb+ is completely decoupled from the selection of provider and provider configuration.
47
47
  We could swap out the Vault provider for some other provider by manipulating only the +Gemfile+ and the environment.
48
+
49
+ == Ruby support
50
+
51
+ The following are the minimum versions of Ruby tested to work:
52
+
53
+ * MRI ruby-2.0.0 with openssl-1.0.1d or later
54
+ * jruby-9.0.0.0 with jruby-openssl-0.9.7
55
+
56
+ At the time of writing, some Linux distributions, OSX and several old binary rubies used by rvm,
57
+ link ruby to too-old a version of openssl.
@@ -4,7 +4,7 @@ module ConfigurationService
4
4
 
5
5
  class Vault
6
6
 
7
- VERSION = "2.0.12"
7
+ VERSION = "2.0.13"
8
8
 
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configuration_service-provider-vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn