activefacts-cql 1.9.5 → 1.9.6

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
  SHA1:
3
- metadata.gz: fb78b1a9728532c3b2f9c6e38a49b8497015c4d2
4
- data.tar.gz: 2083a242e7d9854c22447cf50ea75d48082ea2f7
3
+ metadata.gz: bd022cd38f05ea499b7713c4d5e01b28e101a445
4
+ data.tar.gz: 61009d0a5dba377aad97b7f1af587f52b8b85a89
5
5
  SHA512:
6
- metadata.gz: b3365658571215c984656f27291f224a4265207ffd1ba761c655798c2da5ca97be49b950883461e304700d56fd89b8165a71c24dc54a0957782e062124bdacc9
7
- data.tar.gz: 0a8982fbcf5c4f12089cb5d5a8902eefb24057e237fcb548702a0b55a2b356451d873c556e2f8ff0f636535a242d0ae0426bc5d3831d47febef14952c6f0d152
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 '#{@filename}'"
51
+ trace :file, "Parsing '#{@filepath}'"
52
52
  end
53
53
 
54
54
  def compile_file filepath
55
55
  old_filepath = @filepath
56
- @filepath = filename
56
+ @filepath = filepath
57
57
  File.open(filepath) do |f|
58
58
  compile(f.read)
59
59
  end
@@ -1,5 +1,5 @@
1
1
  module ActiveFacts
2
2
  module CQL
3
- VERSION = "1.9.5"
3
+ VERSION = "1.9.6"
4
4
  end
5
5
  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.5
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.4.5
167
+ rubygems_version: 2.6.13
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Compiler for the Constellation Query Language