semverify 0.3.0 → 0.3.1

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: 9fcbd22e660e49a8687593008433ffbfd859760a9ecb7a2f61c1277786d34a25
4
- data.tar.gz: d4973af279ee22a2ed02874972908c47ddb4c3db604166c577d00c29885114c6
3
+ metadata.gz: daf302b5c8e8ab6b9be87ddb70378f18f245e7b7d43afb5d376615223e616b43
4
+ data.tar.gz: e50594d56243014bddef3e9f14beb080d9c6f92f9dad19a6fdc9ccb9932ed1ab
5
5
  SHA512:
6
- metadata.gz: d92b11f52be46b8d19b434b1a219a603785ad3cd7570bd64c313e37b78b8c066f8e15d0a491e6834db98206de967359e93c8cb08b03863f97dce0c6c5d6a3477
7
- data.tar.gz: 9b88892ebc937cf4f18a64b16d0a0fe5eb1a706a7564ee1a23e5b5d35089d7d9e1fc5f74c4cf42ffcad32413085ca015166a12703432f1701e551c973b51b451
6
+ metadata.gz: 4d87143ccec81e7f12c4bb4d290deab89bd22436475156ac723966b0c3238bfe41af8e1c29693e503c1b20d5f7ea49fcb0be5428f02f519af5b1fe93dcbb00bd
7
+ data.tar.gz: 1c1522952aa2c6204f9f93198104e49054786b84cad71a57fcce50dfc7a6ecea53dd68e3f1c6868e45f4428923c8a1224357b9ba40a3a2583b7acf6bf7012bed
data/.rubocop.yml CHANGED
@@ -9,6 +9,9 @@ AllCops:
9
9
  # your project supports:
10
10
  TargetRubyVersion: 3.0
11
11
 
12
+ Gemspec/DevelopmentDependencies:
13
+ EnforcedStyle: gemspec
14
+
12
15
  # The default max line length is 80 characters
13
16
  Layout/LineLength:
14
17
  Max: 120
@@ -20,7 +23,14 @@ Metrics/BlockLength:
20
23
  - "spec/**/*_spec.rb"
21
24
  - "*.gemspec"
22
25
 
26
+ Metrics/ModuleLength:
27
+ CountAsOne: ['hash']
28
+
23
29
  # When writing minitest tests, it is very hard to limit test class length:
24
30
  Metrics/ClassLength:
31
+ CountAsOne: ['hash']
25
32
  Exclude:
26
33
  - "test/**/*_test.rb"
34
+
35
+ Style/AsciiComments:
36
+ Enabled: false
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## v0.3.1 (2024-01-05)
2
+
3
+ [Full Changelog](https://github.com/main-branch/semverify/compare/v0.3.0..v0.3.1)
4
+
5
+ Changes since v0.3.0:
6
+
7
+ * 51f649f Add Ruby 3.3 to CI build (#17)
8
+ * 3255436 Update rubocop configuration for new Rubocop changes (#15)
9
+
1
10
  ## v0.3.0 (2023-03-19)
2
11
 
3
12
  [Full Changelog](https://github.com/main-branch/semverify/compare/v0.2.0..v0.3.0)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Semverify
4
4
  # The current version of this gem
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
data/semverify.gemspec CHANGED
@@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
20
  spec.metadata['source_code_uri'] = spec.homepage
21
- spec.metadata['changelog_uri'] = 'https://rubydoc.info/gems/semverify/file/CHANGELOG.md'
21
+ spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"
22
+ spec.metadata['documentation_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}"
22
23
 
23
24
  # Specify which files should be added to the gem when it is released.
24
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semverify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2024-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -211,7 +211,8 @@ metadata:
211
211
  allowed_push_host: https://rubygems.org
212
212
  homepage_uri: http://github.com/main-branch/semverify
213
213
  source_code_uri: http://github.com/main-branch/semverify
214
- changelog_uri: https://rubydoc.info/gems/semverify/file/CHANGELOG.md
214
+ changelog_uri: https://rubydoc.info/gems/semverify/0.3.1/file/CHANGELOG.md
215
+ documentation_uri: https://rubydoc.info/gems/semverify/0.3.1
215
216
  rubygems_mfa_required: 'true'
216
217
  post_install_message:
217
218
  rdoc_options: []
@@ -228,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
229
  - !ruby/object:Gem::Version
229
230
  version: '0'
230
231
  requirements: []
231
- rubygems_version: 3.4.1
232
+ rubygems_version: 3.5.3
232
233
  signing_key:
233
234
  specification_version: 4
234
235
  summary: A Gem to parse and compare semver versions AND bump versions for Ruby Gems