wikinotizie 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wikinotizie.rb +3 -7
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a89dda423c4dfd94357145b6c81b207491e7384ebacad5d47ac723fad31721d2
4
- data.tar.gz: ce14ef299a8f1ac85ca7de12cf6b6f51cdd78c0674677be3f37c7e72e1fc58f2
3
+ metadata.gz: e0013eaf6b7cc52d5c5a4fd3d9abdf4ecf9794d0cfe1263a41818d8851b0f774
4
+ data.tar.gz: 4d87ffb636cc166129f6eca41e1f50d0ad3f7c4dfe1ee5b0cd5b6eebd665de8e
5
5
  SHA512:
6
- metadata.gz: 16f4170ec9da38bdb179df434a480c52c197ca0afad2bd471cb6dd9b3c89962e9aefa7a676f4d4293acc5453712cfe259979b46b8307d27de1f8054c2f60e6c7
7
- data.tar.gz: bda2abe687fd10abb8bc545222afae874f4f0ceff672a63501daef71f0d55e7e3b07642c53d149cae01eac26befea7baa00f6440ff84ae145a5a327a39405853
6
+ metadata.gz: 82d14fd06a0eb6fd4d07e0e10b3b8d8e4c8c52f20f8c1d3c4915c94aab3bf7cfa381403839040e840adf6392254ea0bcb56914597fc982282eeaf940736fe6f6
7
+ data.tar.gz: 3477408477f48944c8c27c2a4e4afd1df4f7ecd574a36dff3f30c3dbd636fdce265607a917f7084eb5ffff6728c981a7e7908d2e5da95bde32d755d488f22550
@@ -24,7 +24,7 @@ class Wikinotizie
24
24
  giorno = match[2]
25
25
  with_luogo = false
26
26
  else
27
- @funzionante = false
27
+ return false
28
28
  end
29
29
  months = [["gennaio", "Jan"], ["febbraio", "Feb"], ["marzo", "Mar"], ["aprile", "Apr"], ["maggio", "May"], ["giugno", "Jun"], ["luglio", "Jul"], ["agosto", "Aug"], ["settembre", "Sep"], ["ottobre", "Oct"], ["novembre", "Nov"], ["dicembre", "Dec"]]
30
30
  months.each do |italian_month, english_month|
@@ -32,11 +32,7 @@ class Wikinotizie
32
32
  @rubydate = DateTime.parse(data.gsub(/#{italian_month}/, english_month))
33
33
  end
34
34
  end
35
- unless @funzionante == false
36
- return [content, match, data, giorno, @rubydate, with_luogo] if with_luogo == false
37
- return [content, match, data, giorno, @rubydate, with_luogo, luogo] if with_luogo == true
38
- else
39
- return false
40
- end
35
+ return [content, match, data, giorno, @rubydate, with_luogo] if with_luogo == false
36
+ return [content, match, data, giorno, @rubydate, with_luogo, luogo] if with_luogo == true
41
37
  end
42
38
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikinotizie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ferdinando Traversa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-08 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: date