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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd448baa7f740d504e10aef1a71aeb26ed551fe652b0c987e76ee7130a611b34
4
- data.tar.gz: cbca4eb9ec3210739e5df89eee1b37da034444af1cd00c780a41c556af591ebc
3
+ metadata.gz: 16a6d9b2cdeda8bbb03caa0c803cc028412e75946ca1bbac0cfbfa7813bed20f
4
+ data.tar.gz: ee97360e7bb0b2678166d5fb9d9995676b17495e91a5a4a6030b6616181509ce
5
5
  SHA512:
6
- metadata.gz: 4aeffb006fdaa8a479daf470339cd5589b25738dbee48d35a0c8848f0df12f587513d2362ac608dbc0f2c97873d222091b9d7bc5011ea7b6656fefc60db91c98
7
- data.tar.gz: 3591866023777faf48effe513c90a59233d5b91bdd3501b22224bda545f2bd3e7ac2ea2c083be1b2e9bf2d84342bfa531ee0b048577d06309252b3d24de09917
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 RubyGems1
22
- #if: ${{ github.event.base_ref == 'refs/heads/master' }}
21
+ - name: Publish to RubyGems
23
22
  run: |
24
- echo ${GITHUB_REF}
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
- #gem push barthologem-${RELEASE_VERSION}.gem
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)"
@@ -1,3 +1,3 @@
1
1
  module Barthologem
2
- VERSION = "0.1.7"
2
+ VERSION = "14.0.0"
3
3
  end
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.1.7
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.2
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.