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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f2f3f7c97f21e54b3592793c93c5921072fcb3ad5cae368722387f5944b15be
4
- data.tar.gz: 4d11a8c0c434364968b8b6aceea82743e5c858e67c6deaa8e4e681bec130256d
3
+ metadata.gz: cc176934b429ebb7ba025c8e0b91702443edef4d470f72c2cb315ff52b41a6fa
4
+ data.tar.gz: af39ab816611de04c1e85e6d81711428249c713e2464dc0a45b76ccbc147b490
5
5
  SHA512:
6
- metadata.gz: 0b97a0bb7f6f4ebc6c970295d48f00d4eaac668440dc0c86024bdc232ff791fef0e015f19d20130fb03a24b0d7ae6f5931ba971129a4b09ad4a61f05667e5d0b
7
- data.tar.gz: 11d96b403156f66bc924d7f79e349b1e8591316129ebfa9511f2084be013bf6fc59dc8c5d3a3e40b4100f8d4f84b7de79f6a9f4c354922ffc6a66f90fe201e13
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 both on the client and server to evaluate flags and report usage to the Tggl API or a <a href="https://tggl.io/developers/evaluating-flags/tggl-proxy">proxy</a>.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tggl
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
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.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: []