ddql 1.0.0 → 1.0.1

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.
data/lib/ddql/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DDQL
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Rogers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-05 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - jacaetevha@gmail.com
58
58
  executables: []
@@ -75,6 +75,7 @@ files:
75
75
  - ddql.gemspec
76
76
  - lib/ddql.rb
77
77
  - lib/ddql/agg_operator.rb
78
+ - lib/ddql/blank_refinements.rb
78
79
  - lib/ddql/coalesce_operator.rb
79
80
  - lib/ddql/infix_float_map_operator.rb
80
81
  - lib/ddql/infix_string_map_operator.rb
@@ -99,7 +100,7 @@ metadata:
99
100
  homepage_uri: https://github.com/iss-lab/DDQL
100
101
  source_code_uri: https://github.com/iss-lab/DDQL
101
102
  changelog_uri: https://github.com/iss-lab/DDQL/blob/master/CHANGELOG.md
102
- post_install_message:
103
+ post_install_message:
103
104
  rdoc_options: []
104
105
  require_paths:
105
106
  - lib
@@ -114,8 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  - !ruby/object:Gem::Version
115
116
  version: '0'
116
117
  requirements: []
117
- rubygems_version: 3.0.6
118
- signing_key:
118
+ rubygems_version: 3.1.4
119
+ signing_key:
119
120
  specification_version: 4
120
121
  summary: DataDesk Query Language parser for Ruby
121
122
  test_files: []