to_histogram 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4478baf8c93b742601adc04a6c7828a3abba17c
4
- data.tar.gz: 2664f02f676edc3069ff6366595971537cf6d8c9
3
+ metadata.gz: a497ddca60be2c0142f10ab562d09e0eb1ff402e
4
+ data.tar.gz: 7b9f1c0d564baecb56efb0fd8b5da7285978ee12
5
5
  SHA512:
6
- metadata.gz: 3bd0b390d987fd206f9e3f064f85e575404c40dc5934b73ca34a62350c9be406b25eef9da3926dab9d0ab72130d5ea572ac06d9454b7c4241ace97e6ff98f3b5
7
- data.tar.gz: aa761627dba1416ad3f9d891ddd2daa9d7b9aae0de28bd72b837dd308b83a4d489a0c869148dbf84966a215e3faf9be0d702b44cd52a4dc2fa7606ca938f2fe0
6
+ metadata.gz: c97bad0682ad8cf60b4929194fd6b055ee6c7df5a5f4ceff6df4fba9c5851d97ef4f57e3ed1028742712f9779371731605d95e81b154c7842a268b78b6ee0c9e
7
+ data.tar.gz: f1079ff1691fceb3a050b1eb467118aa403c534e8b99b99cc3c5c3622efe1d299e121ec8bc93cc78dc23a13ba720968275b6650797158aa62ee451b5ac3901c3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_histogram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Sykes
@@ -10,8 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-11-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Creates a simple histogram output on the command line. Usefull in IRB
14
- sessions and command line programs
13
+ description: 'Adds #to_histogram to Array. Returns a histogram distribution object
14
+ from an Array and optionally prints detailed info to stdout.'
15
15
  email: brettcsykes@gmail.com
16
16
  executables: []
17
17
  extensions: []