mumukit-inspection 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/locales/en.yml +2 -0
- data/lib/locales/es.yml +2 -0
- data/lib/locales/pt.yml +2 -0
- data/lib/mumukit/inspection/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c005d5902532da87f612d5903ece6b7c98bc7a5f2fdcc7f76b281cfd6e3d1e4
|
4
|
+
data.tar.gz: 0c68ea92915d099b433311e0d11ac4844e31a12161cf254d724935190d11c661
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f99058bb1ac09069318fa6df9d837c976ed892ec932155a238b5a8a006991049e7707f0c1d7aab9078ed68da1abdf58f4d405821a61cbe651a2b990757d89e6
|
7
|
+
data.tar.gz: 316e9fc94470f3acdda0f723ae0b40435713814bcc461218cd96b8d0b80d6db31ba24b0de6ae2af9723389606e168b0f2de35301879dbf0eff42a1fd30e2eca4
|
data/lib/locales/en.yml
CHANGED
@@ -100,6 +100,8 @@ en:
|
|
100
100
|
expectation_must_not: must not
|
101
101
|
expectation_ReturnsNull: '%{binding} retuns null, which is a bad practice'
|
102
102
|
expectation_solution: solution
|
103
|
+
expectation_TypesAs: '%{binding} %{must} type'
|
104
|
+
expectation_TypesAs_named: '%{binding} %{must} type as %{target}'
|
103
105
|
expectation_Uses: '%{binding} %{must} delegate'
|
104
106
|
expectation_Uses_except: '%{binding} %{must} delegate to something distinct from %{target}'
|
105
107
|
expectation_Uses_like: '%{binding} %{must} delegate to something similar to %{target}'
|
data/lib/locales/es.yml
CHANGED
@@ -137,6 +137,8 @@ es:
|
|
137
137
|
expectation_Rescues_named: '%{binding} %{must} capturar %{target}'
|
138
138
|
expectation_ReturnsNull: '%{binding} retorna null, lo cual es una mala práctica'
|
139
139
|
expectation_solution: la solución
|
140
|
+
expectation_TypesAs: '%{binding} %{must} tipar'
|
141
|
+
expectation_TypesAs_named: '%{binding} %{must} ser de tipo %{target}'
|
140
142
|
expectation_Uses: '%{binding} %{must} delegar'
|
141
143
|
expectation_Uses_except: '%{binding} %{must} delegar en algo diferente a %{target}'
|
142
144
|
expectation_Uses_like: '%{binding} %{must} delegar en algo parecido a %{target}'
|
data/lib/locales/pt.yml
CHANGED
@@ -137,6 +137,8 @@ pt:
|
|
137
137
|
expectation_Rescues_named: '%{binding} %{must} capture %{target}'
|
138
138
|
expectation_ReturnsNull: '%{binding} retorna nulo, o que é uma prática ruim'
|
139
139
|
expectation_solution: 'a solução'
|
140
|
+
expectation_TypesAs: '%{binding} %{must} tem tipo'
|
141
|
+
expectation_TypesAs_named: '%{binding} %{must} é do tipo %{target}'
|
140
142
|
expectation_Uses: '%{binding} %{must} delegate'
|
141
143
|
expectation_Uses_except: '%{binding} %{must} delegar algo diferente para %{target}'
|
142
144
|
expectation_Uses_like: '%{binding} %{must} delegar algo semelhante ao %{target}'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mumukit-inspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.2
|
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: 2018-05-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mumukit-core
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.7.
|
124
|
+
rubygems_version: 2.7.7
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Minimal library for parsing Mumuki inspection language
|