milestoner 12.1.0 → 12.2.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: ac8ab469226823f704beaabdcc12fe654db966d4650bd490163fdcb3bed87a0a
4
- data.tar.gz: 15f53bae3480cdbd87c5450613e8355e5b6e6e0621b080fa6240415475b8e2e4
3
+ metadata.gz: 63a3599f99ffea16570a1b7d4d931461911d51a2b81ac65f475637fd5025fd18
4
+ data.tar.gz: 05d6b3d868945f67516c5de1e1a97a1fc829bc33893a5adc791eebfe87e10e43
5
5
  SHA512:
6
- metadata.gz: 1caa1a6be39e5482cf2d39450f4dfb057850ac286664cf11f39fda1880ac9e1d1bad1047255b6a071e24c6528d99c8bea1350297f41205285c243631046ffcbf
7
- data.tar.gz: f43c6b1d2501eba8e71d3c8c5d3c37907c4da907fb6fc19a5d33cb5210ce42f3fcc003b41d2c74a3eb463bb057013e0910707780dab3f1f434313f1b44f454ee
6
+ metadata.gz: 1c7153ec12451dee99b6bc8c73f991bc03b20e417d1624baef6bf04744b80c60d9c4d6bd8d0c5912a7fc74ff38b9230e41b9e86ea0ca246f4f58187371410d2e
7
+ data.tar.gz: aff4332b2e706ff180d816d1979081a6e19301b5466c6a3403aa115bd4ab1ee2ae6f06dfb6b6458f796d50b8507f7b014399366d6aa77f31174c8b9c018da71d
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -216,6 +216,11 @@ participating in this project you agree to abide by its terms.
216
216
 
217
217
  Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
218
218
 
219
+ == Community
220
+
221
+ Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
222
+ to this project and much more.
223
+
219
224
  == License
220
225
 
221
226
  Read link:LICENSE.adoc[LICENSE] for details.
File without changes
@@ -5,7 +5,7 @@ module Milestoner
5
5
  module Identity
6
6
  NAME = "milestoner"
7
7
  LABEL = "Milestoner"
8
- VERSION = "12.1.0"
8
+ VERSION = "12.2.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  SUMMARY = "A command line interface for crafting Git repository tags."
11
11
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: milestoner
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.0
4
+ version: 12.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2021-10-03 00:00:00.000000000 Z
31
+ date: 2021-11-16 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: dry-container
@@ -78,14 +78,14 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '8.4'
81
+ version: '8.5'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '8.4'
88
+ version: '8.5'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: runcom
91
91
  requirement: !ruby/object:Gem::Requirement
@@ -120,14 +120,14 @@ dependencies:
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '2.4'
123
+ version: '2.5'
124
124
  type: :runtime
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '2.4'
130
+ version: '2.5'
131
131
  description:
132
132
  email:
133
133
  - brooke@alchemists.io
@@ -140,7 +140,7 @@ extra_rdoc_files:
140
140
  files:
141
141
  - LICENSE.adoc
142
142
  - README.adoc
143
- - bin/milestoner
143
+ - exe/milestoner
144
144
  - lib/milestoner.rb
145
145
  - lib/milestoner/cli/actions/config.rb
146
146
  - lib/milestoner/cli/actions/publish.rb
@@ -168,6 +168,7 @@ metadata:
168
168
  bug_tracker_uri: https://github.com/bkuhlmann/milestoner/issues
169
169
  changelog_uri: https://www.alchemists.io/projects/milestoner/changes.html
170
170
  documentation_uri: https://www.alchemists.io/projects/milestoner
171
+ rubygems_mfa_required: 'true'
171
172
  source_code_uri: https://github.com/bkuhlmann/milestoner
172
173
  post_install_message:
173
174
  rdoc_options: []
@@ -184,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
185
  - !ruby/object:Gem::Version
185
186
  version: '0'
186
187
  requirements: []
187
- rubygems_version: 3.2.28
188
+ rubygems_version: 3.2.31
188
189
  signing_key:
189
190
  specification_version: 4
190
191
  summary: A command line interface for crafting Git repository tags.
metadata.gz.sig CHANGED
Binary file