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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.idea/.gitignore +45 -0
- data/CHANGELOG.md +2 -0
- data/Rakefile.example +1 -1
- data/lib/kettle/dev/tasks/template_task.rb +1 -0
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 057cb3f9acbf499a708e7a5d42e113df4c39b714033b487cdcd6ce6f462690da
|
|
4
|
+
data.tar.gz: 4074632ea00e9c462cd3621da2823e9def6fa7f88d0732179e98d677189aa12c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/Rakefile.example
CHANGED
data/lib/kettle/dev/version.rb
CHANGED
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.
|
|
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.
|
|
400
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
|
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.
|
|
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
|