itax_code 2.0.6 → 2.0.7

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: 49a8061846ae71a4796ae43377f04aa6011ed1ac26f69845f752e50d0089d8d6
4
- data.tar.gz: 7ad72ba4d54d9a4e0dbe0e4ce5488cf9d225d4126daa5f068288e404eeb3b600
3
+ metadata.gz: 0c4370686fbe1b99839f2346a235a4424f6c07b67db9a19eaa67a9477232419c
4
+ data.tar.gz: 776566b65ff127366539ff15d8bf62bb92a37b02571c114a04532f8db35c2b0e
5
5
  SHA512:
6
- metadata.gz: 6826271695ba4db1b9cb57ceb0df73821382567f7e715d0253602f27960b5b889391c84c267cd1f8080c77fa80fa2cccb7d7e9eaa0248f9713307919ace1fa84
7
- data.tar.gz: 5150829b3c03d9f905aeccb5010d0ad10809d9f6b11611cc5b2f2501b663d86888ae3c437391eb1b74b84ecadd057a2a53f650b93990db6a295d4ec93d2b7a56
6
+ metadata.gz: 8244e88fb9a05571f89a3f07e8910a29cb77633a33ab4e74753cff005b0d48e174177975689282afa4260e65df7b23630394c4547b58a6f63c0bba7617d2e9d3
7
+ data.tar.gz: 84389567e53650a4d1712e7e7f04cd458c02cd0b42086b87fb7ff81b1808faca616238484356a018fc3d52c6e353fd2b55a4a867ea5c9da7995dae9d38466719
@@ -15,7 +15,7 @@ jobs:
15
15
  - uses: actions/checkout@v4
16
16
  - uses: ruby/setup-ruby@v1
17
17
  with:
18
- bundler-cache: true
18
+ bundler-cache: false
19
19
  ruby-version: 2.5.0
20
20
  - run: bundle install
21
21
  - run: bundle exec rubocop
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.7](https://github.com/matteoredz/itax-code/compare/v2.0.6...v2.0.7) (2026-01-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** add openssl gem to Gemfile ([#67](https://github.com/matteoredz/itax-code/issues/67)) ([3de10e3](https://github.com/matteoredz/itax-code/commit/3de10e335de75fea9b174191c2d56a3f2d32ccc8))
9
+
3
10
  ## [2.0.6](https://github.com/matteoredz/itax-code/compare/v2.0.5...v2.0.6) (2025-11-08)
4
11
 
5
12
 
data/Gemfile CHANGED
@@ -7,6 +7,7 @@ gemspec
7
7
  gem "byebug"
8
8
  gem "minitest"
9
9
  gem "mocha"
10
+ gem "openssl"
10
11
  gem "rake"
11
12
  gem "rubocop"
12
13
  gem "rubocop-minitest"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ItaxCode
4
- VERSION = "2.0.6"
4
+ VERSION = "2.0.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itax_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Rossi