gnutemplate 0.2.0.1 → 0.2.0.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: 1f7582d157b2dacffbd2e11ea5b8a6467af3b88f911119e7d0596244e47a75a7
4
- data.tar.gz: 15b96ccd899342aeac9f20dbf075ceebb56cd475a32f2753f35e10ef7cc7dc9c
3
+ metadata.gz: f08db55b18fe15eae25c87905d12bb1c1d1c9a35b1f59bca831431ef2c415b72
4
+ data.tar.gz: 8fec75c071eabf8dc6652e2e9d953ef379bf3782e20e91c97451f3753f6d04ba
5
5
  SHA512:
6
- metadata.gz: face27d0ec1b486841b3ff35ccb67ee90c3750f55ce3b8aef154521ff536c246b1d6de8279b4e7d9924fee4679c62ea5f3dd1b858ac37220d40c82457e8a1b3f
7
- data.tar.gz: 497d5aaf03598153f560037c6f6ed842a17abf41f28fb41559bdc9a56774bb4aa115d1dcb9cc56f07e05baa51b7c27854d13c268e7375363d57c7a2738e9f942
6
+ metadata.gz: cb258e5c419d47df697b56910d8f7e6b6ab965cf7df640971e358c96e9c05c27ebc27e9ea689f3f17444c2e70f5a86a7b53d0f13809019cf0baa3c611a4ab565
7
+ data.tar.gz: d79bacf208a0f08342250b9efe2770e396b5870525c787a3e6f1dfb5e49066d0d0e7ab0ee767a3c8502304d1ac2d396409f389299e54018a9688abc3151b741e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gnutemplate
4
- VERSION = "0.2.0.1"
4
+ VERSION = "0.2.0.2"
5
5
  end
data/lib/gnutemplate.rb CHANGED
@@ -214,6 +214,7 @@ module Gnutemplate
214
214
 
215
215
  end # Of if pileup..else
216
216
  end
217
+ module_function :histogram
217
218
 
218
219
  def note_histogram(data, labels: nil, pileup: true,
219
220
  xmin: nil, xmax: nil, ymin: 0, ymax: nil, bins: 10,
@@ -404,5 +405,5 @@ module Gnutemplate
404
405
 
405
406
  end # Of def function
406
407
 
407
- module_function :note_line, :draw_line, :note_box, :draw_box, :histogram, :note_histogram, :draw_histogram
408
+ module_function :note_line, :draw_line, :note_box, :draw_box, :note_histogram, :draw_histogram
408
409
  end # Of module
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnutemplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.1
4
+ version: 0.2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - showata