italian-ruby 0.9.11 → 0.9.12

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: 8e40157466748c8b10b1d9200ccb9ce71189945dbc586e0b30b6d2fe93432b9a
4
- data.tar.gz: e353bcb48eeff33625078010aa1a84c4b56b5dc0cbde715d39e4a76556b2416c
3
+ metadata.gz: f1a4a61ef273f51de48740633d297a14e8707f359566c9fbd677b22aa21c5d1d
4
+ data.tar.gz: 49005def73fd4065e1d41b2e15f2cae18cabd8fa7c26a4e41b4960ededfe13a0
5
5
  SHA512:
6
- metadata.gz: f80592c447639aa7a28ef678209b6ac0bf422e55b3f1eda1eabec059f82f6c28dea8b311fe88cc557ddebae54772dc12f1cd0c88cc0f593ed38b7db80c8fdf6b
7
- data.tar.gz: 28a3b7d02b3fc7f9395f9f826508815dc27ae3e34054c840bbe0adabe263f5d26e1d6ab2f99c049c197d2e9fc4debd269d85e0aeb37a75b9e140f2f08a8dd469
6
+ metadata.gz: 81143652cbddd4ec2de60663c5239d561317373091332b181334e616794a2224fcf5d356f8fadd888c1ba7467693f4d6b204d24d99cb175c360f99ccb5048c38
7
+ data.tar.gz: 612aa7adac82895e3a250277f5ba5cd5eb78eec00def5a138ecc657c41ea8c1c077a866fdaefebc6a3518a4dec92bf18d52cc33274f4158fd7eae8e34781b9a5
data/README.md CHANGED
@@ -76,7 +76,7 @@ LibreriaInteressantissima.metodo_interessantissimo
76
76
  # Che roba!
77
77
  ```
78
78
 
79
- È possibile anche utilizzare il `richiedi`, che funziona come il `require` di Ruby, nel remoto caso in cui _qualcuno_ faccia una gemma in Italian Ruby, la pubblichi su rubygems.org e _qualcun'altro_ la scarichi e la installi. Se mai succedesse, funzionerebbe così:
79
+ È possibile anche utilizzare il `richiedi`, che funziona come il `require` di Ruby, nel remoto caso in cui _qualcuno_ faccia una gemma in Italian Ruby, la pubblichi su rubygems.org e _qualcun altro_ la scarichi e la installi. Se mai succedesse, funzionerebbe così:
80
80
 
81
81
  ```ruby
82
82
  # tuo_file_ruby.rb
@@ -7,6 +7,7 @@ class Float
7
7
  INFINITO = INFINITY
8
8
 
9
9
  alias :in_intero :to_i
10
+ alias :in_decimale :to_f
10
11
  alias :in_stringa :to_s
11
12
  alias :arrotonda :round
12
13
  alias :arrotonda_per_eccesso :ceil
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.9.11"
3
+ VERSION = "0.9.12"
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.9.11
4
+ version: 0.9.12
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-08-31 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler