mini_histogram 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dc9a1c55d5d10c4c56a27b12ce42b3fdc5d2853997152e79850c081a0e2d07f
4
- data.tar.gz: 5d5ef7440f2148b3154df577e7997195ff48a0be0d8194a0771517d3fd3e33a7
3
+ metadata.gz: 651709682dbc05f4ee599aa13a501b9bcf709a8723b1e29ba9294e38a3cce633
4
+ data.tar.gz: '048c5458f10507a2f97bca1b77e7d012b7eab6a005311c1dde5529faca5235fc'
5
5
  SHA512:
6
- metadata.gz: 306b0ca28c902e98ac3edcdbb829e9287615b8f4be470132c48c8bb8b76481f3fd0470b29ef402c4c68f5d65af45c59632e1405e9f29fb355f785b32c7064a04
7
- data.tar.gz: 1b088faab263d9efc61d0b61247a24b2a78ced9748960e8bf7b2e70f33c4a19a0334975ef5c5cdda8872e022d2055c1006c001b2ce72819144eea8f99ca464f7
6
+ metadata.gz: 6081830e795b90b3a535f5b67078dd7c6ad73a5a6e48d8f9fa2fa69c98f989570bb5734fd1d2184cb4c691182cb172769f1aaae264393ff219d4d037c07bccfc
7
+ data.tar.gz: 3abae7377cef46fbc1b9b8a5edc63620116d1cfbd6ac96d917e1af42ff65b27bcea1bc1dc7dc5a07c647095d65388a1b2b7263099b6616a9010357d1300c9fc7
@@ -1,5 +1,9 @@
1
1
  ## HEAD
2
2
 
3
+ ## 0.2.2
4
+
5
+ - Frozen string optimization in histogram/plot.rb (https://github.com/zombocom/mini_histogram/pull/5)
6
+
3
7
  ## 0.2.1
4
8
 
5
9
  - Added missing constant needed for plotting support (https://github.com/zombocom/mini_histogram/pull/4)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # Plots the histogram in unicode characters
2
4
  #
3
5
  # Thanks to https://github.com/red-data-tools/unicode_plot.rb
@@ -1,3 +1,3 @@
1
1
  class MiniHistogram
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_histogram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - schneems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: m