kafo 0.3.15 → 0.3.16

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of kafo might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5f3b53d3acb1f569726344a3938dc206cf8d932
4
- data.tar.gz: 55d2bdbec9b251ad8b2627a62dde8daebf994215
3
+ metadata.gz: 03c36bfb4348602957dcfdff37b490fa9b3155be
4
+ data.tar.gz: 7c5199e8fc59fec355df391f66822c179ab0cbd2
5
5
  SHA512:
6
- metadata.gz: 8eb5532dc9274eb7f59040a4dbb6cb66874cc68d1b234d00549eec93637c3ca904e42322894b51606c3ae9e701a79820234eb15340c23200e4c5c01deffe12b7
7
- data.tar.gz: 89e24a276af409448af18d3c29515263f654567299d9b01186973d7c83beb146b4b38aaac10fec08bb6d0958aa412f2c0e33303d02175c16966ab67a1c72bbdc
6
+ metadata.gz: 72409d27691da2d30e6203e7414a820ac53d4a5595d5017c337460c82332ec50a5e6f71b90508e00286bc360534207c38dc3995ac64b997a19b8f90a77858f9c
7
+ data.tar.gz: ecbbe03cad1f876825ba53a5500ebf08fb26b5488e3c9d534cfd84bf8039663e06cc9802b1a85da5e44d4d8bd26e5758bbf9254e1766cff64b69a77faf50c246
@@ -38,11 +38,7 @@ module Kafo
38
38
  ast_type = ast_objects.last
39
39
  @object = ast_type if ast_type.file == file
40
40
  end
41
- # Find object in list of definitions
42
- parser.environment.known_resource_types.definitions.each do |ast_objects|
43
- ast_type = ast_objects.last
44
- @object = ast_type.last if ast_type.last.file == file
45
- end
41
+
46
42
  parser
47
43
  end
48
44
 
data/lib/kafo/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Kafo
3
- VERSION = "0.3.15"
3
+ VERSION = "0.3.16"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kafo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Hulan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-18 00:00:00.000000000 Z
11
+ date: 2014-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler