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 +4 -4
- data/.gitignore +2 -0
- data/lib/italian/ruby/core_ext/gems/rspec.rb +7 -0
- data/lib/italian/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e40157466748c8b10b1d9200ccb9ce71189945dbc586e0b30b6d2fe93432b9a
|
4
|
+
data.tar.gz: e353bcb48eeff33625078010aa1a84c4b56b5dc0cbde715d39e4a76556b2416c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f80592c447639aa7a28ef678209b6ac0bf422e55b3f1eda1eabec059f82f6c28dea8b311fe88cc557ddebae54772dc12f1cd0c88cc0f593ed38b7db80c8fdf6b
|
7
|
+
data.tar.gz: 28a3b7d02b3fc7f9395f9f826508815dc27ae3e34054c840bbe0adabe263f5d26e1d6ab2f99c049c197d2e9fc4debd269d85e0aeb37a75b9e140f2f08a8dd469
|
data/.gitignore
CHANGED
@@ -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
|
data/lib/italian/ruby/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2020-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|