italian-ruby 0.9.9 → 0.9.10

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: 205914029ed8bc7cb0b75137028e993b7bc38cb381844509327e76a08a9b8605
4
- data.tar.gz: 200cc0ce2d7c89f3d82510bc63328a3b7343be9642db377bcace508375b2c677
3
+ metadata.gz: 41f0ade9296cc7d8b11a9414978ce556ea9da81126cd6ebdd5fb6134c98ad9a1
4
+ data.tar.gz: e61d640f05ed87ed473cc33f674e63dc6c1a94b4a4034523111aa03d36aa26f3
5
5
  SHA512:
6
- metadata.gz: 6e5ef308be4d4995d16dbf9b2eba8e486de4ff9c572a7672f112131f063d325a0bce30152c160fda3bfd15885b6842a0d2cb50bd025f41c435dc1ad4e63028b1
7
- data.tar.gz: a0c8b2bd9dc50e8f2a33bdbc3e6000359400a1c3581251f54b41dd01509be00d2ddbdb1b4d04113771391dc5d681d8a7ce1523c936d82426e42be6b221c75811
6
+ metadata.gz: 2898ab0c3902662018515f1058ff98cb0c5f1e8a905c72dcbbcae2e2417a6ee29e3e1e6884258551a7592233b1407e4f73840daaac1ebab0822527783d95d507
7
+ data.tar.gz: 0aced6ffcba2e42e099798485ffc0205590fe8cae03cb421b726e3cc3445a4f37c9843e99297429ff57a3b3b6c6c50db6efd2276379492c35f9901fa72e1ecbf
@@ -14,6 +14,12 @@ class Time
14
14
  alias :in_numero :to_i
15
15
  alias :formatta :strftime
16
16
  alias :localizza :localtime
17
+ alias :secondi :sec
18
+ alias :secondo :sec
19
+ alias :minuto :min
20
+ alias :minuti :min
21
+ alias :ore :hour
22
+ alias :ora :hour
17
23
 
18
24
  def in_data
19
25
  self.to_date
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.9.9"
3
+ VERSION = "0.9.10"
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.9.9
4
+ version: 0.9.10
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-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler