activefacts-cql 1.9.5 → 1.9.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/activefacts/cql/compiler.rb +2 -2
- data/lib/activefacts/cql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd022cd38f05ea499b7713c4d5e01b28e101a445
|
4
|
+
data.tar.gz: 61009d0a5dba377aad97b7f1af587f52b8b85a89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c602d72038965d2bc49812291bdca817b7eee6d609c61c0cb0db9ae5a4a96eef14f5fb45b2104cb0af4e8fe5bcd44ddef088140279bf9cc5cd8720a199971c46
|
7
|
+
data.tar.gz: 69fb6ce9c7f77a558cf07f6c54fe453d5f27333330d39a889c525eca9bce3604064622073f0564733bd008fa90b366a2af146e1dc8833de6ffbc094a2353c3c9
|
@@ -48,12 +48,12 @@ module ActiveFacts
|
|
48
48
|
@pending_import_topic = nil
|
49
49
|
@pending_import_role = ''
|
50
50
|
@pending_import_file_name = ''
|
51
|
-
trace :file, "Parsing '#{@
|
51
|
+
trace :file, "Parsing '#{@filepath}'"
|
52
52
|
end
|
53
53
|
|
54
54
|
def compile_file filepath
|
55
55
|
old_filepath = @filepath
|
56
|
-
@filepath =
|
56
|
+
@filepath = filepath
|
57
57
|
File.open(filepath) do |f|
|
58
58
|
compile(f.read)
|
59
59
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activefacts-cql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clifford Heath
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
requirements: []
|
166
166
|
rubyforge_project:
|
167
|
-
rubygems_version: 2.
|
167
|
+
rubygems_version: 2.6.13
|
168
168
|
signing_key:
|
169
169
|
specification_version: 4
|
170
170
|
summary: Compiler for the Constellation Query Language
|