italian-ruby 1.0.4 → 1.0.5

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: 96fbb4841f7e983b899bc5aac6c5e3446f1c16c516d8a6ec0d0cb950e270983b
4
- data.tar.gz: 91db46a507b9f504a74ea3885404637a1b5ffe51ef3b4da5ffc21fbc9e4c8959
3
+ metadata.gz: dbb4cd3137b32bdfc3113cd62ce73ea998feeffc8dfc7114b7d3430da67d366c
4
+ data.tar.gz: 64a41af607c7ac779e780c6dcd24c080ed2f75a0613af6522c74b9a88753c6ff
5
5
  SHA512:
6
- metadata.gz: f394f7bb7c4f88dc88db20737aa2de48369524b41937c83ff7a524da6ec8be21e2200b89d47c36d6425849ec0105765f1feeacf7b8716715652d2302e1add49e
7
- data.tar.gz: 4cf32fefd2cc6366360c8f71030c5a9f878c821002b5980d93a6ed3082730889fd95924990cda297be58233b03e2d7801150d8f6224a04bbb824e701664de361
6
+ metadata.gz: 3edea5cb88be26642a9dd4d051c515eef02bb54c2f0ea395fc002967a25629a57b3118f22394b38bbdc765fccbbe755d4f9f7e156bfcb050049a6498aee46d9d
7
+ data.tar.gz: ac56003a01f755208329a23fc48377983884cb660b37cd4f9155295750ce98ea9114fb9ac813991d31adcd8906e73e335a3e278966ba85db756816e2f912d0ba
@@ -8,6 +8,7 @@ class Array
8
8
  alias :per_ognuna :each
9
9
  alias :in_fette_da :each_slice
10
10
  alias :mappa :map
11
+ alias :mappa! :map!
11
12
  alias :vuoto? :empty?
12
13
  alias :vuota? :empty?
13
14
  alias :primo :first
@@ -77,6 +78,8 @@ class Array
77
78
 
78
79
  alias :specificato? :esiste?
79
80
  alias :specificata? :esiste?
81
+ alias :specificati? :esiste?
82
+ alias :specificate? :esiste?
80
83
  alias :seconda :secondo
81
84
  alias :salta_gli_ultimi :tronca
82
85
  alias :salta_le_ultime :tronca
@@ -3,6 +3,7 @@
3
3
  module Kernel
4
4
 
5
5
  alias :classe :class
6
+ alias :traccia_chiamante :caller_locations
6
7
  alias :ottieni_variabile_istanza :instance_variable_get
7
8
  alias :imposta_variabile_istanza :instance_variable_set
8
9
 
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.0.4"
3
+ VERSIONE = "1.0.5"
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.4
4
+ version: 1.0.5
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-10 00:00:00.000000000 Z
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler