doppler 1.0.5 → 1.0.6

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: 639c6e27b233bacaeed0393d814ed077d1b82a4c
4
- data.tar.gz: 1ba9f00b72b3373651895aa686ca7af6d0fdec40
3
+ metadata.gz: eb5c2199d1bd3daf66a3e9f5201c0b166fe9ff54
4
+ data.tar.gz: 8a82a732aa6cd823387a04f1058c58406accd162
5
5
  SHA512:
6
- metadata.gz: ac97f2cfee2349f79b42350e3883a1dbb2878f491f850a6662712f8869f829bfeb03b466465db43e8b7e6a46614645e81f676dad11bc9d7694051927848a5d41
7
- data.tar.gz: e6a2106c92a04181f5ba5ad332bc53a884f78d8664ff74dc0c42a42b77ccbabeebe01728aee44c3b6979a7dee62780f91a7ae10792050d358740abf0200e2023
6
+ metadata.gz: 1ac402ad782252a7a4ca4298f0151243098552c31826c84d20e4c0ebf3c90e0c7642b0d4d752a3b64d8f6cbdc3c4cfac97779e61a5030bd1ff8aa8b99c7f387f
7
+ data.tar.gz: 872a249d3e5417a93bc100c6364742edbf0adfe952a12a2243852e3a20c9bfdfe9689fa5c293cb18fe551eb2c691effec07ef8eab8145a9cf95617dc01a43e59
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ # DEPRECATED
2
+ The new Doppler CLI is exceptionally light and fast, and is provided as a binary to support environments without `node`.
3
+ Migrate today by visiting our [installation documentation](https://docs.doppler.com/docs/enclave-installation).
4
+
5
+
1
6
  # Doppler Ruby Library
2
7
 
3
8
  [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/DopplerHQ/ruby-client)
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Doppler Team"]
10
10
  spec.email = "brian@doppler.com"
11
11
 
12
- spec.summary = "The official Doppler Ruby client."
13
- spec.description = "Doppler helps you manage your API keys and secrets across all your projects. See https://doppler.com for details."
14
- spec.homepage = "https://github.com/DopplerHQ/ruby-client"
12
+ spec.summary = "Deprecated Doppler Ruby client."
13
+ spec.description = "DEPRECATED - Use the new Doppler CLI. See https://docs.doppler.com/docs/enclave-installation for details."
14
+ spec.homepage = "https://docs.doppler.com/docs/enclave-installation"
15
15
  spec.licenses = "Apache-2.0"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -10,16 +10,17 @@ module Doppler
10
10
  if Doppler.api_key.nil?
11
11
  raise "Please provide a api key"
12
12
  end
13
-
13
+
14
14
  if Doppler.pipeline.nil?
15
15
  raise "Please provide a pipeline"
16
16
  end
17
-
18
-
17
+
18
+
19
19
  if Doppler.environment.nil?
20
20
  raise "Please provide a environment"
21
21
  end
22
-
22
+
23
+ print "DEPRECATED: Please use the new CLI at https://docs.doppler.com/docs/enclave-installation\n\n"
23
24
  startup()
24
25
  end
25
26
 
@@ -1,3 +1,3 @@
1
1
  module Doppler
2
- VERSION = "1.0.5".freeze
2
+ VERSION = "1.0.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doppler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doppler Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-11 00:00:00.000000000 Z
11
+ date: 2019-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.3'
69
- description: Doppler helps you manage your API keys and secrets across all your projects.
70
- See https://doppler.com for details.
69
+ description: DEPRECATED - Use the new Doppler CLI. See https://docs.doppler.com/docs/enclave-installation
70
+ for details.
71
71
  email: brian@doppler.com
72
72
  executables: []
73
73
  extensions: []
@@ -84,7 +84,7 @@ files:
84
84
  - lib/doppler.rb
85
85
  - lib/doppler/client.rb
86
86
  - lib/doppler/version.rb
87
- homepage: https://github.com/DopplerHQ/ruby-client
87
+ homepage: https://docs.doppler.com/docs/enclave-installation
88
88
  licenses:
89
89
  - Apache-2.0
90
90
  metadata: {}
@@ -107,5 +107,5 @@ rubyforge_project:
107
107
  rubygems_version: 2.5.1
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: The official Doppler Ruby client.
110
+ summary: Deprecated Doppler Ruby client.
111
111
  test_files: []