tinycus 1.0.0
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 +7 -0
- data/tinycus.rb +1514 -0
- metadata +46 -0
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tinycus
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Benjamin Crowell
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-01-14 00:00:00.000000000 Z
|
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.
|
16
|
+
email:
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- tinycus.rb
|
22
|
+
homepage: https://bitbucket.org/ben-crowell/tinycus
|
23
|
+
licenses:
|
24
|
+
- GPL-3.0-only
|
25
|
+
metadata:
|
26
|
+
contact_uri: http://lightandmatter.com/area4author.html
|
27
|
+
post_install_message:
|
28
|
+
rdoc_options: []
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: '0'
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
requirements: []
|
42
|
+
rubygems_version: 3.3.5
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: String manipulation for languages including polytonic Greek
|
46
|
+
test_files: []
|