italian-ruby 1.3.10 → 1.3.11

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: 7e9478b7c4a30b5af5cb23de0322c3f3f01cd4ba16784262d5562d91282ee70c
4
- data.tar.gz: a4f3341485af9352c55f7d32daa110995117920283385dd369727b0d768ec9cf
3
+ metadata.gz: 1b5a903857ae35cd34ac25f999f3fa490e85bd2b3985137d9c841dbe3a01d0ff
4
+ data.tar.gz: e1bfb7ef6c9ec2202d5e4b80a27ddae65004ae707c8b43a89dce60e73a42ff52
5
5
  SHA512:
6
- metadata.gz: 937eef6c4ad23795e4f4b8f5625c3ef897f89c007b97f1b090c3b155b901e988d5ca971a76bf549ce58d2136db55aa63e4863d781bf86f230218599bdd9a2493
7
- data.tar.gz: 0afa97018e6149169834cb68d78ca3bd842f662ba1bf8046361caf47e32adcf64e396cf0e23dd8ab7f74057793eaf55fed21953a9f42e58b34d85e2b7eec0eac
6
+ metadata.gz: fa450818116e76bb4773fc0831db7f15cec8d642a3c1e0b110b96e836af640407148d599ffe91d61adc3e9db4fa7f265363d1362d8c20219b27b8f4a98ddd08c
7
+ data.tar.gz: bbfd4e399c0769f81290340a7ce1c2e9fe29335740c9741a58f2aa0cdc94918efb97919ca9bd5983241ebd015b09c6d6f6cc573d7e1b153bc653c9170a1bfb72
@@ -76,6 +76,8 @@ class Array
76
76
  alias :affetta :slice
77
77
  alias :salta_i_primi :drop
78
78
  alias :salta_le_prime :drop
79
+ alias :dimensioni :size
80
+ alias :dimensione :size
79
81
 
80
82
  alias :specificato? :esiste?
81
83
  alias :specificata? :esiste?
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.3.10"
3
+ VERSIONE = "1.3.11"
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.3.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler