humanum 0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/humanum.rb +3 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cc58fdba4eb76acfe82ad9c68edadc1f9426d002a085f76790fb7b532704366a
4
+ data.tar.gz: f4fbd24138bec7148ba3b552cda271869c1923e08d11a169b68851ef872e7372
5
+ SHA512:
6
+ metadata.gz: e9b18c353b8e3bf5098e1217f7875aff8e8407a5507deee7ae4fefe62aa0d9129e0e850849c474e4f6c202b4779e50c0772a1694ff9688076ef84f4b45983757
7
+ data.tar.gz: 83026342b695d78f3a3d2df49d84ea39804b81655e4532994832d844c9ea49aef0d1fec5b80a723f3c104cec3627eba6e6c43264c687ff0f002152a51e569c8b
data/lib/humanum.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Humanum
2
+ NUM_TO_WORDS = ["zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"]
3
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: humanum
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Marco Poggi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simple translation from numbers to words and vice versa
14
+ email: marcopoggi2017@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/humanum.rb
20
+ homepage: https://rubygems.org/gems/humanum
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.3.7
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: translator from numbers to words
43
+ test_files: []