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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c99998bb184a83f162c3ca825bb2bba90a272650d1b6bcd42534ebfc04d25c03
4
- data.tar.gz: e0a06f758ceade91b8bfb4f7db2e87189036696b09da52876a2588c82d4d812a
3
+ metadata.gz: 524b5942925d1b420aca59131590986ca941ac9206e543ad00448fd1e303d0c0
4
+ data.tar.gz: 679cc9958ff99e8eea95fc13c713074ef880d43aaf684679d8d80f4a7a00043b
5
5
  SHA512:
6
- metadata.gz: 5c38b6e90323445ee5fba31fa56524f4a5bed89b8937ead707dd37d66e249b8f27b0cfdca63665bf9278514d236c2e11bac3b8f3b3d547c57dab73e9e15706ab
7
- data.tar.gz: 139e726d76734d956087343b91b0cb900fcabe35948f0ef610a5fb7fbd136f1cd8cc2fc99e8f994f637ae3cab6966cba9070acdbb220c159f08f186667d4a3aa
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 installation
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
- If you want to use the optional websocket library, you can set:
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
 
@@ -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.4'
7
- s.date = '2020-11-15'
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"]
@@ -1,3 +1,3 @@
1
1
  module Configly
2
- VERSION = "0.1.0"
2
+ VERSION = "0.0.5"
3
3
  end
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
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-15 00:00:00.000000000 Z
11
+ date: 2020-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faye-websocket