natcmp 1.4.3 → 1.4.4
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/History.txt +6 -1
- data/README.rdoc +2 -2
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b66ecf6773d9bf26636c816f8f5703ee8ea70f93044010e950fc3400e7332461
|
|
4
|
+
data.tar.gz: 2b175c1ff0a1063697deef66f164818da7cd0564652a6827ba901c640cdfbe6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9108dd92cd6de0c471f38bc48099da665d978d37b5e65303617c01ad1c114e3ad0b9616c0306165d81750a0b94aed51bf1c901b0f90f6c8e9f0c40f1e590f17b
|
|
7
|
+
data.tar.gz: a21784673ea801c20eee6a18b822e5150929ab5b7a978d240390771bf97630bab0187d0372a6900d6740de1286589c842b191628e05da0dab5b31541252c3a6d
|
data/History.txt
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
=== 1.4.4 2026-01-29
|
|
2
|
+
|
|
3
|
+
* 1 minor enhancement:
|
|
4
|
+
* Updated homepage and source location to Codeberg
|
|
5
|
+
|
|
1
6
|
=== 1.4.3 2023-09-08
|
|
2
7
|
|
|
3
8
|
* 1 minor enhancement:
|
|
4
|
-
* Updated homepage and source location
|
|
9
|
+
* Updated homepage and source location to GitLab
|
|
5
10
|
|
|
6
11
|
=== 1.4.1 2011-11-09
|
|
7
12
|
|
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= natcmp
|
|
2
2
|
|
|
3
|
-
*
|
|
3
|
+
* https://rubygems.org/gems/natcmp
|
|
4
4
|
|
|
5
5
|
== DESCRIPTION:
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ which does not follow alpabetically.
|
|
|
18
18
|
|
|
19
19
|
== INSTALL:
|
|
20
20
|
|
|
21
|
-
* sudo gem install
|
|
21
|
+
* sudo gem install natcmp
|
|
22
22
|
|
|
23
23
|
== LICENSE:
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: natcmp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alan Davies
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2026-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
12
|
description: Natural order string comparison is a way of comparing strings "naturally".
|
|
14
13
|
e.g. "somthing1" < "something2" < "something10" which does not follow alpabetically.
|
|
@@ -21,11 +20,10 @@ files:
|
|
|
21
20
|
- History.txt
|
|
22
21
|
- README.rdoc
|
|
23
22
|
- lib/natcmp.rb
|
|
24
|
-
homepage: https://
|
|
23
|
+
homepage: https://codeberg.org/cs96and/natcmp
|
|
25
24
|
licenses: []
|
|
26
25
|
metadata:
|
|
27
|
-
source_code_uri: https://
|
|
28
|
-
post_install_message:
|
|
26
|
+
source_code_uri: https://codeberg.org/cs96and/natcmp
|
|
29
27
|
rdoc_options: []
|
|
30
28
|
require_paths:
|
|
31
29
|
- lib
|
|
@@ -40,8 +38,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
38
|
- !ruby/object:Gem::Version
|
|
41
39
|
version: '0'
|
|
42
40
|
requirements: []
|
|
43
|
-
rubygems_version: 3.
|
|
44
|
-
signing_key:
|
|
41
|
+
rubygems_version: 3.6.7
|
|
45
42
|
specification_version: 4
|
|
46
43
|
summary: Natural order string comparison module.
|
|
47
44
|
test_files: []
|