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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +9 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed6ca31feb6ce62a6411aa8fa0e90d43361f4dc184491b61eda2b8a6ac93c252
4
- data.tar.gz: 4dcf587e6e1e7c7292c94fc53fa49783411be69b9b68da2447cdfe6bb2a8273c
3
+ metadata.gz: 321cf855e7c31e2a3d7cae41f0554543dbe27eb2c1d2a59cc2070c6c77645a73
4
+ data.tar.gz: cb663b8bbf7617886c4866b92ad9a76c6ef676bf885da265ce305a37dd1da20a
5
5
  SHA512:
6
- metadata.gz: 579027587db300fdb144b5c9f9cddb4d7e3fbf6641b76b56bce08b89d2305946c7fc5437e08df33f43fa6d4ba9c4cae05476de248d128330f7e5b41840e456f6
7
- data.tar.gz: 48ccc3e82d42510eadf104a2c6f215278436a966c502238374a9f3d3523c9fd6755d31712b5586662bfb537a46a0572797d702dce0ffc30f0e87862f0608458a
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.1
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: String manipulation for languages including polytonic Greek. High performance,
14
- small footprint, pure ruby. Typical uses would be removing accents from ancient
15
- Greek words, or alphabetizing words in ancient Greek.
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: