tinycus 1.0.5 → 1.0.6

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 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90849e6c1df95e50e8f6ba6818d78a8bf6352a82fc9048313a11acd7d1624bf2
4
- data.tar.gz: 5b962ac97c0d25777cf527b3a61d0c0e7ebb12c2321b690eca724907bd692de7
3
+ metadata.gz: 23749b01fbd882b62c97203a3350cb242437b874891e7512288f759e49079d7d
4
+ data.tar.gz: e22ae0d19aabff8d72abec506e709973d21917c02228dd499449f5091d0d23fa
5
5
  SHA512:
6
- metadata.gz: 6af58dc8e3928c473e96416b20fee0893aba4b9abf3838f9689e5b95326eb74c80986a6fa09d47c3ca8240b00d2c17609d2b1adbdc74e86ac98055889ca9aff7
7
- data.tar.gz: a5e5a4cad6fbfae7fe6588864cc3607eec471b0c0db6e8adfc3657c44826b63696cac92c410423ef62fe96f3e618e0a476e8b89d764404115a68fc03dc7a8336
6
+ metadata.gz: bd5910eb8c99412e869cc7dd807609de010342b0c6661d6b2005712b52de70ed85b68ff2fda4d390ce834f727ecb1c929ef5c3b724a9640d2e4b2af1957dcda7
7
+ data.tar.gz: 93c570a246177e8bbd25ffc2c171b9ca024fcf26948d8907d76ca9f6b4f5e90db977dfc18b8fdd2ae84e1980efbd975f297627be23886b38bcd30aa31ec3b157
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Crowell
@@ -16,7 +16,8 @@ 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
20
21
  files:
21
22
  - LICENSE
22
23
  - README.md
@@ -24,9 +25,14 @@ files:
24
25
  homepage: https://bitbucket.org/ben-crowell/tinycus
25
26
  licenses:
26
27
  - GPL-3.0-only
27
- metadata: {}
28
+ metadata:
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
28
32
  post_install_message:
29
- rdoc_options: []
33
+ rdoc_options:
34
+ - "--main"
35
+ - README.md
30
36
  require_paths:
31
37
  - lib
32
38
  required_ruby_version: !ruby/object:Gem::Requirement