workflow_template 0.0.4 → 0.0.5
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
- data/lib/workflow_template.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a0e7f867b1df18cf6e71d247199bb8a3f5e16165214e479571b5cc763a5dee2
|
|
4
|
+
data.tar.gz: 43c770181dce80474f3eef81a782009a4849dfc1ec87a2a4e4c9a16526222759
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36e8431615f9372e619431eab02d6a5574d92d00211fac8ff4bf308df8f22d2c4b7ec0e62be9303bfa00f6178a0bd96cce4e0332fd4f29baa64087ba784d6b32
|
|
7
|
+
data.tar.gz: 194e83f86c33bce3e03563f61d6f34ccd36bd87d5785a1899b4f9535eca3346fbcf875073b21c89b93b7971714120c5f1b2d217685f1508070544f98afe8792c
|
data/lib/workflow_template.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workflow_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomas Milsimer
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
The purpose of this library is to provide a framework
|
|
@@ -104,7 +104,7 @@ licenses:
|
|
|
104
104
|
- MIT
|
|
105
105
|
metadata:
|
|
106
106
|
homepage_uri: https://github.com/lame-impala/workflow_template
|
|
107
|
-
post_install_message:
|
|
107
|
+
post_install_message:
|
|
108
108
|
rdoc_options: []
|
|
109
109
|
require_paths:
|
|
110
110
|
- lib
|
|
@@ -119,8 +119,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: '0'
|
|
121
121
|
requirements: []
|
|
122
|
-
rubygems_version: 3.
|
|
123
|
-
signing_key:
|
|
122
|
+
rubygems_version: 3.5.22
|
|
123
|
+
signing_key:
|
|
124
124
|
specification_version: 4
|
|
125
125
|
summary: Compose actions into workflows
|
|
126
126
|
test_files: []
|