barthologem 0.1.7 → 14.0.0
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/gempush.yml +5 -15
- data/lib/barthologem/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16a6d9b2cdeda8bbb03caa0c803cc028412e75946ca1bbac0cfbfa7813bed20f
|
|
4
|
+
data.tar.gz: ee97360e7bb0b2678166d5fb9d9995676b17495e91a5a4a6030b6616181509ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6372845cbeddc0e306e36f07a826941c43d8855f227226984078ce1d5c5c5f2a6179b7fc2bd8ab3514a5073902327275256c3fdcd30e0d54d7a7507005c04991
|
|
7
|
+
data.tar.gz: f2c41f1a6a8ce8dd18dfafff0e80692765726cbde9cf1c7bd1f01042ad3e054762176f731f9d7f9c8f7393d2fd1a3f2cedc1354ffa34b6662df941e3b5faf6eb
|
|
@@ -18,27 +18,17 @@ jobs:
|
|
|
18
18
|
with:
|
|
19
19
|
version: 2.6.x
|
|
20
20
|
|
|
21
|
-
- name: Publish to
|
|
22
|
-
#if: ${{ github.event.base_ref == 'refs/heads/master' }}
|
|
21
|
+
- name: Publish to RubyGems
|
|
23
22
|
run: |
|
|
24
|
-
|
|
23
|
+
gem --version
|
|
24
|
+
gem update --system
|
|
25
|
+
gem --version
|
|
25
26
|
gem build barthologem.gemspec
|
|
26
27
|
RELEASE_VERSION=${GITHUB_REF#refs/tags/v}
|
|
27
|
-
|
|
28
|
+
gem push barthologem-${RELEASE_VERSION}.gem
|
|
28
29
|
env:
|
|
29
30
|
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
|
|
30
31
|
|
|
31
|
-
- name: Publish to RubyGems2
|
|
32
|
-
#if: ${{ github.ref == 'refs/heads/master' }}
|
|
33
|
-
run: |
|
|
34
|
-
echo ${GITHUB_REF}
|
|
35
|
-
gem build barthologem.gemspec
|
|
36
|
-
RELEASE_VERSION=${GITHUB_REF#refs/tags/v}
|
|
37
|
-
#gem push barthologem-${RELEASE_VERSION}.gem
|
|
38
|
-
env:
|
|
39
|
-
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
|
|
40
|
-
|
|
41
|
-
|
|
42
32
|
- name: Environment
|
|
43
33
|
run: |
|
|
44
34
|
echo "pwd: $(pwd)"
|
data/lib/barthologem/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: barthologem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 14.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ed Bartholomew
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: '0'
|
|
98
98
|
requirements: []
|
|
99
|
-
rubygems_version: 3.1.
|
|
99
|
+
rubygems_version: 3.1.3
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: This is a test gem that does not do anything.
|