rgviz 0.11 → 0.12

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.
Files changed (2) hide show
  1. data/lib/rgviz/nodes.rb +4 -4
  2. metadata +3 -3
data/lib/rgviz/nodes.rb CHANGED
@@ -360,18 +360,18 @@ module Rgviz
360
360
  DateDiff = Token::DateDiff
361
361
  Day = Token::Day
362
362
  DayOfWeek = Token::DayOfWeek
363
- Difference = :difference
363
+ Difference = Token::MINUS
364
364
  Hour = Token::Hour
365
365
  Lower = Token::Lower
366
366
  Millisecond = Token::Millisecond
367
367
  Minute = Token::Minute
368
368
  Month = Token::Month
369
369
  Now = Token::Now
370
- Product = :product
370
+ Product = Token::STAR
371
371
  Quarter = Token::Quarter
372
- Quotient = :quotient
372
+ Quotient = Token::SLASH
373
373
  Second = Token::Second
374
- Sum = :sum
374
+ Sum = Token::PLUS
375
375
  ToDate = Token::ToDate
376
376
  Upper = Token::Upper
377
377
  Year = Token::Year
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgviz
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 11
9
- version: "0.11"
8
+ - 12
9
+ version: "0.12"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ary Borenszweig