mumuki-text-runner 1.5.0 → 1.6.1
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/lib/locales/en.yml +1 -1
- data/lib/locales/pt.yml +9 -0
- data/lib/options/multiline.rb +1 -1
- data/lib/version_hook.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dbe19c7c4e7bbe0d6e304ea87a0aecf337720d68639ab87763fe79eb5e91928
|
4
|
+
data.tar.gz: ff490d42241360115e086adfb86978f38023a7f0b3d5f6b394b18d7be259ae97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b6b672545868f6aec4d9d0eb8a304e108b44b9b3157611fbab10e5718a12382e70cc51572e846827a3713c0bc64aa6c28d38108f557e3eefb053931f12585a1
|
7
|
+
data.tar.gz: 228613cf86c35b94da9a5ee6b8d1a54398c83ed81fd6519a30a1aad37ae06ce2602f3a1b115ce97bbb77da5f4740f4bab23fcaf39885be976743d9f4447faefe
|
data/lib/locales/en.yml
CHANGED
@@ -4,6 +4,6 @@ en:
|
|
4
4
|
contain:
|
5
5
|
failure: '**%{actual}** does not contain the right value.'
|
6
6
|
expression:
|
7
|
-
|
7
|
+
failure: '**%{actual}** does not match the expected expression.'
|
8
8
|
valid_ip:
|
9
9
|
failure: '**%{actual}** is not a valid IP address.'
|
data/lib/locales/pt.yml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
pt:
|
2
|
+
equality:
|
3
|
+
failure: '**%{actual}** não é o valor correto.'
|
4
|
+
contain:
|
5
|
+
failure: '**%{actual}** não contém o valor correto.'
|
6
|
+
expression:
|
7
|
+
failure: '**%{actual}** não corresponde à expressão correta.'
|
8
|
+
valid_ip:
|
9
|
+
failure: '**%{actual}** não é um endereço IP válido.'
|
data/lib/options/multiline.rb
CHANGED
data/lib/version_hook.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mumuki-text-runner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Franco Leonardo Bulgarelli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mumukit
|
@@ -123,6 +123,7 @@ files:
|
|
123
123
|
- lib/comparators/valid_ip_comparator.rb
|
124
124
|
- lib/locales/en.yml
|
125
125
|
- lib/locales/es.yml
|
126
|
+
- lib/locales/pt.yml
|
126
127
|
- lib/metadata_hook.rb
|
127
128
|
- lib/options/ignore_case.rb
|
128
129
|
- lib/options/ignore_whitespace.rb
|