mumukit-inspection 2.1.0 → 2.1.1

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
  SHA1:
3
- metadata.gz: f1e09e4d0a2a11eea0dc89aede0e014d041a683b
4
- data.tar.gz: 0a475fd225243653e5fa628282feef74646e60ad
3
+ metadata.gz: b530dcffc68ee43857cb6412d9520d27ae0f3ad5
4
+ data.tar.gz: 953e722d2598b79744c5e1c8adb2584d9f879730
5
5
  SHA512:
6
- metadata.gz: 1de055a1e527deaebdcd0e629f71a8e1db8c3a0b9a84748d5cc04de6bd0997560c1e1c9f19f30d979ab010604f2a18811844b445ad663b372cd5a717cdb14029
7
- data.tar.gz: 094bf81020295e3464dc7310c4485a3db35d5de98075d96cb049ff58a2b2fa98302ba7db539213231760507a77c59666570634203954a8066a9d4181c5677437
6
+ metadata.gz: c4ccd83eef1db014c52a53b1734cdd870f95152dab31ddc01ecbcb98158dc6ed31ed986e49d676d7357011f6226fd244bed87b49ebcd7261c8896c0706266c39
7
+ data.tar.gz: 010b8d80fccf55985f99f5f0afd33e02f3dd053c3206e627a00aa076dd4d7eddf9787067e0b9546e095ce31b997190f46b520527a00d18dfe1543876fd76147e
@@ -65,7 +65,7 @@ class Mumukit::Inspection::Expectation
65
65
  end
66
66
 
67
67
  def as_v2_use
68
- V2.new binding, new_inspection(inspection.type.gsub('Has', 'Uses'), Mumukit::Inspection::Target.anyone)
68
+ V2.new binding, new_inspection(inspection.type.gsub('Has', 'Uses'), nil)
69
69
  end
70
70
 
71
71
  def as_v2_declare(simple_type)
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  class Inspection
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
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: 2.1.0
4
+ version: 2.1.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: 2017-07-11 00:00:00.000000000 Z
11
+ date: 2017-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit-core