natcmp 1.4.1 → 1.4.3

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