mumukit-inspection 3.2.1 → 3.2.2

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: 9ee8d4c30abc50b2c13ef8279e3a56ed9f2b3e5815d7a845ec93ae4f648dc42c
4
- data.tar.gz: 434dbfbc16023c026842ce1ff4ae74c4b756cf03eaab9ce17e5a130ede7069dd
3
+ metadata.gz: 7c005d5902532da87f612d5903ece6b7c98bc7a5f2fdcc7f76b281cfd6e3d1e4
4
+ data.tar.gz: 0c68ea92915d099b433311e0d11ac4844e31a12161cf254d724935190d11c661
5
5
  SHA512:
6
- metadata.gz: ce148da5fd3d82b488ab48b085d1e282992bd4f863a5f40fe7c496a851ddc89374d1f71d786ac0d234fc6ee12a924c03dad5e403b1dcaf131d24c80bc2780d6d
7
- data.tar.gz: 18516038188a8f2eb87a0f1dd0a8da3acac6777735f3e0ff6046a037e153c95667daf8b3cf990d44447b4a471b82b7c851c5fb40f81b9f3834b28bcd793ea3d5
6
+ metadata.gz: 3f99058bb1ac09069318fa6df9d837c976ed892ec932155a238b5a8a006991049e7707f0c1d7aab9078ed68da1abdf58f4d405821a61cbe651a2b990757d89e6
7
+ data.tar.gz: 316e9fc94470f3acdda0f723ae0b40435713814bcc461218cd96b8d0b80d6db31ba24b0de6ae2af9723389606e168b0f2de35301879dbf0eff42a1fd30e2eca4
@@ -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}'
@@ -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}'
@@ -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}'
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  class Inspection
3
- VERSION = '3.2.1'
3
+ VERSION = '3.2.2'
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.2.1
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-03 00:00:00.000000000 Z
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.6
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