bens-hello-world 0.2.4 → 0.2.10

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: 1e70dcb1f3aaf208b0722768511ba5c589ee298d2554aa852e0dbe47c98c32b0
4
- data.tar.gz: 743612e0bf18462eae3d6d488009c9028e2b14d156eb741b20a1523855dfab3a
3
+ metadata.gz: 03beedbf1663cc486a6b2457d1da031fa46e2cc2a0fd2ed2aac1404d97a5d3a0
4
+ data.tar.gz: c8a47b8a5b0a63ef6e3d9a37d94d14b9891479f79d7402ee91de9f62d0800517
5
5
  SHA512:
6
- metadata.gz: 5a6c34a7dbd107b334709d74a1d165170a48320c58b4429dae0148af31e879ec7e665c2565645c1696aa440d7eac310a0266081ad1ee3f2590b54e00f8b2fb67
7
- data.tar.gz: c2c036a2b41d6c7fec13839a73abcafd0886ede19e73a0e06893ea18cd9e9253a4d6f990eb65e5cb121f02ba8883e54b80722a66a0e1868e7a7649ae905bdc28
6
+ metadata.gz: 1279b241dc9cc8062591ebc37beb4c3b1d13c4c665ad89ff5d59f3669c9970e26ba9b18a9dfc4d432e3dcdb6c6fea7cb04e960a739da4ea4f44fc2f0140dcaa6
7
+ data.tar.gz: 63bb72a93c34db6e8bc496fbcb5ce403971f4c093250eff7c4f1ab59137ed1d2bfd5cd906d87594353b69599bf7ae8a5ba953025e2e75225be176c742b0c46f3
@@ -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,48 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.2.10](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.9...v0.2.10) (2021-07-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * seeing whether a release occurs here ([02e244b](https://www.github.com/benkoshy/bens-hello-world/commit/02e244b9f3592711b98695ade74dbb06d81c31aa))
9
+
10
+ ### [0.2.9](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.8...v0.2.9) (2021-07-28)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * change version number to 2.9 ([3aabf8a](https://www.github.com/benkoshy/bens-hello-world/commit/3aabf8a7307cb37221f61986d90154bb5a98cf29))
16
+ * release file number ([7ae6fff](https://www.github.com/benkoshy/bens-hello-world/commit/7ae6fffeb06618b4d8d33ffbdd147118c848484c))
17
+
18
+ ### [0.2.8](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.7...v0.2.8) (2021-07-28)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * seeing whether a release occurs here ([1e28b24](https://www.github.com/benkoshy/bens-hello-world/commit/1e28b244e986ccc441b6951ba9da22319c41156a))
24
+
25
+ ### [0.2.7](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.6...v0.2.7) (2021-07-28)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * update version number ([c2e48a2](https://www.github.com/benkoshy/bens-hello-world/commit/c2e48a2203cc70c2e1040a130eae857fec4ff9c8))
31
+
32
+ ### [0.2.6](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.5...v0.2.6) (2021-07-28)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * add a new version number ([27bd7b6](https://www.github.com/benkoshy/bens-hello-world/commit/27bd7b682225c7fcbbcdcde246809cdd23f0e99f))
38
+
39
+ ### [0.2.5](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.4...v0.2.5) (2021-07-28)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * seeing whether a release occurs here ([ceb2a0a](https://www.github.com/benkoshy/bens-hello-world/commit/ceb2a0a6c1fd2ba0d5c9efb6cb790e9c68881c28))
45
+
3
46
  ### [0.2.4](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.3...v0.2.4) (2021-07-28)
4
47
 
5
48
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bens-hello-world (0.2.4)
4
+ bens-hello-world (0.2.10)
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.4"
4
+ VERSION = "0.2.10"
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.4
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - BK