plot_simple 0.0.0 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/plot_simple.rb +3 -0
  2. data/plot_simple.gemspec +1 -1
  3. metadata +1 -1
data/lib/plot_simple.rb CHANGED
@@ -18,6 +18,9 @@ module PlotSimple
18
18
  @chart.merge!(Hash[:border_color,color])
19
19
  end
20
20
 
21
+ def setLineColor(color)
22
+ @chart.merge!(Hash[:line_color,color])
23
+ end
21
24
  def setChartWidth(width)
22
25
  @chart.merge!(Hash[:chart_width,width])
23
26
  end
data/plot_simple.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{plot_simple}
3
- s.version = "0.0.0"
3
+ s.version = "0.0.2"
4
4
 
5
5
  s.required_ruby_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = %q{Travis Pessetto}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plot_simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: