bens-hello-world 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27650248a27aae4d7cbd6da656e1ebeddaf6b215c7400e984f2f587e2792c671
4
- data.tar.gz: e5e2923361358bcdc9d067ec1fa1b0ae2ee646175ff1e3d254c9331e78d8a3f2
3
+ metadata.gz: 4e1cd66d40b4c099d8ecd0d0847faca12b434163370f0ed767e40c0dec3ccf19
4
+ data.tar.gz: 0a3b481f66a5db05b273212874f0024558733a36abd42e3e3cf153e672f69d58
5
5
  SHA512:
6
- metadata.gz: 8407e67d4c32885008085c707b9d0650c592ebe03b398b8a78fc1a415ded5cd52ec640997b16ded72a591fa216f259b0a1e874028d01aa46c489c38c20114704
7
- data.tar.gz: 604fde15cd3e8b9ad4ccac2dd493db196309e1c4b2dd28e29adf7d05c1a8d6606695170c3c51629bcd9dc2807e8d28f2b3b14ef9f427d9645294436a178b7015
6
+ metadata.gz: a263e5ef3cccd84deca2ce22b1f770a256f10ae43156dfa5412cca181abdc199a6e06b318b727dcc9a0e5bcc0323c6f658bd57becc9d9ffc400ab70266113e21
7
+ data.tar.gz: 8fbac6132b49b7f644b8bf6ceb55d1c88bf69d596e749a040566d1598a123858eff65fe93bc028065da345ff38a793ee11e4d91b5c513abf96aeb40a48dee286
@@ -33,11 +33,11 @@ jobs:
33
33
 
34
34
  # now, after the gem has been successfully published
35
35
  # we would need to automatically tag based on the current commit
36
- # ideally we would read the version in the gem file and commit that.
36
+ # ideally we would read the version in the gem file and commit that.
37
37
  - name: Get version number
38
38
  id: version
39
39
  run: |
40
- echo "::set-output version = $(sed -nr "s/.*VERSION\s*=\s*('|\")([^'\"]+).*$/\2/p" lib/pagy.rb)"
40
+ echo "::set-output version = $(sed -nr "s/.*VERSION\s*=\s*('|\")([^'\"]+).*$/\2/p" $(gem which pagy))"
41
41
 
42
42
  - name: Create tag
43
43
  uses: actions/github-script@v3
@@ -47,7 +47,7 @@ jobs:
47
47
  github.git.createRef({
48
48
  owner: context.repo.owner,
49
49
  repo: context.repo.repo,
50
- ref: `refs/tags/${{steps.version.outputs.version}}`,
50
+ ref: `${{steps.version.outputs.version}}`,
51
51
  sha: context.sha
52
52
  })
53
53
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bens-hello-world (0.3.2)
4
+ bens-hello-world (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  module Bens
2
2
  module Hello
3
3
  module World
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bens-hello-world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BK