seer 0.6.0 → 0.6.1
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/lib/seer.rb +6 -7
- metadata +3 -3
data/lib/seer.rb
CHANGED
|
@@ -20,13 +20,12 @@ module Seer
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def self.init_visualization
|
|
23
|
-
%{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</script>}
|
|
23
|
+
%{
|
|
24
|
+
<script type="text/javascript">
|
|
25
|
+
var jsapi = (("https:" == document.location.protocol) ? "https://" : "http://");
|
|
26
|
+
document.write(unescape("%3Cscript src='" + jsapi + "www.google.com/jsapi' type='text/javascript'%3E%3C/script%3E"));
|
|
27
|
+
</script>
|
|
28
|
+
}
|
|
30
29
|
end
|
|
31
30
|
|
|
32
31
|
def self.visualize(data, args={})
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 6
|
|
8
|
-
-
|
|
9
|
-
version: 0.6.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.6.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Corey Ehmke / SEO Logic
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-30 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|