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 +4 -4
- data/README.md +1 -1
- data/lib/italian/ruby/core_ext/float.rb +1 -0
- data/lib/italian/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1a4a61ef273f51de48740633d297a14e8707f359566c9fbd677b22aa21c5d1d
|
|
4
|
+
data.tar.gz: 49005def73fd4065e1d41b2e15f2cae18cabd8fa7c26a4e41b4960ededfe13a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
data/lib/italian/ruby/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|