tableautools 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tableautools.rb +1 -1
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0469d64cb80abdbb92af2202787f539e0ceb58ed'
4
- data.tar.gz: 5d62ca3e200896bc83a7b1c5a3dc6befc54021b0
3
+ metadata.gz: '09f23ec690afafa7e2a2013dd1b17173fc407a6b'
4
+ data.tar.gz: 371b33ff070fdd33c9025a8d9cc5d18128396df0
5
5
  SHA512:
6
- metadata.gz: 1ad9d82c9dd826cb946bb2b57dc8af74ae21fb314541c27df82f68ea6654dea7a4235f07ec2e1c7dd652f749c38ba1750d4b4e148ad655a95a5b6c404ee5d75d
7
- data.tar.gz: 84ee6a4d8f19486bef7e671d8c5b1379b26b7a840f40c433120071d8db4692eddc2514a8b321cecc3a342e855d9a9a5fa56ccb9d88e526c9e53ab64b6957ad9b
6
+ metadata.gz: f1b7fde4ffa0e4e303cd2ea3565a241f49eb47dbc5c387fdc68f65748f828438a53382bb64d3bc8b300aeb93a4b630fd0bc03261042ceadea29d426e16ef96cd
7
+ data.tar.gz: d06024fb7f4b5c30d1b9232d1ad186d4a4d3a44e75e5a998234abe6ee8568340702c47a6701c81a4c9b4a56383debfc1c8aa7eee7f2ab8111e9e8c8b466a218f
@@ -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.1'
21
+ VERSION = '1.0.2'
22
22
  end
metadata CHANGED
@@ -1,18 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tableautools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-02-01 00:00:00.000000000 Z
11
+ date: 2018-02-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A collection of Ruby classes designed for accessing and recording information
14
- about, producing documentation about, and for manipulating Tableau Workbooks and
15
- their contents.
13
+ description: A collection of Ruby classes for producing data and documentation about,
14
+ and for manipulating, Tableau Workbooks and their contents.
16
15
  email: Chris@Gerrard.net
17
16
  executables: []
18
17
  extensions: []