gchart 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.txt +4 -0
  2. data/README.txt +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ == 0.4.1 (2008-01-02)
2
+
3
+ * (bug #16756 fixed) Example in the README is incorrect
4
+
1
5
  == 0.4.0 (2007-12-28)
2
6
 
3
7
  * New committer, Abhay Kumar
data/README.txt CHANGED
@@ -16,7 +16,7 @@ There are lots of missing features. Until they're implemented, you can directly
16
16
  query parameters using the :extras key, e.g.,
17
17
 
18
18
  # provides a legend for each data set
19
- g = GChart.line(:data => [[1, 2], [3, 4]], :extras => { "chdl" => ["First", "Second"] })
19
+ g = GChart.line(:data => [[1, 2], [3, 4]], :extras => { "chdl" => "First|Second"})
20
20
 
21
21
  == SYNOPSIS
22
22
 
@@ -1,3 +1,3 @@
1
1
  module GChart
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gchart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Barnette
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2007-12-28 00:00:00 -08:00
12
+ date: 2008-01-02 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -21,7 +21,7 @@ dependencies:
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.4.0
23
23
  version:
24
- description: "== PROBLEMS/TODO * Add support fills (area or background), grid lines, shape markers, range markers * Support shorthand colors and color names * Make venn data specification friendlier There are lots of missing features. Until they're implemented, you can directly specify query parameters using the :extras key, e.g., # provides a legend for each data set g = GChart.line(:data => [[1, 2], [3, 4]], :extras => { \"chdl\" => [\"First\", \"Second\"] })"
24
+ description: "== PROBLEMS/TODO * Add support fills (area or background), grid lines, shape markers, range markers * Support shorthand colors and color names * Make venn data specification friendlier There are lots of missing features. Until they're implemented, you can directly specify query parameters using the :extras key, e.g., # provides a legend for each data set g = GChart.line(:data => [[1, 2], [3, 4]], :extras => { \"chdl\" => \"First|Second\"})"
25
25
  email: jbarnette@rubyforge.org
26
26
  executables: []
27
27