italian-ruby 0.3.5 → 0.4.0

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: 8d26fe0f5986a459f49d7ff93b05227bccc818b320fe861839c1280f769a0fc5
4
- data.tar.gz: e48d33d5c33ded983b766bcb6dfb418888f4cb745366259820c67691e608443c
3
+ metadata.gz: 6c9405116202f0e1e96486529296543fcca2c17ad7f93b8c22964b4429133dc1
4
+ data.tar.gz: 24f950d8201be94f51cd1b3fb8ee05fdd6e32b29417f2fe949082d6e802e089f
5
5
  SHA512:
6
- metadata.gz: 6595ec9533d12392a082d7c2d7e24dba09d90175bd362c7fafaaf2236b34c9f335343b6c65c035b6f7a93d052206bb36d0fe96bd25948fb09442e0d93bffbfa9
7
- data.tar.gz: 5ef8fa0cc4b93cca26b68278257fa79a229b4231e1ff52bb5c39019b823bc939a939ebf86fea48ac63b578457661d8601e3c009410b1e5641170f3f1254c8589
6
+ metadata.gz: 54da22407aa2e0c98c193a2b485be21115ef7ce60ee5674c4a15a86652abc9b52abeb4933759e6c9a15de1c8dbbbcab798443226f909d124e448191f81f8424a
7
+ data.tar.gz: ace4f40dc88f3cf12f9fe84a06b5d8c4101bedd598f94cbea720c39481f2d13400bad801e86ee1636e5b5d2b4822e9b4d8432f988b217de2b71c32e42f099bed
@@ -35,6 +35,14 @@ class String
35
35
  def non_include?(*args)
36
36
  !include? *args
37
37
  end
38
+
39
+ def non_inizia_con?(*args)
40
+ !inizia_con? *args
41
+ end
42
+
43
+ def non_finisce_con?(*args)
44
+ !finisce_con? *args
45
+ end
38
46
  end
39
47
 
40
48
  Stringa = String
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.3.5"
3
+ VERSION = "0.4.0"
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.3.5
4
+ version: 0.4.0
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-04-28 00:00:00.000000000 Z
11
+ date: 2020-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2ruby