lxi_rb 0.4.6 → 0.4.8

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 +12 -0
  3. data/lib/lxi/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11ea07fb4827b309ceef2e8e584b7bc14f50a5fd2523fb01a0bf94eb3cb9795f
4
- data.tar.gz: 1f0006521bbc5ac32b4d6f6799d6dfbd82013454e8a79ec594c473ed7cae4029
3
+ metadata.gz: 3f085f10d4bc17ce472c48df526b2af4ebbef329f1f8f5e6d146cbdd946a236a
4
+ data.tar.gz: 2923818498e6f68b1ac54746681c69c2e7d9107d1b289f16ce83f1d19a3c66b1
5
5
  SHA512:
6
- metadata.gz: 672f57297c78559a72aa9543ceb5cae42a2ca5dc1447abf8da3e518cca6818d0b9773db3f459573fae7626e663f636dd787e7b64277ee196cece92bc99dc59c4
7
- data.tar.gz: 19d79a19fa60c80e122bd076508984f567be691d9b90d2ebeb3129b3bbc19d8e7676a0aec53049707d0b12276e0b6422deddec5c8798cd6b67cc9401b057d573
6
+ metadata.gz: e397ffe8bb236e32a6b06b5c2d229be50b488ec3fb9ddb72adaf83e5ff74820cee9e918e37086d5df6b4984db8dea7bf5c110d0a3d14e83af1e2099445deb2d7
7
+ data.tar.gz: 499716e673e21aefb7d92248b78afbefb9f6d693a008aed866e1b896d3a5788fd3524462b1feef0907a42fda08443e2bf7ebc18576f9993f1cacbd4245aaf381
data/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@
9
9
  - Update .gitignore - ([b70c1f0](https://github.com/robcarruthers/lxi_rb/commit/b70c1f0566db9b4043f02b4e3f79c228fd0531df)) - [@robcarruthers](https://github.com/robcarruthers)
10
10
 
11
11
  - - -
12
+ ## [v0.4.8](https://github.com/robcarruthers/lxi_rb/compare/v0.4.7..v0.4.8) - 2023-05-10
13
+ #### Miscellaneous Chores
14
+ - Update .gitignore - ([bea47ce](https://github.com/robcarruthers/lxi_rb/commit/bea47cef4f6c236b4c16fd1465b957cee891dfb3)) - [@robcarruthers](https://github.com/robcarruthers)
15
+
16
+ - - -
17
+
18
+ ## [v0.4.7](https://github.com/robcarruthers/lxi_rb/compare/v0.4.6..v0.4.7) - 2023-05-10
19
+ #### Miscellaneous Chores
20
+ - **(bundle)** Update - ([7fa3ab3](https://github.com/robcarruthers/lxi_rb/commit/7fa3ab3f9abcac5fae1093c932d4e70cf3092920)) - [@robcarruthers](https://github.com/robcarruthers)
21
+
22
+ - - -
23
+
12
24
  ## [v0.4.6](https://github.com/robcarruthers/lxi_rb/compare/v0.4.5..v0.4.6) - 2023-05-10
13
25
 
14
26
  - - -
data/lib/lxi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lxi
4
- VERSION = '0.4.6'
4
+ VERSION = '0.4.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxi_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers