googlecharts 1.0.0 → 1.1.0
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.
- data.tar.gz.sig +3 -1
- data/History.txt +2 -0
- data/lib/gchart.rb +2 -2
- data/lib/gchart/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
data/History.txt
CHANGED
data/lib/gchart.rb
CHANGED
|
@@ -8,7 +8,7 @@ class Gchart
|
|
|
8
8
|
include GchartInfo
|
|
9
9
|
|
|
10
10
|
@@url = "http://chart.apis.google.com/chart?"
|
|
11
|
-
@@types = ['line', 'line_xy', 'scatter', 'bar', 'venn', 'pie', 'pie_3d']
|
|
11
|
+
@@types = ['line', 'line_xy', 'scatter', 'bar', 'venn', 'pie', 'pie_3d', 'jstize']
|
|
12
12
|
@@simple_chars = ('A'..'Z').to_a + ('a'..'z').to_a + ('0'..'9').to_a
|
|
13
13
|
@@chars = @@simple_chars + ['-', '.']
|
|
14
14
|
@@ext_pairs = @@chars.map { |char_1| @@chars.map { |char_2| char_1 + char_2 } }.flatten
|
|
@@ -103,7 +103,7 @@ class Gchart
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
def self.jstize(string)
|
|
106
|
-
string.gsub(' ', '+').gsub(/\[|\{|\}|\||\\|\^|\[|\]|\`|\]/) {|c| c[0].to_s(16).upcase}
|
|
106
|
+
string.gsub(' ', '+').gsub(/\[|\{|\}|\||\\|\^|\[|\]|\`|\]/) {|c| "%#{c[0].to_s(16).upcase}"}
|
|
107
107
|
end
|
|
108
108
|
# load all the custom aliases
|
|
109
109
|
require 'gchart/aliases'
|
data/lib/gchart/version.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1>Googlecharts</h1>
|
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/googlecharts"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/googlecharts" class="numbers">1.
|
|
36
|
+
<a href="http://rubyforge.org/projects/googlecharts" class="numbers">1.1.0</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h2>→ ‘Sexy Charts using Google <span class="caps">API</span> & Ruby’</h2>
|
|
39
39
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: googlecharts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Aimonetti
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
ZR7qHIpykzr3ezcNiWtBWw==
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
32
|
|
|
33
|
-
date: 2008-02-
|
|
33
|
+
date: 2008-02-06 00:00:00 -08:00
|
|
34
34
|
default_executable:
|
|
35
35
|
dependencies: []
|
|
36
36
|
|
metadata.gz.sig
CHANGED
|
Binary file
|