immutable_struct_ex_redactable 1.0.0 → 1.1.0

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: 163f8c7094c8255005b9ff1912d6993707e756024f652c2c78a29fec22a2d6cb
4
- data.tar.gz: 05dbd70e92271dfe52a049a404c0c15afb962b584fd18d4c9b7a2823c03d7ce6
3
+ metadata.gz: a42c25462c52746ec41cd4342439fffbb683fec77c05bb5a4206e7d7b2e5476f
4
+ data.tar.gz: e37bae62f51c0e8c0d8cc3acc624714f06ddbe94783509d6c0e37d84b03ca05f
5
5
  SHA512:
6
- metadata.gz: 443ce94ada0122523164187c162a422816c5142455eecbe0831ef3b196fbf3d4c7919679b2dd8ebcee402a4099ada92c04feda2653c3d49b835390b6474aec07
7
- data.tar.gz: 6ef92da7762b45fb9f99097a46d42de9ccf70c58868950e333a11526577251d1142993162c614d18a7d8a05b237d16cb7b8b17a1836418aa760da41a86ea3cec
6
+ metadata.gz: c3668bb96227c69b6babd198c2ee832e87e41f94a7f9c1e30f51a4606a7fbb22e1f804208f741dd5a72f7f6c7ed7291b29dea863ebfe8338ef579cb9e6f76033
7
+ data.tar.gz: e0b12b781c99c6e453c4c27653fa4992181d8bfe352b14e5f4653098d2553b80910b298f47b4b04fd780995a2289861fce7b15fe9a863b027858a2693c2cd101
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
- ## [1.0.0] - 2022-10-02
1
+ ## [1.1.0] - 2022-10-02
2
+ * Changes
3
+ * Fix rubocop violations
2
4
 
3
- - Initial release
5
+ ## [1.0.0] - 2022-10-02
6
+ * Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- immutable_struct_ex_redactable (1.0.0)
4
+ immutable_struct_ex_redactable (1.1.0)
5
5
  immutable_struct_ex (~> 0.3.0)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['public.gma@gmail.com']
10
10
 
11
11
  spec.summary = 'The redactable version of the immutable_stuct_ex gem.'
12
- spec.description = 'Creates and initializes an immutable struct in one and provides redaction.'
12
+ spec.description = 'Creates and initializes an immutable struct in one step and provides redaction functionality.'
13
13
  spec.homepage = 'https://github.com/gangelo/immutable_struct_ex_redactable'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = '>= 3.0.1'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ImmutableStructExRedactable
4
- VERSION = '1.0.0'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immutable_struct_ex_redactable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
@@ -24,7 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.3.0
27
- description: Creates and initializes an immutable struct in one and provides redaction.
27
+ description: Creates and initializes an immutable struct in one step and provides
28
+ redaction functionality.
28
29
  email:
29
30
  - public.gma@gmail.com
30
31
  executables: []