configly-ruby 0.0.4 → 0.0.5
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 +4 -4
- data/README.md +3 -6
- data/configly-ruby.gemspec +2 -2
- data/lib/configly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 524b5942925d1b420aca59131590986ca941ac9206e543ad00448fd1e303d0c0
|
|
4
|
+
data.tar.gz: 679cc9958ff99e8eea95fc13c713074ef880d43aaf684679d8d80f4a7a00043b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97445a7db758cbc30d2f49aaf14736855276d2195cd808e199d6b2f1a395edfc2a4503e9ef6381c6fef2a8d18e94bda89a69b2bfa38a1a8aa06c5192a1746a38
|
|
7
|
+
data.tar.gz: 3604454a283d703dc3b0a563e4c497cfaa85208b92c5124183259165bb121c441d2c7e6b468eb22e5ab7bc58c6c5b8e209957148cadc9bf1cc7bb986d36731c7
|
data/README.md
CHANGED
|
@@ -52,7 +52,7 @@ visiting [https://www.config.ly/signup](https://www.config.ly/signup).
|
|
|
52
52
|
After signing up, you can grab your API Key from [https://www.config.ly/register](https://www.config.ly/register).
|
|
53
53
|
You'll need your API Key to setup the API below.
|
|
54
54
|
|
|
55
|
-
### Library
|
|
55
|
+
### Library Installation
|
|
56
56
|
|
|
57
57
|
```sh
|
|
58
58
|
gem install configly-ruby
|
|
@@ -60,11 +60,8 @@ gem install configly-ruby
|
|
|
60
60
|
|
|
61
61
|
You will need to set the `CONFIGLY_API_KEY` environment variable.
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
CONFIGLY_KEYS_TO_PRELOAD=test1,test2,test3 (these are the keys you want to use)
|
|
66
|
-
CONFIGLY_USE_WS=true
|
|
67
|
-
```
|
|
63
|
+
### Using this library with websockets
|
|
64
|
+
Coming soon...
|
|
68
65
|
|
|
69
66
|
## Usage
|
|
70
67
|
|
data/configly-ruby.gemspec
CHANGED
|
@@ -3,8 +3,8 @@ require_relative 'lib/configly/version'
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'configly-ruby'
|
|
6
|
-
s.version = '0.0.
|
|
7
|
-
s.date = '2020-11-
|
|
6
|
+
s.version = '0.0.5'
|
|
7
|
+
s.date = '2020-11-16'
|
|
8
8
|
s.summary = "Configly"
|
|
9
9
|
s.description = "Configly SDK gem"
|
|
10
10
|
s.authors = ["Dana Levine"]
|
data/lib/configly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configly-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dana Levine
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faye-websocket
|