italian-ruby 0.9.17 → 0.9.18

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: f1f93385bc1c2fa1b84a89c45063741188388da0b507db88ec50f3aa11bfec2e
4
- data.tar.gz: a8860c1929492cac39f03009ceab718ca914d3b7336d737ed3b01684bea0b537
3
+ metadata.gz: f5a8e6a9a192784170cfe0f899e319332e32c2fedf826bda0f08e97f29e07b96
4
+ data.tar.gz: 6273dbbd81c0198f0aab7bb0e16185d9187f82c533dfa65b0ddf61fcb0043f22
5
5
  SHA512:
6
- metadata.gz: b2d839954feae1f18127881f8a61764bf7c78d066c07bc82ed8327c090cff2e870a988072c38af6cd2df424986dae1f64cc014ea6b70975e438074e6e7891c3f
7
- data.tar.gz: 53689fe401b1c1268078bd748f3476b0e985b7d24f9ff49fa622e8755abc04d21b5b506fb0c25f41b251883b1a82a0be0f569170d0edc5f120d5ec3f6a8a2d50
6
+ metadata.gz: 92a111116bbb0a399c7422572d745f49ff8c88fd185f985e9d4b8a34e8c449dee46be9607f434404852b89cac64bc835d1e208487cce472cbd7e02fea79bea3e
7
+ data.tar.gz: b000c606201e30e017b51508f1fb92f589173a4e104befde874e1ea9547c36761cf2dc9c78f3c9fcbac373e05a95420327bd07925274f93fd80113c76ce11282
@@ -1,3 +1,5 @@
1
+ require "date"
2
+
1
3
  ##
2
4
  # Core Ext - StandardError
3
5
  #
@@ -10,3 +12,5 @@ end
10
12
 
11
13
  Errore = StandardError
12
14
  MetodoInesistente = NoMethodError
15
+ ChiaveNonTrovata = KeyError
16
+ DataNonValida = Date::Error
@@ -27,6 +27,7 @@ class String
27
27
  alias :giustifica_a_sinistra :ljust
28
28
  alias :giustifica_a_destra :rjust
29
29
  alias :rimpiazza :gsub
30
+ alias :rimpiazza! :gsub!
30
31
  alias :spoglia :strip
31
32
  alias :conteggio :count
32
33
  alias :conteggia :count
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.9.17"
3
+ VERSION = "0.9.18"
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.17
4
+ version: 0.9.18
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-10-06 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler