semver_dialects 4.1.1 → 4.1.2
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 +4 -4
- data/lib/semver_dialects/version.rb +1 -1
- data/lib/semver_dialects.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 550ae29d9f8afa6f682f193189035da2fba55aaf21a2d53b0a0e1cd7239f29e1
|
|
4
|
+
data.tar.gz: 551390e37a5133d7cfefa04e9cce0b9fbcb81fdd094c8b7e7693d4cbdb79ada4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d3cbfb37c97ca581e14160d15069975b870beb68f61d64c722668dbcaae83f2bf77154b37701733bd870f2fadf0c8041f4d31c093b4c3528358308a2ec63603
|
|
7
|
+
data.tar.gz: 1e2131017768d0644345b6e801343d2af048b3e9ef537e22c4e2f06aeb627c5c7629e2940a464dae9d85d43792889e2336c5a6f83e82383341ce4f0180dc7755
|
data/lib/semver_dialects.rb
CHANGED
|
@@ -116,7 +116,7 @@ module SemverDialects # rubocop:todo Style/Documentation
|
|
|
116
116
|
|
|
117
117
|
# Returns array of supported package types
|
|
118
118
|
def self.supported_package_types
|
|
119
|
-
%w[maven npm go pypi nuget gem packagist conan cargo apk deb rpm swift]
|
|
119
|
+
%w[maven npm go pypi nuget gem packagist conan cargo apk deb rpm swift pub]
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
# Parse a version according to the syntax type.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semver_dialects
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julian Thome
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-06-
|
|
13
|
+
date: 2026-06-12 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: pastel
|