kettle-dev 1.1.53 → 1.1.54

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: 8b1f3c723c5e37ba3d79da4316fe87c4ebccf9726ef0b76ce58cb9b29ef0ff0c
4
- data.tar.gz: 7f8108f711f47d797679cba4a1e0d2b5cf61f5e9de0597f33037fa19dfd3b819
3
+ metadata.gz: 057cb3f9acbf499a708e7a5d42e113df4c39b714033b487cdcd6ce6f462690da
4
+ data.tar.gz: 4074632ea00e9c462cd3621da2823e9def6fa7f88d0732179e98d677189aa12c
5
5
  SHA512:
6
- metadata.gz: 01ca39592f23ad28d03eb3456faa83e20e19ae693f648d9af1a90a7f4746d940d4c80ddbdae41ce99fd44923d8b7b7bc95eb040298d337c88b908694bcd13852
7
- data.tar.gz: 483928857dd10c23a1fdf1dfe49ae2799724fe1e60b13f48394c8782290ae419ba468b20467c7bd16fc7c36537992c7312629c28986a9626689ac9c15d4d0c17
6
+ metadata.gz: 18e83e638940572c635af1dc650ba2073e2fa79da400305e56dbc603383d9e886a1d5b4fec518a34d730dc22d03cf54dff7875c7e0ebaebb97c074a33dee3837
7
+ data.tar.gz: 301971c113792d0f660b63d6949da4c6b4715c07c676c8e1777cd198914df1eef35672e41f1bbf9a1062c11b9875693ee3b1aa3ef1599cfe987e9b6df6c6fc89
checksums.yaml.gz.sig CHANGED
Binary file
data/.idea/.gitignore ADDED
@@ -0,0 +1,45 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
9
+
10
+ # Zencoder local files
11
+ /zencoder/chats
12
+ /zencoder-chat-index.xml
13
+ /zencoder-chats-dedicated.xml
14
+ # Local project config
15
+ *.iml
16
+
17
+ # Added: Ignore plugin migration/state artifacts (machine-specific)
18
+ /copilot.data.migration.*.xml
19
+ /GitLink.xml
20
+
21
+ # Added: Ignore task & usage statistics (contain local timestamps / paths)
22
+ /tasks.xml
23
+ /usage.statistics.xml
24
+
25
+ # Added: Local inspection profiles (developer-specific customizations)
26
+ /inspectionProfiles/
27
+
28
+ # Added: Library & index caches (regenerated per machine)
29
+ /libraries/
30
+ /indexLayout.xml
31
+ /indexes/
32
+
33
+ # Added: Terminal, SSH, and other per-user runtime config
34
+ /terminal/
35
+ /sshConfigs/
36
+
37
+ # Added: RubyMine misc SDK version drift (optional). Comment to share SDK config.
38
+ # /misc.xml
39
+
40
+ # Commit: VCS local mappings can be regenerated (optional). Comment to share settings.
41
+ # /vcs.xml
42
+
43
+ # Commit: Dictionary files (local spellcheck customizations)
44
+ # /dictionaries/
45
+
data/CHANGELOG.md CHANGED
@@ -20,6 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
20
20
 
21
21
  ### Added
22
22
 
23
+ - .idea/.gitignore is now part of template
24
+
23
25
  ### Changed
24
26
 
25
27
  ### Deprecated
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.53 - 2025-11-10
3
+ # kettle-dev Rakefile v1.1.54 - 2025-11-10
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -392,6 +392,7 @@ module Kettle
392
392
  .aiignore
393
393
  .envrc
394
394
  .gitignore
395
+ .idea/.gitignore
395
396
  .gitlab-ci.yml
396
397
  .junie/guidelines-rbs.md
397
398
  .junie/guidelines.md
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.1.53"
9
+ VERSION = "1.1.54"
10
10
 
11
11
  module_function
12
12
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.53
4
+ version: 1.1.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -253,6 +253,7 @@ files:
253
253
  - ".github/workflows/unsupported.yml"
254
254
  - ".gitignore"
255
255
  - ".gitlab-ci.yml.example"
256
+ - ".idea/.gitignore"
256
257
  - ".junie/guidelines-rbs.md"
257
258
  - ".junie/guidelines.md"
258
259
  - ".junie/guidelines.md.example"
@@ -396,10 +397,10 @@ licenses:
396
397
  - MIT
397
398
  metadata:
398
399
  homepage_uri: https://kettle-dev.galtzo.com/
399
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.53
400
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.53/CHANGELOG.md
400
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.54
401
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.54/CHANGELOG.md
401
402
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
402
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.53
403
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.54
403
404
  funding_uri: https://github.com/sponsors/pboling
404
405
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
405
406
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file