cline-rb 1.1.0 → 1.1.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 +6 -0
  3. data/lib/cline/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61431cfcf1fb2275838e3781f564c4697ae093a2605ebd8c2dd579ce10326939
4
- data.tar.gz: 1604c7050d3d0e21a8d716207f4a43311891bf9205c6372b33df43a971070821
3
+ metadata.gz: b9ffcd701050dde2cc6c08b8b9f221e68bf7d7f5f160ad61cead26e3804e8ff4
4
+ data.tar.gz: 7f41f36985a52c31e0cb7da7d50a7bbd4962a164bdfcc7b397ebf9a9b9eea1f5
5
5
  SHA512:
6
- metadata.gz: d675729aaf7d8dc1c6f88164899545cc9e321c1ffcb76f3065fa19f7bffcceeb9a87f7c20de9e1612e08f38431c0b66b82d76ad7b22ab0f0cd0f522de0036063
7
- data.tar.gz: 23b351b69ccdd74b03e1ced53a7330f813e8eb682051056e4e7d110957f8bc1cca08b751a6047c6b3c4a4d5d97dccf408ab21d67ba35f256031756528cc426be
6
+ metadata.gz: 2817ccba453c3b396108efc6276ce1e8e3a1693ef8befd052c72f2273a63478126f9ad60b540be2995e4082b599e9903de1f90ebc52be14165cd5f910618f84a
7
+ data.tar.gz: 67f07326c44c48f907937e5d57628fd4cb4132bf8a8f7bd96aa6e295c7e499026ebba9ea5879c13db1ffdebbdb049abc9da2311c9974f3ef983722914fa770aa
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v1.1.1](https://github.com/Muriel-Salvan/cline-rb/compare/v1.1.0...v1.1.1) (2026-07-01 15:14:42)
2
+
3
+ ### Patches
4
+
5
+ * [ci: add code coverage reporting with Cobertura and Codecov integration](https://github.com/Muriel-Salvan/cline-rb/commit/82c7622af5621f90515737421e1633b933ebf55c)
6
+
1
7
  # [v1.1.0](https://github.com/Muriel-Salvan/cline-rb/compare/v1.0.0...v1.1.0) (2026-07-01 13:34:01)
2
8
 
3
9
  ### Features
data/lib/cline/version.rb CHANGED
@@ -2,5 +2,5 @@ module Cline
2
2
  # @!group Public API
3
3
 
4
4
  # Gem version
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cline-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muriel Salvan