italian-ruby 1.2.3 → 1.2.4

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: f870254b67ff607a7ee5002e6abef55ede98377190154ca6a4ca393904a90c0b
4
- data.tar.gz: 3997433d71fd37ebe1dde9447ee1a34641fe7f1a8e0d7c7337c04ea038dc8d09
3
+ metadata.gz: 56d468ed0d7bf7cd445b1ce6a7a9bcc771549212087ab95a4ed99f431358cd31
4
+ data.tar.gz: 652714dcf1cc0640078269fd8f1bc7f810c006ecb859beccac31d78b2da79559
5
5
  SHA512:
6
- metadata.gz: c48a6d5720ef408e096b3a72e5f1032dcb082ffcb002f1f1c4cec5af5ead65e865848226580120a5f484b67a0a7545d87ca52493db7fbe5b78b8e4522a350919
7
- data.tar.gz: 77b9ddbc95311edf17da0da060a82ddf79f5ef86a5b6a4995ebb6056e215802420c350b16c754d83afe962adebce3895033a21beea4bf65c1071ba6af78944de
6
+ metadata.gz: 42c6477f7cb886de2ce67f08bc0213e2377ef3fd02832e511622e359bacc00786615021bcae23f1387b7c39b6a3e7d3044916cca73f8847ce78dd6b001d39c37
7
+ data.tar.gz: 1c4d335689ef410d07910ec469d8deae27aecf4b754054ea7299a4c8832cb2b34325f1b251bbdbf866da1bc1cc25afca6a2f822244d072c64465486841c745d2
@@ -16,6 +16,7 @@ class Date
16
16
  alias :in_stringa :to_s
17
17
  alias :in_data :to_date
18
18
  alias :in_tempo :to_time
19
+ alias :giorno :day
19
20
  alias :giorno_della_settimana :cwday
20
21
  alias :settimana :cweek
21
22
  alias :mese :month
@@ -9,7 +9,9 @@ class File
9
9
  alias :estensione :extname
10
10
  alias :esiste? :exists?
11
11
  alias :scrivi :write
12
+ alias :scrivi_binario :binwrite
12
13
  alias :leggi :read
14
+ alias :leggi_binario :binread
13
15
  alias :apri :open
14
16
  alias :cancella :unlink
15
17
  end
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.2.3"
3
+ VERSIONE = "1.2.4"
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.2.3
4
+ version: 1.2.4
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-01-19 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler