italian-ruby 0.4.5 → 0.5.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 065f3df3b73253d8ba3da7662f2f2918e8d002f39b4fd21dcf9780bd29d3f126
|
|
4
|
+
data.tar.gz: 473523fb88c3981a5102c200e45e7421939dd05ee3e9eec6236c0ced4e11a623
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 554545aaaaf94a1cb4e3a7862ef9b747e3b5a9ddc33c6add5046c1e83e4c15a86c9fa288d534583854a523298708421c71c4d2d54482db2b95acfec8d1d1da2f
|
|
7
|
+
data.tar.gz: a26dba0fb30dcbdd4aa8728e7b0e401743bbcaa89544d663f731a3cbd0f581600d3dfeae7cfec1c81f98665b87b4741595d9f5264b071de6334524d019972c02
|
|
@@ -124,7 +124,11 @@ end
|
|
|
124
124
|
|
|
125
125
|
RSpec.configure do |config|
|
|
126
126
|
RSpec::Matchers.alias_matcher :sia, :be
|
|
127
|
+
RSpec::Matchers.alias_matcher :siano, :be
|
|
128
|
+
RSpec::Matchers.alias_matcher :tutti, :all
|
|
129
|
+
RSpec::Matchers.alias_matcher :tutte, :all
|
|
127
130
|
RSpec::Matchers.alias_matcher :equivalga_a, :eq
|
|
131
|
+
RSpec::Matchers.alias_matcher :equivalgano_a, :eq
|
|
128
132
|
RSpec::Matchers.alias_matcher :alzi_errore, :raise_error
|
|
129
133
|
RSpec::Matchers.alias_matcher :riceva, :receive
|
|
130
134
|
RSpec::Matchers.alias_matcher :abbia_ricevuto, :have_received
|
data/lib/italian/ruby/version.rb
CHANGED