globiguard 0.2.0 → 0.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/globiguard.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a0b4507bcc2fe64c1b8437f9b7c8db800c3e64bd4dd76f4919f42e95185dd8b
4
- data.tar.gz: a5e52803a7fc11a6abe086a8704331922597170be3bf6f5bddbc654494488562
3
+ metadata.gz: ebf3864da53bd9654562eabdf8d531ed4af4146f9955dbbbe1231528d34eaba2
4
+ data.tar.gz: 794f1d4a5b0ba8b1da550085bc760ba718be5c8768ca8b5d7e2bf74ea42032ba
5
5
  SHA512:
6
- metadata.gz: f0791129522cb195a6c654fc9c4a23888b52c286247a618a83e03b765818bee657479b00ab5b600054ba3298023f4266869aa3f301f97e298405ba8d248a7329
7
- data.tar.gz: 3e01b131159716c7f96e7950b57ce930fe86d15972c5b2a473fa989c14350454c35aea030b053f0d903b2440a62572564d905a57ba40c7cc32d37ebefbcb9963
6
+ metadata.gz: 3db2eb866be572284c567113b13557b325aa20f78e4500b7917fb76c71eb0c0f3aa048482cfd10c1899c1532b2c0baf9809916da9d65ec44eccd90b85a3e82bd
7
+ data.tar.gz: e8daf490ad3f240021686443ea99ec23be3be6cb546bacaa0aaba805d9a5a7c64d59e379c7e0341d295814a7350276355b8d71b222cb51050a7071769d402098
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1
4
+
5
+ - Synchronized the runtime SDK version header with the published gem version.
6
+
3
7
  ## 0.2.0
4
8
 
5
9
  - Tightened governed-action execution so only a current, obligation-free
data/lib/globiguard.rb CHANGED
@@ -8,7 +8,7 @@ require "time"
8
8
  require "uri"
9
9
 
10
10
  module GlobiGuard
11
- VERSION = "0.1.0"
11
+ VERSION = "0.2.1"
12
12
  ENVIRONMENTS = %w[local sandbox live].freeze
13
13
 
14
14
  Credential = Struct.new(:kind, :project_id, :token, :environment, keyword_init: true) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: globiguard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GlobiGuard