italian-ruby 0.5.4 → 0.5.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: 4c77f39448fe83e2f6db6bac2b48e2c838c8d16f0b7bdb7cf0e8ceec8caa0a84
4
- data.tar.gz: 9716b4baf88e939739024ed29f110098b6f8c12aa23f141673cf8bc28a8075fd
3
+ metadata.gz: e0cb6eb53b4c1d47040184bcb63f19724185e73dfca09447799dbe294c05f2c0
4
+ data.tar.gz: 5bfd7485dc276bd4676ed7e0a8c3263fc2326ddc2a0f8216c74fc9c131bfe397
5
5
  SHA512:
6
- metadata.gz: bc166dc16660b4407564e5cadf67499cf744c2131e1b203ff53586f5bde2b0958a78cc795b3b49e5d03a5376eab74927563ffcb70eff1e6c46fc88d87877484b
7
- data.tar.gz: c5c0803c4b4b0482b05e566e738e7cbb8fe5b890d477ab773b66f37107a8808c739fc65f049b4fb176d82b7e89449f5201d0d25c1e191d693a19b35a2f0581cd
6
+ metadata.gz: f4ab8aa049dfa0ac54360eec56c656b00ac41f091d64960682b5ac54f0684423ce18a297f8b08f07d1d58893e3162065f00c576f6ac3aa3ef784d8b0288eba04
7
+ data.tar.gz: f0e3cdc2f40d43cea1232481ac41efc9ca9c59521295b49dd7d2fdcee961e74c4bc5761c80004ff32179d56f4ab04583115882d75e3bfd5008b1be4785cc9cc7
@@ -51,6 +51,7 @@ class Array
51
51
  alias :trova :find
52
52
  alias :cerniera :zip
53
53
  alias :ordina :sort
54
+ alias :ordina! :sort!
54
55
  alias :ordina_per :sort_by
55
56
  alias :ordina_per! :sort_by!
56
57
  alias :raggruppa_per :group_by
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.5.4"
3
+ VERSION = "0.5.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: 0.5.4
4
+ version: 0.5.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2ruby