tukey 0.9.0RC → 0.9.1RC
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.
- checksums.yaml +4 -4
- data/README.md +6 -4
- data/lib/tukey/version.rb +1 -1
- data/tukey.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faa5c9361b807e12f7e5c3c9d49de09213934977
|
|
4
|
+
data.tar.gz: c24ac668997f801c79cdd68f53fe97b5628d42ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0405c68516dbf803716d8909e8c50a4e9f8567df0c6067be68f28b768143a90030aea594b5d3c66787b7d8a51f443b3a3bb4a4b3dfc15572abe115967668a185
|
|
7
|
+
data.tar.gz: 5b4ab185832e2acec89a4cf7b4b55062bd825ef97795454002fa32ea6d61fbec8ed1e68d663287e3d7fc3621b36555293191a5f2917ad8516090123eab881c2a
|
data/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
# Tukey
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://badge.fury.io/rb/tukey)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Tukey provides DataSets which can be put in a tree. This way you can store partial results of calculations or other data and, for example, create charts, tables or other presentations.
|
|
6
6
|
|
|
7
|
-
Tukey
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
*John Tukey - Statistician and inventor of the 'bit'*
|
|
8
10
|
|
|
9
11
|
## Installation
|
|
10
12
|
|
data/lib/tukey/version.rb
CHANGED
data/tukey.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["tukey@abuisman.nl"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "DataSets for putting data in a tree of sets"
|
|
13
|
-
spec.description = "Tukey
|
|
13
|
+
spec.description = "Tukey provides DataSets which can be put in a tree. This way you can store partial results of calculations or other data and, for example, create charts, tables or other presentations."
|
|
14
14
|
spec.homepage = "https://github.com/abuisman/tukey"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tukey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1RC
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Achilleas Buisman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-22 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: Tukey
|
|
55
|
+
description: Tukey provides DataSets which can be put in a tree. This way you can
|
|
56
56
|
store partial results of calculations or other data and, for example, create charts,
|
|
57
57
|
tables or other presentations.
|
|
58
58
|
email:
|