lxi_rb 0.2.18 → 0.2.25

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: 0a2d5028a0fea52868aca234aa718d1224af6eb885cec75f25326047deecf2ce
4
- data.tar.gz: a4c56ba50ae93eee1e93084015dfe3b5cee85b8a72c0b983e53535ae6d671f4b
3
+ metadata.gz: ce3d467d9059b3949cc92026b9622ea786ae6ee64ecc6f60fb1fd14d8f761b6b
4
+ data.tar.gz: c08535a132f225622d23387b07a6e84d5f2cc93e9a7677151fd6ee8b629e4ecf
5
5
  SHA512:
6
- metadata.gz: 163b3f6f7721b8bf2a0123a81b0a945c5b219606d414aa036df1be75037a5f4e9fb39b2c609df77c5755ca5b9babbc332aa3565de37b1509c2696fc348f6b2ba
7
- data.tar.gz: fa3dd7e0b992cf1c84a88c45af370a81f69ede9ae193e315769b0dd0094b38364d00583354b0a8f0ae8a5e079bc07a048085e24cddb646fb3ed1bddd570cdcc7
6
+ metadata.gz: 40c426fc14b5ddfc68830f27bd0409f53b5225767062437e6642c517c5e24df886b40525ed47fcbcb4850481194e11b6131583e4f4eb21a88ab3a139bd952fbc
7
+ data.tar.gz: 445f9a71f787d800c33642cf5a2de03c2dffcbbf1709f2b05fa0604084ec2ad909aec0b101f39da15018b7322a990576f80c7617a82a9f4066ce2cc15efff351
data/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
3
3
  - **(Test)** Some great Feature - ([76314bf](https://github.com/robcarruthers/lxi_rb/commit/76314bf4ccd40d9df8efe11bb1fc6046299b0284)) - [@robcarruthers](https://github.com/robcarruthers)
4
4
 
5
5
  - - -
6
+ ## [v0.2.25](https://github.com/robcarruthers/lxi_rb/compare/v0.2.24..v0.2.25) - 2023-05-08
7
+ #### Bug Fixes
8
+ - **(Changelog)** Fix someBug - ([4001a3a](https://github.com/robcarruthers/lxi_rb/commit/4001a3a6438cd080d9042ca5a03de454fc913a74)) - [@robcarruthers](https://github.com/robcarruthers)
9
+ - **(SomeBug)** Made changes - ([deaf163](https://github.com/robcarruthers/lxi_rb/commit/deaf163992682f53471b686f4f52ee237f4d7162)) - [@robcarruthers](https://github.com/robcarruthers)
10
+ #### Miscellaneous Chores
11
+ - **(cog)** Update config - ([de8d8a4](https://github.com/robcarruthers/lxi_rb/commit/de8d8a4d34a11cdf76c72c550f09ddde9ea1bca5)) - [@robcarruthers](https://github.com/robcarruthers)
12
+
13
+ - - -
14
+
15
+ ## [v0.2.24](https://github.com/robcarruthers/lxi_rb/compare/v0.2.23..v0.2.24) - 2023-05-08
16
+ #### Miscellaneous Chores
17
+ - **(version)** v0.2.24 - ([0a4f0d3](https://github.com/robcarruthers/lxi_rb/commit/0a4f0d3a2df6bf5f688bcc466fde1523352ce73b)) - [@robcarruthers](https://github.com/robcarruthers)
18
+
19
+ - - -
20
+
21
+ ## [v0.2.23](https://github.com/robcarruthers/lxi_rb/compare/v0.2.21..v0.2.23) - 2023-05-08
22
+ #### Bug Fixes
23
+ - **(Stuff)** Fix hard bug - ([e9b1b02](https://github.com/robcarruthers/lxi_rb/commit/e9b1b02e2f42edf0e9aa11f9c379199d6e33be2d)) - [@robcarruthers](https://github.com/robcarruthers)
24
+
25
+ - - -
26
+
27
+ ## [v0.2.21](https://github.com/robcarruthers/lxi_rb/compare/v0.2.20..v0.2.21) - 2023-05-08
28
+
29
+ - - -
30
+
6
31
  ## [v0.2.18](https://github.com/robcarruthers/lxi_rb/compare/v0.2.16..v0.2.18) - 2023-05-08
7
32
  #### Features
8
33
  - **(Test)** Some great Feature - ([76314bf](https://github.com/robcarruthers/lxi_rb/commit/76314bf4ccd40d9df8efe11bb1fc6046299b0284)) - [@robcarruthers](https://github.com/robcarruthers)
@@ -11,7 +36,6 @@
11
36
 
12
37
  - - -
13
38
 
14
-
15
39
  ## [v0.2.16](https://github.com/robcarruthers/lxi_rb/compare/1c313adf0923f740888c4a54550b855f3ed3c51a..v0.2.16) - 2023-05-08
16
40
  #### Bug Fixes
17
41
  - **(Testing)** Changed some file - ([a3f7a3a](https://github.com/robcarruthers/lxi_rb/commit/a3f7a3a01b385e6d8ebeb0d027beef7a79007f64)) - [@robcarruthers](https://github.com/robcarruthers)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lxi_rb (0.2.18)
4
+ lxi_rb (0.2.25)
5
5
  ffi (~> 1.15)
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  require 'bundler/gem_tasks'
4
4
  require 'rake/testtask'
5
- require 'structured_changelog/tasks'
6
5
 
7
6
  Rake::TestTask.new(:test) do |t|
8
7
  t.libs << 'test'
@@ -15,3 +14,10 @@ require 'rubocop/rake_task'
15
14
  RuboCop::RakeTask.new
16
15
 
17
16
  task default: %i[test rubocop]
17
+
18
+ desc "Bumps the gem version and generates changelog modifications with cocogitto"
19
+ task :bump_gem do
20
+ cog_version = `cog -V`
21
+ puts $?
22
+ puts cog_version
23
+ end
data/cog.toml CHANGED
@@ -1,10 +1,14 @@
1
1
  from_latest_tag = true
2
2
  ignore_merge_commits = false
3
3
  branch_whitelist = []
4
- pre_bump_hooks = []
4
+ pre_bump_hooks = [
5
+ "bump set {{version}} -p 'chore(version):' -m 'v{{version}}'",
6
+ "echo 'Bumping gem from {{latest}} to {{version}}'"
7
+ ]
5
8
  post_bump_hooks = [
6
- "rake release"
7
- ]
9
+ "rake release",
10
+ "echo 'Releasing gem {{version}}'"
11
+ ]
8
12
  pre_package_bump_hooks = []
9
13
  post_package_bump_hooks = []
10
14
  tag_prefix = "v"
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.2.18'
4
+ VERSION = '0.2.25'
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.2.18
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers