tggl 1.0.0 → 1.0.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/README.md +1 -1
- data/lib/tggl/version.rb +1 -1
- data/tggl.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc176934b429ebb7ba025c8e0b91702443edef4d470f72c2cb315ff52b41a6fa
|
4
|
+
data.tar.gz: af39ab816611de04c1e85e6d81711428249c713e2464dc0a45b76ccbc147b490
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e50c639a4ac523900a07f488102760f56cb81946678f23301016d6a6ecf7cd9742ab3d2254c22809de1be207d20b6dc0f640258e763c72d6a5a3ad5c522e0742
|
7
|
+
data.tar.gz: 91ec02dca2c10894638bece25229a667157dc15761fbdc3812875168b937d2601df2239509aee87b64608a480fb3d968b8ec57a31573f4f891f7779f5da0c00c
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<h1 align="center">Tggl Ruby SDK</h1>
|
9
9
|
|
10
10
|
<p align="center">
|
11
|
-
The Ruby SDK can be used
|
11
|
+
The Ruby SDK can be used to evaluate flags and report usage to the Tggl API or a <a href="https://tggl.io/developers/evaluating-flags/tggl-proxy">proxy</a>.
|
12
12
|
</p>
|
13
13
|
|
14
14
|
<p align="center">
|
data/lib/tggl/version.rb
CHANGED
data/tggl.gemspec
CHANGED
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["hello@tggl.io"]
|
10
10
|
|
11
11
|
spec.summary = "Tggl Ruby SDK"
|
12
|
+
spec.description = "The Ruby SDK can be used to evaluate flags and report usage to the Tggl API or a Proxy."
|
12
13
|
spec.homepage = "https://tggl.io/developers/sdks/ruby"
|
13
14
|
spec.license = "MIT"
|
14
15
|
spec.required_ruby_version = ">= 2.6.0"
|
@@ -23,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
23
24
|
`git ls-files -z`.split("\x0").reject do |f|
|
24
25
|
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
|
25
26
|
end
|
26
|
-
end
|
27
|
+
end + ["README.md"]
|
27
28
|
spec.bindir = "exe"
|
28
29
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
29
30
|
spec.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tggl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nick-keller
|
@@ -66,7 +66,8 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '3.23'
|
69
|
-
description:
|
69
|
+
description: The Ruby SDK can be used to evaluate flags and report usage to the Tggl
|
70
|
+
API or a Proxy.
|
70
71
|
email:
|
71
72
|
- hello@tggl.io
|
72
73
|
executables: []
|