italian-ruby 1.4.2 → 1.4.3

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: 3faa454b1e457e36cf80d065d87699fe37fc41fb57a1151954e8a4600a23eb75
4
- data.tar.gz: c0df5f78e4d1f8271e1f46a7e59aa123a104478380da1ab6c351adc289b9626c
3
+ metadata.gz: 6066643e03846e38fabf4b05c338fb6877791fe2313482922733449f48de677f
4
+ data.tar.gz: 23e1c6328c30a0290ea5e29c5d96551d15293665d69351841e1fd9815710524c
5
5
  SHA512:
6
- metadata.gz: 7a16d10868bb0c4198ff3b9be80b2aa903b49877b5684227e443707a71d571b93a63dd4081f1d53e2e2529dda56ebadc6b6727b16e0980eb486c1109655ac6d7
7
- data.tar.gz: ecf7faa2fb2f81062c04a3196c3a614fd721998abbe9a030985dbfb9b5fced27268ecc589ac6d9e4c3f883a48f1d85fa23be0bf9d3507f5c84d1209bbfb346e5
6
+ metadata.gz: 65dc0ca01fa0c5f9b0b09bfeb87273e41cf6cc5d520ab8271f921649ede9d1efc0f468a799e43c0121263aa7bfb190f78d8482a4e8373e29d3fb9655ce521c2c
7
+ data.tar.gz: a85212fca93c032705af1e0cb822a2a3883c260310bf367f78aa0bc7a0c1e17ab3fd4c970ffb68e3f3ce6d56bea1653b38c5684a83bd40f5d7234a93bbf7b085
@@ -23,6 +23,8 @@ class Object
23
23
 
24
24
  alias :specificato? :esiste?
25
25
  alias :specificata? :esiste?
26
+ alias :specificati? :esiste?
27
+ alias :specificate? :esiste?
26
28
  alias :non_è_nullo? :esiste?
27
29
  alias :non_è_nulla? :esiste?
28
30
  alias :non_specificato? :non_esiste?
@@ -25,6 +25,7 @@ module Italian
25
25
 
26
26
  def initialize(contenuto, indice, nome_archivio)
27
27
  @contenuto = contenuto
28
+ @contenuto = "#{contenuto}\n" if nome_archivio.nil?
28
29
  @indice = indice
29
30
  @nome_archivio = nome_archivio
30
31
 
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSIONE = "1.4.2"
3
+ VERSIONE = "1.4.3"
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.4.2
4
+ version: 1.4.3
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-10-06 00:00:00.000000000 Z
11
+ date: 2021-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler