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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8d2baa0a928708c6c82a545a3f80fc50981fd23
4
- data.tar.gz: b32cc0bce8639763a04b532bfde06455c69302f1
3
+ metadata.gz: faa5c9361b807e12f7e5c3c9d49de09213934977
4
+ data.tar.gz: c24ac668997f801c79cdd68f53fe97b5628d42ee
5
5
  SHA512:
6
- metadata.gz: a787e0c9d891cbbcb66a566118194f90c20278865ba45c50506979baeb6e6da68473541d0c35c132d487b88bbe29c91fba793e8b41701e8a3084d1f12d46c5c9
7
- data.tar.gz: 08803af0c3dc11cd02ebac3c32456af1b52dd691e6156e8398b16b65fb96a1b6160e0ff95046bde73bbb7b32cc2e1c327d6d45e53520fdecc0532aefc2f87a4c
6
+ metadata.gz: 0405c68516dbf803716d8909e8c50a4e9f8567df0c6067be68f28b768143a90030aea594b5d3c66787b7d8a51f443b3a3bb4a4b3dfc15572abe115967668a185
7
+ data.tar.gz: 5b4ab185832e2acec89a4cf7b4b55062bd825ef97795454002fa32ea6d61fbec8ed1e68d663287e3d7fc3621b36555293191a5f2917ad8516090123eab881c2a
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
- ![John Tukey - Statistician and inventor of the 'bit'](John_Tukey.jpg)
1
+ # Tukey
2
2
 
3
- *John Tukey - Statistician and inventor of the 'bit'*
3
+ [![Gem Version](https://badge.fury.io/rb/tukey.svg)](https://badge.fury.io/rb/tukey)
4
4
 
5
- # Tukey
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 is 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.
7
+ ![John Tukey - Statistician and inventor of the 'bit'](John_Tukey.jpg)
8
+
9
+ *John Tukey - Statistician and inventor of the 'bit'*
8
10
 
9
11
  ## Installation
10
12
 
data/lib/tukey/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tukey
2
- VERSION = "0.9.0RC"
2
+ VERSION = "0.9.1RC"
3
3
  end
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 is 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."
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.0RC
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-20 00:00:00.000000000 Z
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 is provides DataSets which can be put in a tree. This way you can
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: