consulkit 0.1.0 → 0.1.1
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/CHANGELOG.md +25 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/consulkit/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 585c5f5619ed8f3702a309400d8f1930f8a528909810438d418ba08b14e2594d
|
4
|
+
data.tar.gz: 92100501f781ac1539c7fdd73abd3d182f4324eeb794ff19fddb8c5046593ef2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 037cf6988db74336f088da5d353d546081dc1bcb2914fd2cf19057efca69bedb498880a4487a5df02d821e3b266bf31b63c7273b635036c9f2d4681bce1f60d7
|
7
|
+
data.tar.gz: 994de327e357ac763ebb999247cfd7333a05592bddf9119c319ec23d783ffc88281198b730098174368c18796d465b12dcd251793ae4be4d7f88732c32298e92
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [0.1.1](https://github.com/etsy/consulkit/compare/v0.1.0...v0.1.1) (2023-07-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* users can install from rubygems now ([ada4106](https://github.com/etsy/consulkit/commit/ada4106a219893590218119a94666de29f718d4f))
|
9
|
+
|
10
|
+
## 0.1.0 (2023-07-05)
|
11
|
+
|
12
|
+
|
13
|
+
### Features
|
14
|
+
|
15
|
+
* add kv, session, and semaphore features ([e2d455d](https://www.github.com/etsy/consulkit/commit/e2d455df919951c01783e58315d556d427278523))
|
16
|
+
* automatically decode base64 values ([d45d025](https://www.github.com/etsy/consulkit/commit/d45d025bba8395681f79cbaa24fa45e07d7a1bc5))
|
17
|
+
|
18
|
+
|
19
|
+
### Bug Fixes
|
20
|
+
|
21
|
+
* add platforms ([398609a](https://www.github.com/etsy/consulkit/commit/398609ae4b0092db29ccfeae63736e5f2b28c402))
|
22
|
+
* don't mutate string ([0ff26b4](https://www.github.com/etsy/consulkit/commit/0ff26b47b173e646bf64d34006bc5ec91be7132d))
|
23
|
+
* misc cleanup ([46671d6](https://www.github.com/etsy/consulkit/commit/46671d601344d2612c4ab91dd6df3cc31e517eb6))
|
24
|
+
* move runtime deps to gemspec ([a7d9f0d](https://www.github.com/etsy/consulkit/commit/a7d9f0d1c32b23f97619229fcef2eb6de10edb2c))
|
25
|
+
* rake and rubocop errors ([c7c2e5e](https://www.github.com/etsy/consulkit/commit/c7c2e5ece91c3749f3aff0b9ec6ba9b241b5caf8))
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/consulkit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: consulkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Norris
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '2.2'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- enorris@etsy.com
|
44
44
|
executables: []
|
@@ -47,6 +47,7 @@ extra_rdoc_files: []
|
|
47
47
|
files:
|
48
48
|
- ".rspec"
|
49
49
|
- ".rubocop.yml"
|
50
|
+
- CHANGELOG.md
|
50
51
|
- Gemfile
|
51
52
|
- Gemfile.lock
|
52
53
|
- LICENSE.txt
|
@@ -69,7 +70,7 @@ licenses:
|
|
69
70
|
metadata:
|
70
71
|
homepage_uri: https://github.com/etsy/consulkit
|
71
72
|
source_code_uri: https://github.com/etsy/consulkit
|
72
|
-
post_install_message:
|
73
|
+
post_install_message:
|
73
74
|
rdoc_options: []
|
74
75
|
require_paths:
|
75
76
|
- lib
|
@@ -84,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
85
|
- !ruby/object:Gem::Version
|
85
86
|
version: '0'
|
86
87
|
requirements: []
|
87
|
-
rubygems_version: 3.4.
|
88
|
-
signing_key:
|
88
|
+
rubygems_version: 3.4.10
|
89
|
+
signing_key:
|
89
90
|
specification_version: 4
|
90
91
|
summary: Ruby toolkit for the Consul API
|
91
92
|
test_files: []
|