tinycus 1.0.1 → 1.0.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
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 321cf855e7c31e2a3d7cae41f0554543dbe27eb2c1d2a59cc2070c6c77645a73
|
4
|
+
data.tar.gz: cb663b8bbf7617886c4866b92ad9a76c6ef676bf885da265ce305a37dd1da20a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '028fb9942a10556132e68af6f12aef6799e8aa531ae88150a045161f541ec800b37b48f82a4501f4d9aefd7dd6fd5b5022633ec03e02c70d92083cdac84ed677'
|
7
|
+
data.tar.gz: f964fb644a236ba1cc54236688fb72a211a0fbfa9d5aae127d8352f1040df24eaeed587cf19ebb281fdc4daf6d13c6af208db85bafc25bf28cdeae938ae3cc7d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tinycus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Crowell
|
@@ -10,13 +10,14 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
15
|
-
|
13
|
+
description: "This is a ruby library to do some string functions efficiently that\nwould
|
14
|
+
otherwise be slow or require a huge footprint. For example,\nit can remove accents
|
15
|
+
from strings, or alphabetize strings in polytonic Greek. \n"
|
16
16
|
email:
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
19
|
-
extra_rdoc_files:
|
19
|
+
extra_rdoc_files:
|
20
|
+
- README.md
|
20
21
|
files:
|
21
22
|
- LICENSE
|
22
23
|
- README.md
|
@@ -26,6 +27,9 @@ licenses:
|
|
26
27
|
- GPL-3.0-only
|
27
28
|
metadata:
|
28
29
|
contact_uri: http://lightandmatter.com/area4author.html
|
30
|
+
documentation_uri: https://bitbucket.org/ben-crowell/tinycus
|
31
|
+
homepage_uri: https://bitbucket.org/ben-crowell/tinycus
|
32
|
+
source_code_uri: https://bitbucket.org/ben-crowell/tinycus
|
29
33
|
post_install_message:
|
30
34
|
rdoc_options: []
|
31
35
|
require_paths:
|