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