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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/hundredth/version.rb +1 -1
  3. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c137f3496fb4f11a8249042c2801d0463796f817
4
- data.tar.gz: 62ef207f73a5bbc618558c86ae0bf8065040b88a
2
+ SHA256:
3
+ metadata.gz: 659c254f0f2799a6fda295aa0cdaa89aaf80bb30795900e90041f3cccc163d5f
4
+ data.tar.gz: 91e40671be19947356034d6fc693869b8c824640cd50b492840556b008aacfb8
5
5
  SHA512:
6
- metadata.gz: c9597e21704e201edf6b69e637b70ab9bac1a43d6f0ea52d1b9c5381f848eb82223c41b1726f85e05330a9e14442406ac43e6c8ea2fcff50ba99a73485204a87
7
- data.tar.gz: 5eabedc01b467fd604979beda8bd6584833de1c376bb3c6d79c1d16d0c1153e33360398c4532fbec0413ca256dbd8a11ece75ffb84f21e613c9d67a6e20a1685
6
+ metadata.gz: 4897f463c41abc69b7df00cc491b9f03f4fa76a1f73f8292ecded9ce1a46f3bbc506fce983affa88a0f041be960ef1541de55b9c388a3234376d56069cda17a9
7
+ data.tar.gz: bdd64ffd54dd6debcea760d09704c5b47ee74d9ed06b7c1936865260d4caec313e8892c4c0b869c92ac3f2588eff2fec205cec5aee27cef4397bf8d750953b1e
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
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.3
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: 2018-08-16 00:00:00.000000000 Z
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 their full ordinal words. 101 and greater are are written out using the number
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
- rubyforge_project:
143
- rubygems_version: 2.6.13
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: []