hundredth 1.0.3 → 1.0.4
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 +5 -5
- data/lib/hundredth/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 659c254f0f2799a6fda295aa0cdaa89aaf80bb30795900e90041f3cccc163d5f
|
|
4
|
+
data.tar.gz: 91e40671be19947356034d6fc693869b8c824640cd50b492840556b008aacfb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4897f463c41abc69b7df00cc491b9f03f4fa76a1f73f8292ecded9ce1a46f3bbc506fce983affa88a0f041be960ef1541de55b9c388a3234376d56069cda17a9
|
|
7
|
+
data.tar.gz: bdd64ffd54dd6debcea760d09704c5b47ee74d9ed06b7c1936865260d4caec313e8892c4c0b869c92ac3f2588eff2fec205cec5aee27cef4397bf8d750953b1e
|
data/lib/hundredth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hundredth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Cavalieri
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -101,8 +101,9 @@ dependencies:
|
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: 0.58.2
|
|
103
103
|
description: |
|
|
104
|
-
Writes out 1 to 100
|
|
105
|
-
followed by the ordinal indicator, e.g. 'st', 'nd', 'rd'.
|
|
104
|
+
Writes out 1 to 100 as ordinal words. For example first, second, third, etc. For numbers 101 and greater are are
|
|
105
|
+
written out using the number followed by the ordinal indicator, e.g. 'st', 'nd', 'rd'. Supported languages are
|
|
106
|
+
English, French, and Spanish.
|
|
106
107
|
|
|
107
108
|
For example:
|
|
108
109
|
1 = first
|
|
@@ -124,7 +125,7 @@ homepage: http://github.com/jcavalieri/hundredth
|
|
|
124
125
|
licenses:
|
|
125
126
|
- MIT
|
|
126
127
|
metadata: {}
|
|
127
|
-
post_install_message:
|
|
128
|
+
post_install_message:
|
|
128
129
|
rdoc_options: []
|
|
129
130
|
require_paths:
|
|
130
131
|
- lib
|
|
@@ -139,9 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
140
|
- !ruby/object:Gem::Version
|
|
140
141
|
version: '0'
|
|
141
142
|
requirements: []
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
signing_key:
|
|
143
|
+
rubygems_version: 3.0.9
|
|
144
|
+
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: writes out ordinal numbers
|
|
147
147
|
test_files: []
|