bens-hello-world 0.2.7 → 0.2.9

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: 44a428c9b131807f121921ba583ab725f164d67b28ebe1db00b8b9ceffa192cd
4
- data.tar.gz: 25b5d8ddb5b64fa8e11a9c6256348ce017e484f953cb16a4f887f288aa06c25c
3
+ metadata.gz: d12eadcee1698658f669ee8481cf2c5d46dcc66741e7227b585e2ec7a948ac82
4
+ data.tar.gz: 1e2bad5048749041c8cdea42c260035773bed65b0846f42891690e5b8b41b70f
5
5
  SHA512:
6
- metadata.gz: '0289ca4c9e9fe9aab678270bb58aea9e28a21067e8924e6589911ac915075825ea337dc709c2ec0739f54e518546eb27bc151c32cd1c16aae44c6f0d67edcf78'
7
- data.tar.gz: 123a1ffeb1c20b5c086a9f72428847c722b7fbbe68386f4b8bbc9e8b1781254df08c6e6edd2bf978f9986f03d4f2fc4d8dbb353503065a86ec3109bea4b34fbf
6
+ metadata.gz: d0b096f23d81dc23536d36cf738c21e8ec1a2023c554e82efd882eb0b89b49febc90859eb0cb897e4fec85c49a222ba5f259c2354eb0d17445d8d38dc463a41f
7
+ data.tar.gz: ffa4c8ccd5b476137b74f682e9f11e8d1fbed83133281e8313e099030d373c7fbf934b5a5bfe8aabc798d96cc3656995146474a44025be6a5d917d48f6abe9fa
@@ -20,7 +20,7 @@ jobs:
20
20
  # Should breaking changes before 1.0.0 produce minor bumps?
21
21
  bump-minor-pre-major: true
22
22
  # Path to our version file to increment
23
- version-file: "lib/release/bens/hello/world/version.rb"
23
+ version-file: "lib/bens/hello/world/version.rb"
24
24
 
25
25
  # Checkout code if release was created
26
26
  - uses: actions/checkout@v2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.2.9](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.8...v0.2.9) (2021-07-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change version number to 2.9 ([3aabf8a](https://www.github.com/benkoshy/bens-hello-world/commit/3aabf8a7307cb37221f61986d90154bb5a98cf29))
9
+ * release file number ([7ae6fff](https://www.github.com/benkoshy/bens-hello-world/commit/7ae6fffeb06618b4d8d33ffbdd147118c848484c))
10
+
11
+ ### [0.2.8](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.7...v0.2.8) (2021-07-28)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * seeing whether a release occurs here ([1e28b24](https://www.github.com/benkoshy/bens-hello-world/commit/1e28b244e986ccc441b6951ba9da22319c41156a))
17
+
3
18
  ### [0.2.7](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.6...v0.2.7) (2021-07-28)
4
19
 
5
20
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bens-hello-world (0.2.7)
4
+ bens-hello-world (0.2.9)
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.2.7"
4
+ VERSION = "0.2.9"
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.2.7
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - BK