italian-ruby 0.9.10 → 0.9.11

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: 41f0ade9296cc7d8b11a9414978ce556ea9da81126cd6ebdd5fb6134c98ad9a1
4
- data.tar.gz: e61d640f05ed87ed473cc33f674e63dc6c1a94b4a4034523111aa03d36aa26f3
3
+ metadata.gz: 8e40157466748c8b10b1d9200ccb9ce71189945dbc586e0b30b6d2fe93432b9a
4
+ data.tar.gz: e353bcb48eeff33625078010aa1a84c4b56b5dc0cbde715d39e4a76556b2416c
5
5
  SHA512:
6
- metadata.gz: 2898ab0c3902662018515f1058ff98cb0c5f1e8a905c72dcbbcae2e2417a6ee29e3e1e6884258551a7592233b1407e4f73840daaac1ebab0822527783d95d507
7
- data.tar.gz: 0aced6ffcba2e42e099798485ffc0205590fe8cae03cb421b726e3cc3445a4f37c9843e99297429ff57a3b3b6c6c50db6efd2276379492c35f9901fa72e1ecbf
6
+ metadata.gz: f80592c447639aa7a28ef678209b6ac0bf422e55b3f1eda1eabec059f82f6c28dea8b311fe88cc557ddebae54772dc12f1cd0c88cc0f593ed38b7db80c8fdf6b
7
+ data.tar.gz: 28a3b7d02b3fc7f9395f9f826508815dc27ae3e34054c840bbe0adabe263f5d26e1d6ab2f99c049c197d2e9fc4debd269d85e0aeb37a75b9e140f2f08a8dd469
data/.gitignore CHANGED
@@ -7,5 +7,7 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
 
10
+ .italian-ruby
11
+
10
12
  # rspec failure tracking
11
13
  .rspec_status
@@ -133,6 +133,10 @@ module RSpec
133
133
  alias :volta :times
134
134
  end
135
135
  end
136
+
137
+ module ArgumentMatchers
138
+ alias :mappa_che_include :hash_including
139
+ end
136
140
  end
137
141
  end
138
142
 
@@ -151,6 +155,9 @@ RSpec.configure do |config|
151
155
  RSpec::Matchers.alias_matcher :cambi, :change
152
156
  RSpec::Matchers.alias_matcher :di, :by
153
157
  RSpec::Matchers.alias_matcher :includa, :include
158
+ RSpec::Matchers.alias_matcher :includano, :include
159
+ RSpec::Matchers.alias_matcher :corrisponda_a, :match
160
+ RSpec::Matchers.alias_matcher :corrispondano_a, :match
154
161
 
155
162
  config.alias_example_to :esso
156
163
  config.alias_example_to :essa
@@ -1,5 +1,5 @@
1
1
  module Italian
2
2
  module Ruby
3
- VERSION = "0.9.10"
3
+ VERSION = "0.9.11"
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.10
4
+ version: 0.9.11
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-08-20 00:00:00.000000000 Z
11
+ date: 2020-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler