cvx_test_push 0.1.2 → 0.1.3
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/.github/workflows/main.yml +1 -1
- data/lib/cvx_test_push/version.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: 4ec7a79ea011dd5e36f8cae86c5695bbf552ee62a892ee89021f3bd45f692740
|
4
|
+
data.tar.gz: 11c71189d3aae77aecd0832a81e324bccb9c4ac100da580a0b13dd70a4ae9b2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2af541db821ce742cd15fd703ebf46ad325304b1c996ea50ca0d9469afaf29d7698ea679afa33f2014153e2a6bd092a77cbfc3c5a558ed6845c1a11f6dc01809
|
7
|
+
data.tar.gz: df5dceec71383c94ff789c5754938f03a0a843f8f082a9f59c7459a35f0c19aafa261a3db58fbfc798459aa3b10e038fec1a0a39289128fd2de24d57f4fcdcb2
|
data/.github/workflows/main.yml
CHANGED
@@ -44,7 +44,7 @@ jobs:
|
|
44
44
|
bundle install
|
45
45
|
|
46
46
|
git config --global user.email "automated@example.com"
|
47
|
-
git config --global user.name "Automated Release"
|
47
|
+
git config --global user.name "Automated Release"
|
48
48
|
|
49
49
|
echo "Running gem release task..."
|
50
50
|
release_command="${RELEASE_COMMAND:-rake release}"
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cvx_test_push
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jarek Radosz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2021-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description:
|
14
14
|
email:
|
15
15
|
- jradosz@gmail.com
|
16
16
|
executables: []
|
@@ -27,10 +27,10 @@ files:
|
|
27
27
|
- cvx_test_push.gemspec
|
28
28
|
- lib/cvx_test_push.rb
|
29
29
|
- lib/cvx_test_push/version.rb
|
30
|
-
homepage:
|
30
|
+
homepage:
|
31
31
|
licenses: []
|
32
32
|
metadata: {}
|
33
|
-
post_install_message:
|
33
|
+
post_install_message:
|
34
34
|
rdoc_options: []
|
35
35
|
require_paths:
|
36
36
|
- lib
|
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
48
|
rubygems_version: 3.1.2
|
49
|
-
signing_key:
|
49
|
+
signing_key:
|
50
50
|
specification_version: 4
|
51
51
|
summary: A test of automatic gem publishing and version tagging
|
52
52
|
test_files: []
|