twb 3.9.7 → 4.3.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.7
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Gerrard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-05 00:00:00.000000000 Z
11
+ date: 2018-12-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A sollection of Ruby classes designed for accessing and recording information
14
14
  about, and for manipulating, Tableau Workbooks and their contents.
@@ -27,6 +27,9 @@ files:
27
27
  - lib/twb/analysis/CalculatedFields/groupfieldsanalyzer.rb
28
28
  - lib/twb/analysis/DataSources/DataSourceFieldsCSVEmitter.rb
29
29
  - lib/twb/analysis/DataSources/DataSourceTableFieldsCSVEmitter.rb
30
+ - lib/twb/analysis/DataSources/categoricalColorCodingAnalyzer.rb
31
+ - lib/twb/analysis/DataSources/dataSourceOriginsAnalyzer.rb
32
+ - lib/twb/analysis/DataSources/dataSourcesLocationsAnalyzer.rb
30
33
  - lib/twb/analysis/DataSources/googlesheetdatasourcesanalyzer.rb
31
34
  - lib/twb/analysis/DataSources/parametersanalyzer.rb
32
35
  - lib/twb/analysis/DocumentedFieldsCSVEmitter.rb
@@ -37,6 +40,7 @@ files:
37
40
  - lib/twb/analysis/Sheets/sheetfieldsanalyzer.rb
38
41
  - lib/twb/analysis/Sheets/sheetfiltersanalyzer.rb
39
42
  - lib/twb/analysis/Sheets/sheetfiltersanalyzerA.rb
43
+ - lib/twb/analysis/Sheets/sheetsourcesanalyzer.rb
40
44
  - lib/twb/calculatedfield.rb
41
45
  - lib/twb/codedfield.rb
42
46
  - lib/twb/columnfield.rb