google_chart_ssl 0.0.2 → 0.0.3
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/google_chart_ssl.gemspec +1 -1
- data/lib/google_chart_ssl/version.rb +1 -1
- metadata +6 -8
data/google_chart_ssl.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Michael Gee"]
|
|
10
10
|
s.email = ["michaelpgee@gmail.com"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "https://github.com/ASCTech/GoogleChartSSL"
|
|
12
12
|
s.summary = %q{Indirectly serve Google Charts through your SSL connection}
|
|
13
13
|
s.description = %q{Including Google Charts in your SSL-protected site causes warnings about 'Mixed Content' (particularly in Internet Explorer). This Rack middleware allows you to point those img tags at a local path instead of Google. The image is retreived by your server then delivered to your client over your SSL connection.}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_chart_ssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Gee
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-08-29 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: bundler
|
|
@@ -124,8 +123,7 @@ files:
|
|
|
124
123
|
- lib/google_chart_ssl/version.rb
|
|
125
124
|
- test/google_chart_ssl_test.rb
|
|
126
125
|
- test/helper.rb
|
|
127
|
-
|
|
128
|
-
homepage: ""
|
|
126
|
+
homepage: https://github.com/ASCTech/GoogleChartSSL
|
|
129
127
|
licenses: []
|
|
130
128
|
|
|
131
129
|
post_install_message:
|
|
@@ -154,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
152
|
requirements: []
|
|
155
153
|
|
|
156
154
|
rubyforge_project: google_chart_ssl
|
|
157
|
-
rubygems_version: 1.
|
|
155
|
+
rubygems_version: 1.8.10
|
|
158
156
|
signing_key:
|
|
159
157
|
specification_version: 3
|
|
160
158
|
summary: Indirectly serve Google Charts through your SSL connection
|