We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f6170a + 56349cf commit 5cefa26Copy full SHA for 5cefa26
2 files changed
test/test-histogram.rb
@@ -108,5 +108,11 @@ def setup
108
assert_equal(fixture_path("histogram/parameters2.txt").read,
109
output)
110
end
111
+
112
+ test("issue #24") do
113
+ assert_nothing_raised do
114
+ UnicodePlot.histogram([1, 2])
115
+ end
116
117
118
unicode_plot.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
spec.executables = spec.files.grep(%r{^exe/}) {|f| File.basename(f) }
30
spec.require_paths = ["lib"]
31
32
- spec.add_runtime_dependency "enumerable-statistics", ">= 2.0.0.pre"
+ spec.add_runtime_dependency "enumerable-statistics", ">= 2.0.1"
33
34
spec.add_development_dependency "bundler", ">= 1.17"
35
spec.add_development_dependency "rake"
0 commit comments