tinycus 1.0.8 → 1.0.9

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 +10 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8757d5541d6ac759738ec1dd6e5f342a17d51dbcb861ef09980a0a2598e9f796
4
- data.tar.gz: 611ce2d9c443f4fe980f501daa6cbdd9693a912d12322a202a1a3cb32d9142bb
3
+ metadata.gz: f72c3f525833a5d89fb848a6420279f4844dc415ceca2cfc7175386f3e2dd937
4
+ data.tar.gz: aecc63197fc8b456d72d5fad485abb9aa196dcfae4cc12b518dcaaf73c6ab180
5
5
  SHA512:
6
- metadata.gz: 6e0208009eafd0ce5e5074cd5f240741d28980d9a7549a82383efcecd0f9115f99c4302fa282f602fe26fda39587b8e9ac108837d3f88cbc9ff9f24d3c106ca3
7
- data.tar.gz: bb2a5f4c7df795ce9fcd018c6f90eedfa0b339cc174fda5e5f83fe26f1177dc159cd70da4c5d51c5894c7261432956cb8c8f603df8d19b532b74cbb304dbe69c
6
+ metadata.gz: b144d74a8fae7aa860d5eb5f8edaf70fa54af93a08c6a1859c137a16095db0c7d906edc7c9fd121617d1cf312fa948fd4f42c1730b7014e8cb603ec774477411
7
+ data.tar.gz: 440fda68bf56748e308f59bf660366ec2e2439b6f09540a8c4aa772b982083442ba2fe42c6b73ba2d71968903b17320ea62dcaeb18471aeb47c1d63f72dab6a8
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.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Crowell
@@ -16,7 +16,9 @@ description: "This is a ruby library to do some string functions efficiently tha
16
16
  email:
17
17
  executables: []
18
18
  extensions: []
19
- extra_rdoc_files: []
19
+ extra_rdoc_files:
20
+ - README.md
21
+ - tinycus.rb
20
22
  files:
21
23
  - LICENSE
22
24
  - README.md
@@ -26,8 +28,13 @@ licenses:
26
28
  - GPL-3.0-only
27
29
  metadata:
28
30
  contact_uri: http://lightandmatter.com/area4author.html
31
+ documentation_uri: https://bitbucket.org/ben-crowell/tinycus
29
32
  post_install_message:
30
- rdoc_options: []
33
+ rdoc_options:
34
+ - "--exclude"
35
+ - "(bad_combining|generating)"
36
+ - "--main"
37
+ - README.md
31
38
  require_paths:
32
39
  - lib
33
40
  required_ruby_version: !ruby/object:Gem::Requirement