tinycus 1.0.1 → 1.0.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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +12 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed6ca31feb6ce62a6411aa8fa0e90d43361f4dc184491b61eda2b8a6ac93c252
4
- data.tar.gz: 4dcf587e6e1e7c7292c94fc53fa49783411be69b9b68da2447cdfe6bb2a8273c
3
+ metadata.gz: 4dbe2c38e0da3d8d11de46d7cf297aaf42c8b6c58b90b00d64f9b63d9d18b31e
4
+ data.tar.gz: 04c7cbc764c59a1cd38784a664c23cc0937cc48c779772d0a468566be4621d66
5
5
  SHA512:
6
- metadata.gz: 579027587db300fdb144b5c9f9cddb4d7e3fbf6641b76b56bce08b89d2305946c7fc5437e08df33f43fa6d4ba9c4cae05476de248d128330f7e5b41840e456f6
7
- data.tar.gz: 48ccc3e82d42510eadf104a2c6f215278436a966c502238374a9f3d3523c9fd6755d31712b5586662bfb537a46a0572797d702dce0ffc30f0e87862f0608458a
6
+ metadata.gz: 74604cecbca51f6d79139a44c44085ad2c52f4ab83bc024b82a956b94963661e742ac150156f16d6dae3fc97d5d4bfdc8cfc4fbfcf6068bacce863b0bc3679a2
7
+ data.tar.gz: 33eaf326ace44626bbcaf2aed338f0eabf3f0f1150b21c8fcac1949b469e358ef95c179187a0c3ba6d55a4d8c85b2c3d3ef83efaf1f259e0751518a903b39c0d
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.3
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,15 +27,19 @@ licenses:
26
27
  - GPL-3.0-only
27
28
  metadata:
28
29
  contact_uri: http://lightandmatter.com/area4author.html
30
+ homepage_uri: https://bitbucket.org/ben-crowell/tinycus
31
+ source_code_uri: https://bitbucket.org/ben-crowell/tinycus
29
32
  post_install_message:
30
- rdoc_options: []
33
+ rdoc_options:
34
+ - "--main"
35
+ - README.md
31
36
  require_paths:
32
37
  - lib
33
38
  required_ruby_version: !ruby/object:Gem::Requirement
34
39
  requirements:
35
40
  - - ">="
36
41
  - !ruby/object:Gem::Version
37
- version: '0'
42
+ version: 2.0.0
38
43
  required_rubygems_version: !ruby/object:Gem::Requirement
39
44
  requirements:
40
45
  - - ">="