mumukit-inspection 3.5.0 → 3.6.0
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 +1 -0
- data/lib/locales/es.yml +1 -0
- data/lib/locales/pt.yml +1 -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: 90636395a4374f297b3d6a07320b097d20962fe29ec5734bd1fde50a32915acf
|
4
|
+
data.tar.gz: 64069bd7121651915eb9e6a6615b2b87c1c1c50f7e09b2494c912179a854709b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32b7986a1564aa2b63a4d312b49df334b73c2ce3ebf380fc66e4f3c10496e9dc06ee0a2c76ab2dbf340f4b7da3ddd85fd2434e2611705204fabe55d544b861cf
|
7
|
+
data.tar.gz: 01d6fa225aaeb4f54fedb2661b5db50b7a24e4de5689dd27987a2dcb6a3bd7e026cf6d6e9f6b6f27f55905d44e437d04a1d0154bbd6d754e9c451ebdf4e80af4
|
data/lib/locales/en.yml
CHANGED
@@ -152,6 +152,7 @@ en:
|
|
152
152
|
expectation_UsesGuards: '%{binding} %{must} use guards'
|
153
153
|
expectation_UsesIf: '%{binding} %{must} use <i>%{keyword_if}</i>'
|
154
154
|
expectation_UsesLambda: '%{binding} %{must} use lambda expressions'
|
155
|
+
expectation_UsesLoop: '%{binding} %{must} use a loop'
|
155
156
|
expectation_UsesNot: '%{binding} %{must} use not'
|
156
157
|
expectation_UsesObjectComposition: '%{binding} %{must} use composition'
|
157
158
|
expectation_UsesPatternMatching: '%{binding} %{must} use pattern matching'
|
data/lib/locales/es.yml
CHANGED
@@ -169,6 +169,7 @@ es:
|
|
169
169
|
expectation_UsesIf: '%{binding} %{must} usar <i>%{keyword_if}</i>'
|
170
170
|
expectation_UsesInheritance: '%{binding} %{must} usar herencia'
|
171
171
|
expectation_UsesLambda: '%{binding} %{must} emplear expresiones lambda'
|
172
|
+
expectation_UsesLoop: '%{binding} %{must} usar un bucle'
|
172
173
|
expectation_UsesMixins: '%{binding} %{must} usar mixins'
|
173
174
|
expectation_UsesNot: '%{binding} %{must} utilizar <i>%{keyword_not}</i>'
|
174
175
|
expectation_UsesObjectComposition: '%{binding} %{must} usar composición'
|
data/lib/locales/pt.yml
CHANGED
@@ -170,6 +170,7 @@ pt:
|
|
170
170
|
expectation_UsesIf: '%{binding} %{must} usar <i>%{keyword_if}</i>'
|
171
171
|
expectation_UsesInheritance: '%{binding} %{must} usar herança'
|
172
172
|
expectation_UsesLambda: '%{binding} %{must} usar expressões lambda'
|
173
|
+
expectation_UsesLoop: '%{binding} %{must} usar um loop'
|
173
174
|
expectation_UsesMixins: '%{binding} %{must} usar mixins'
|
174
175
|
expectation_UsesNot: '%{binding} %{must} usar <i>%{keyword_not}</i>'
|
175
176
|
expectation_UsesObjectComposition: '%{binding} %{must} usar composição'
|
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.
|
4
|
+
version: 3.6.0
|
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-
|
11
|
+
date: 2018-12-03 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.8
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Minimal library for parsing Mumuki inspection language
|