bens-hello-world 0.3.6 → 0.3.7

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: 1140a069caec139a5831995301f6ac5e22b3db7e937267264d839ba0055af14c
4
- data.tar.gz: 56f454a2d4cf36627cd48a3e180e7f75a9e2e0f7ab8d9aa6907eca9a05ff88a2
3
+ metadata.gz: 96ee654a3bff5ddfe15039a225bf588b28dfc29c4c90fa473b4a88447d19549f
4
+ data.tar.gz: 24c13a153c1692363dee756df4af758e731b8575d832d21e8b8e23b311be2113
5
5
  SHA512:
6
- metadata.gz: f07507f52fdadb163f10f21e05005f8149a3fdda720141707fd1db5352a903aa19b36af5e9e1ed2545579597b6b56fd311eca5dd9b3c2bde3daedd111573c188
7
- data.tar.gz: eab034787befff23ec4aa7b7843c6ed15d91bf55df7d5a45d23ba3b41f478bc73cd3f537be821d1a28527c7bf41877ddd5e6235af211ecb090e606979bf05572
6
+ metadata.gz: 5481798d82b380fec014ff2ec893b84fec25818768b1087140d691e31085f42fd47a8b3b279b23b8a1e47b9c576c180ee8233787343e5393b49824329bb57a44
7
+ data.tar.gz: 427cbbadf38b56772a47d4cb751d7411da3cc2b6c14fa7fc88c1a49f7413cb77f52f9a251a90abe95dfa4b2471ffab387cb8c0af7faa4afbaa7889ddcc8b4075
@@ -7,8 +7,7 @@ on:
7
7
  jobs:
8
8
  manual-release:
9
9
  runs-on: ubuntu-latest
10
- env:
11
- VERSION: $(sed -nr "s/.*VERSION\s*=\s*('|\")([^'\"]+).*$/\2/p" $(echo "$GITHUB_WORKSPACE/lib/bens/hello/world/version.rb"))
10
+
12
11
  steps:
13
12
 
14
13
  - uses: actions/checkout@v2
@@ -56,5 +55,5 @@ jobs:
56
55
  ref: "refs/tags/".concat(${{env.VERSION}}),
57
56
  sha: context.sha
58
57
  })
59
-
60
-
58
+ env:
59
+ VERSION: $(sed -nr "s/.*VERSION\s*=\s*('|\")([^'\"]+).*$/\2/p" $(echo "$GITHUB_WORKSPACE/lib/bens/hello/world/version.rb"))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bens-hello-world (0.3.6)
4
+ bens-hello-world (0.3.7)
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.6"
4
+ VERSION = "0.3.7"
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.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BK
@@ -18,7 +18,6 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - ".github/workflows/main.yml"
22
21
  - ".github/workflows/manual-release.yml"
23
22
  - ".github/workflows/release.yml"
24
23
  - ".gitignore"
@@ -1,18 +0,0 @@
1
- name: Ruby
2
-
3
- on: [push,pull_request]
4
-
5
- jobs:
6
- build:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/checkout@v2
10
- - name: Set up Ruby
11
- uses: ruby/setup-ruby@v1
12
- with:
13
- ruby-version: 3.0.0
14
- - name: Run the default task
15
- run: |
16
- gem install bundler -v 2.2.7
17
- bundle install
18
- bundle exec rake