italian-ruby 0.8.9 → 0.8.10

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: b8701ec32ae07a50c69bab59eafe6b77202c62e83d9c3cebfac475e0938f8c69
4
- data.tar.gz: 22b72232adf09dad41584e9fc0e0af0b8a62072edaeb2b20de854e2f3f9e5ed4
3
+ metadata.gz: 433611007aff5c0a90a6e32dbfae70af80100cedd0887b22623b1df579182755
4
+ data.tar.gz: b05901a1bac4e364a4fb96abd048d704b158f3455b1d454e7497c64cd1c57c42
5
5
  SHA512:
6
- metadata.gz: a43fd9e6ba4dae2b08c6dbd6e4f64145bb1dbe8c5ade39bdb599596c024ee5e3326fafe691364c2b784f3e94c28d53ff4c93f840d69de37716b8d049c3092136
7
- data.tar.gz: 8fcc4562e67dc42bf37acfcb678425b542e34a885cea662276b48aacb9b156f79ab477acf68c781c3cc524b0b4617431aa6c7101e1b766624564843223044714
6
+ metadata.gz: d37589cdfe5bf89369f0e9daf920bdd49efd229de69188db63337e05b8bc3ebe5c2cb6b46e498c628729030746a856d88b58e0dc32ae18a63ce5c9f1bf5d50fe
7
+ data.tar.gz: 24a250da1292a6f1e2826b6fbb8c0bf2af08bcb667ceeeeb64d43280951bc5377fcff746385212f33b8b44634b64e4d3646630b85d43c24ba724bc8f3386814c
@@ -7,6 +7,7 @@ class Integer
7
7
  alias :volte :times
8
8
  alias :in_decimale :to_f
9
9
  alias :in_stringa :to_s
10
+ alias :in_numero :to_i
10
11
 
11
12
  def secondi
12
13
  self
@@ -8,6 +8,7 @@ class String
8
8
  alias :prima_maiuscola :capitalize
9
9
  alias :in_simbolo :to_sym
10
10
  alias :in_stringa :to_s
11
+ alias :in_numero :to_i
11
12
  alias :dividi :split
12
13
  alias :maiuscola :upcase
13
14
  alias :maiuscolo :upcase
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.8.9"
3
+ VERSION = "0.8.10"
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: 0.8.9
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-29 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler