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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e56b6c27a2ac034eeed67b34f548a465278aaae2488db0e8e14d284758887b0
4
- data.tar.gz: abe8634737a709b436772fca52bbbe851b59fa7d647b268890df52362ba68bf6
3
+ metadata.gz: 90636395a4374f297b3d6a07320b097d20962fe29ec5734bd1fde50a32915acf
4
+ data.tar.gz: 64069bd7121651915eb9e6a6615b2b87c1c1c50f7e09b2494c912179a854709b
5
5
  SHA512:
6
- metadata.gz: 6bfbffbd0b33d999d4e5b47dff9398f7fcae7437f7742f1d9eed4f2cc73d63a9ec2dbf89cc2a5eb77a40cc341b018d2b11a0f65b7681575981191db5a6dea330
7
- data.tar.gz: b516dfd118e8e1a336e5b3825de37b72f210f0848d397fa5eb40288e1e1c04f4fbe02f58945dcfd86f2e5034e1b9b4eb3a8d17e611a42096f0f0a38b52d793f3
6
+ metadata.gz: 32b7986a1564aa2b63a4d312b49df334b73c2ce3ebf380fc66e4f3c10496e9dc06ee0a2c76ab2dbf340f4b7da3ddd85fd2434e2611705204fabe55d544b861cf
7
+ data.tar.gz: 01d6fa225aaeb4f54fedb2661b5db50b7a24e4de5689dd27987a2dcb6a3bd7e026cf6d6e9f6b6f27f55905d44e437d04a1d0154bbd6d754e9c451ebdf4e80af4
@@ -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'
@@ -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'
@@ -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'
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  class Inspection
3
- VERSION = '3.5.0'
3
+ VERSION = '3.6.0'
4
4
  end
5
5
  end
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.5.0
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-09-21 00:00:00.000000000 Z
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.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