a_la_chart 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,3 +21,7 @@ default: 3.0
21
21
  data: 'pie.xml.builder'
22
22
  chart_type: Pie2D
23
23
  inline: 'inline.html.erb'
24
+ stacked_column:
25
+ data: 'stacked_column.xml.builder'
26
+ chart_type: StackedColumn2D
27
+ inline: 'inline.html.erb'
data/lib/a_la_chart.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module ALaChart
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
4
4
 
5
5
  require File.join(File.dirname(__FILE__), 'a_la_chart', 'a_la_chart')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a_la_chart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Redmond