italian-ruby 0.3.2 → 0.3.3

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: 006a213a96268c8d6eea81e448259adae584e04636da98ea9ba09add5382a1b3
4
- data.tar.gz: 76d3810d58cf6c6179a53fa98280142c7bb1c5024cefb6b03cb93f61327783e2
3
+ metadata.gz: 8bcb9c77afe5bb9fba3cedc79c6c42b6eb5d7566b3fcf2a3fda26cdb0a1cba1b
4
+ data.tar.gz: d69dec5f0514f6a293ee238a9a0bdd4218f77cf696a5fdba65e1d088c8af4e78
5
5
  SHA512:
6
- metadata.gz: 97a2aede7fddd7069a27203b3ed41ddf57161682de7c56bec30c296f2d2bf5d27574e6500c9353f70ad5811bcbd0f1f24d8b1602eaa3beed0a685e9fb1644c43
7
- data.tar.gz: 78f03ebebb55b5e4c00f7758558722fda05e861bad21b16a4b96a5c34b1416fc6be67f3b5ad32fb39374117d801163ff25072256308a159094caef03eea6b001
6
+ metadata.gz: eaacabb66f66f7cffdf08fccc8d33c19f970b31649988668b9510236a2eb185375626825e27d13da8c6359323a137c9943492b92ec3408368098c1e65fa7f509
7
+ data.tar.gz: 48ccf47a4600a30d17e3012cef393dd3c861d4321570ae7feef86e08e1651941713e81a31fd9656a54eb41e0e0316c024f42c85d89609a7a625e6cbce0826477
@@ -9,6 +9,7 @@ alias :definisci_metodo_singolo :define_singleton_method
9
9
  alias :blocco_dato? :block_given?
10
10
  alias :cattura :catch
11
11
  alias :lancia :throw
12
+ alias :Mappa :Hash
12
13
 
13
14
  def includi(*args)
14
15
  include *args
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: italian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin