italian-ruby 1.3.5 → 1.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60bd86e34e3dc61a7bba458f452c9b82b2c7f9814a3d42cd4c6ddb82bcf4b817
4
- data.tar.gz: 4524354521533fa1753f25ef014c766bedc68a1bdf9407710b0843964231f504
3
+ metadata.gz: b00ae2e653f64122b2ebcbba9d7fbdecf5fc723e572fea3c412a51fdd62306fb
4
+ data.tar.gz: d576f97f863cb3da6595f3799ccbaf2c4918f0b6e49ef7859fca55713558650b
5
5
  SHA512:
6
- metadata.gz: 69c26bf62df388f1aa22717d04a691c9812f26adcc58d7a9446a08b66f0afb2733831e569967d6a1c8dccdb2f312285374ef517b1c7fcca8320e5cc05c3c2b99
7
- data.tar.gz: 1d2a265b4908dffbcadcf988e7ad4f0a1ce2dc5dd650d9dd1877ed372955a5e394fce515e464742c76cf880717997f47e770a97e44f85dd4e5661ed09a61fd5b
6
+ metadata.gz: 346ac67bcc57dd4267a7e9ede4c9574e6e472336712edcb3688756000c629e7f978863be0118ba424cdaa19078f931df201a57b32bc0fc02ac708785fc705a96
7
+ data.tar.gz: e1291232d2467c87fb83cf09c312d9a602a076095c76839e0cbdd51656aba1f3ec4f0d2cda628221ab55368f059b06bda28d7c8517a53956c0ff76e7d438a580
@@ -5,6 +5,8 @@ class NilClass
5
5
  alias :nullo? :nil?
6
6
  alias :nulla? :nil?
7
7
  alias :in_stringa :to_s
8
+ alias :in_intero :to_i
9
+ alias :in_decimale :to_f
8
10
 
9
11
  alias :non_è_nullo? :esiste?
10
12
  alias :non_è_nulla? :esiste?
@@ -68,7 +68,7 @@ module Kernel
68
68
  Dir["#{cartella}/**/#{archivio}.ir"]
69
69
  end
70
70
  archivio_da_tradurre = archivi_in_memoria.flatten.compact.first
71
- archivio_da_richiedere = Italian::Ruby.percorso_archivio_tradotto archivio_in_italiano_da_tradurre
71
+ archivio_da_richiedere = Italian::Ruby.percorso_archivio_tradotto archivio_da_tradurre
72
72
  traduci archivio_da_tradurre
73
73
  Object.autoload costante, archivio_da_richiedere
74
74
  end
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.3.5"
3
+ VERSIONE = "1.3.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: italian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-05 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler