numbers_and_words_pl 0.0.1 → 0.0.2
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 +4 -4
- data/lib/numbers_and_words_pl/pl.yml +2 -2
- data/lib/numbers_and_words_pl/version.rb +1 -1
- data/spec/pl.yml +11 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2223dca941dbe7464b3e3188627b4d9b01cd7067
|
|
4
|
+
data.tar.gz: 88ebc300a7ba747c4ba2aecdb8d07fc033540f5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 897c09965d77810ef72de9081b01d882c2f8c870f7cfa02c87fecc46627a3952d9e0225dd161d2ed36363fcbc9f9122c4463c0f55d19ff3d1c8170ec1f73eb1a
|
|
7
|
+
data.tar.gz: dcda9bd03c5f27daf643471f16860dbadc5a7e2ce94440a0d27a48f87ef50d5b76347f886aef8dcd85eccb880d8880397eed0b2390d23fed1053d2734076bb4b
|
data/spec/pl.yml
CHANGED
|
@@ -26,13 +26,17 @@ to_words:
|
|
|
26
26
|
thousands:
|
|
27
27
|
1000: tysiąc
|
|
28
28
|
1001: tysiąc jeden
|
|
29
|
-
2000: dwa
|
|
30
|
-
4000: cztery
|
|
31
|
-
5000: pięć
|
|
32
|
-
11000: jedenaście
|
|
33
|
-
21000: dwadzieścia jeden
|
|
34
|
-
999000: dziewięćset dziewięćdziesiąt dziewięć
|
|
35
|
-
999999: dziewięćset dziewięćdziesiąt dziewięć
|
|
29
|
+
2000: dwa tys.
|
|
30
|
+
4000: cztery tys.
|
|
31
|
+
5000: pięć tys.
|
|
32
|
+
11000: jedenaście tys.
|
|
33
|
+
21000: dwadzieścia jeden tys.
|
|
34
|
+
999000: dziewięćset dziewięćdziesiąt dziewięć tys.
|
|
35
|
+
999999: dziewięćset dziewięćdziesiąt dziewięć tys. dziewięćset dziewięćdziesiąt dziewięć
|
|
36
|
+
3579: trzy tys. pięćset siedemdziesiąt dziewięć
|
|
37
|
+
119003: sto dziewiętnaście tys. trzy
|
|
38
|
+
357009: trzysta pięćdziesiąt siedem tys. dziewięć
|
|
39
|
+
43898: czterdzieści trzy tys. osiemset dziewięćdziesiąt osiem
|
|
36
40
|
# millionens:
|
|
37
41
|
# 1000000: jeden milion
|
|
38
42
|
# 2000000: dwa miliony
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: numbers_and_words_pl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Lang
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2017-05-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
94
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 2.
|
|
95
|
+
rubygems_version: 2.5.2
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: Turns an integer number into written words in Polish.
|