tableautools 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -4
  3. data/lib/tableautools.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04033b7908cc6789be284e509567f5dc2ae8c7ab
4
- data.tar.gz: cde3dcebe4f03405bd0a8f4156ff7c7eccf7ff3b
3
+ metadata.gz: '0469d64cb80abdbb92af2202787f539e0ceb58ed'
4
+ data.tar.gz: 5d62ca3e200896bc83a7b1c5a3dc6befc54021b0
5
5
  SHA512:
6
- metadata.gz: a48e29649935a371d7610a96ea5f5e334ab52db8a346aee8703f92625585da9f2e1886551198e8d0a90bac97715d38ddd866588c2b4f6cc8b77ff335fab95c2b
7
- data.tar.gz: 10991905229bfbcd217a5d082ae429bbdcc376284acb70ffe54ad97f0914ec39d0afcaa8cfaca18425ccb75435e2b18a91024dff4dce8874db711f0f63bcc1f3
6
+ metadata.gz: 1ad9d82c9dd826cb946bb2b57dc8af74ae21fb314541c27df82f68ea6654dea7a4235f07ec2e1c7dd652f749c38ba1750d4b4e148ad655a95a5b6c404ee5d75d
7
+ data.tar.gz: 84ee6a4d8f19486bef7e671d8c5b1379b26b7a840f40c433120071d8db4692eddc2514a8b321cecc3a342e855d9a9a5fa56ccb9d88e526c9e53ab64b6957ad9b
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
- # TWB - The Tableau Tools Ruby gem.
1
+ # Tableau Tools
2
2
 
3
- This gem provides a collection of classes to manage Tableau workbooks and their major components.
4
- It's the result of years of writing similar code.
3
+ This gem provides a collection of classes useful for analyzing and manage Tableau workbooks and their major components, along with some utility classes.
5
4
 
6
5
  ## Philosophy
7
6
 
@@ -13,9 +12,17 @@ Tableau Workbook governance should be:
13
12
  Tableau Tools are designed in the model of mini-tools, small independent tools that are individually useful and can be
14
13
  used together to accomplish broader tasks.
15
14
 
16
- The gem is released to the Tableau community in the hope that it will prove to be useful and valuable,
15
+ The gem is released to the Tableau community, and to data analysts at large, in the hope that it will prove to be useful and valuable,
17
16
  that people will build useful things with it, and that they will offer improvements and extensions to it.
18
17
 
18
+ ## TWB - the Tableau Workbook gem
19
+
20
+ Much of the functionality of Tableau Tools is provided by the classes in TWB that actually interact with Tableau workbooks and other files (e.g. TDS).
21
+
22
+ Tableau Tools' classes are designed to for usability, shielding the TWB classes' technical nature.
23
+
24
+ In effect, TWB classes know how to access Workbooks, Tableau Tools classes know how to do something useful with the TWB classes.
25
+
19
26
  ## History and rationale
20
27
 
21
28
  A number of Ruby scripts that parse Workbooks and emit a variety of their contents/properties have been published at Tableau Friction, including a couple that identify Calculated fields and the fields they reference:
@@ -18,5 +18,5 @@ require_relative 'tableautools/utilities/anonymizer'
18
18
  # Represents Tableau Workbooks and their contents.
19
19
  #
20
20
  module TableauTools
21
- VERSION = '1.0.0'
21
+ VERSION = '1.0.1'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tableautools
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
  - Chris Gerrard