gchartrb 0.7 → 0.8

Sign up to get free protection for your applications and to get access to all the features.
data/CREDITS CHANGED
@@ -2,3 +2,5 @@ Will Fitzgerald - http://www.entish.org/willwhim
2
2
  Bryan Donovan
3
3
  Aseem Tandon
4
4
  Diomedes <alakazoom@gmail.com>
5
+ Aaron Blohowiak
6
+ Jack Nutting
@@ -1,3 +1,8 @@
1
+ == 0.8 / 2008-03-20
2
+
3
+ * Fixed Rakefile to process URL correctly (Thanks Aaron Blohowiak)
4
+ * Fixed Axis error due to typo in base.rb (Thanks Jack Nutting)
5
+
1
6
  == 0.7 / 2008-02-04
2
7
 
3
8
  * Added fill area feature
data/README.txt CHANGED
@@ -1,6 +1,5 @@
1
- gchartrb
2
- by Deepak Jois
3
- http://code.google.com/p/gchartrb
1
+ = gchartrb
2
+ http://code.google.com/p/gchartrb
4
3
 
5
4
  == DESCRIPTION:
6
5
 
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ class Hoe
8
8
  def extra_deps; @extra_deps.reject { |x| Array(x).first == "hoe" } end
9
9
  end # copied from the Rakefile of the sup project
10
10
 
11
- Hoe.new('gchartrb', "0.7") do |p|
11
+ Hoe.new('gchartrb', "0.8") do |p|
12
12
  p.rubyforge_name = 'gchartrb'
13
13
  p.author = 'Deepak Jois'
14
14
  p.email = 'deepak.jois@gmail.com'
@@ -369,9 +369,9 @@ module GoogleChart
369
369
  when :y
370
370
  chxt << "y"
371
371
  when :top
372
- chxt << "r"
373
- when :right
374
372
  chxt << "t"
373
+ when :right
374
+ chxt << "r"
375
375
  end
376
376
 
377
377
  # Axis labels
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gchartrb
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.7"
4
+ version: "0.8"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deepak Jois
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-04 00:00:00 +08:00
12
+ date: 2008-03-20 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -41,7 +41,7 @@ files:
41
41
  - lib/google_chart/financial_line_chart.rb
42
42
  - lib/test.rb
43
43
  has_rdoc: true
44
- homepage: " by Deepak Jois"
44
+ homepage: http://code.google.com/p/gchartrb
45
45
  post_install_message:
46
46
  rdoc_options:
47
47
  - --main