italian-ruby 1.0.5 → 1.0.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: dbb4cd3137b32bdfc3113cd62ce73ea998feeffc8dfc7114b7d3430da67d366c
4
- data.tar.gz: 64a41af607c7ac779e780c6dcd24c080ed2f75a0613af6522c74b9a88753c6ff
3
+ metadata.gz: df61637bb79990e91a2b9ce6e6aaae4f60d1e12fdc929e56d3bd96e3c782ffaf
4
+ data.tar.gz: d02455a3b1b8bed2bc1de1e237b08ef99b83e1d2d71cbb5126dc7933d4fd5984
5
5
  SHA512:
6
- metadata.gz: 3edea5cb88be26642a9dd4d051c515eef02bb54c2f0ea395fc002967a25629a57b3118f22394b38bbdc765fccbbe755d4f9f7e156bfcb050049a6498aee46d9d
7
- data.tar.gz: ac56003a01f755208329a23fc48377983884cb660b37cd4f9155295750ce98ea9114fb9ac813991d31adcd8906e73e335a3e278966ba85db756816e2f912d0ba
6
+ metadata.gz: 3acc5b5df5d64eae58e3df7a9394dec340e0c219bbec197bfb34bd2fa02064689fb35694c1a4e4f5ba6d5acab54185f7f0929206e5ceeff5863f6181deab84af
7
+ data.tar.gz: d963ee57535dcdcdd82a76830ad0721f675651c9b3d96fdcb48e5c0dbeade380c1ab2bb2e84377a7ba40c9c2ef21199644216b50159e47801e26320c4451555a
@@ -37,6 +37,7 @@ class Hash
37
37
  alias :almeno_una? :any?
38
38
  alias :nessuno? :none?
39
39
  alias :nessuna? :none?
40
+ alias :in_stringa :to_json
40
41
  alias :in_mappa :to_h
41
42
  alias :in_lista :to_a
42
43
  alias :inverti :invert
@@ -6,5 +6,6 @@ module Kernel
6
6
  alias :traccia_chiamante :caller_locations
7
7
  alias :ottieni_variabile_istanza :instance_variable_get
8
8
  alias :imposta_variabile_istanza :instance_variable_set
9
+ alias :rimuovi_variabile_istanza :remove_instance_variable
9
10
 
10
11
  end
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.0.5"
3
+ VERSIONE = "1.0.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.0.5
4
+ version: 1.0.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: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler