ft 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/ft.gemspec +1 -1
- data/lib/ft.rb +1 -1
- metadata +2 -2
data/ft.gemspec
CHANGED
data/lib/ft.rb
CHANGED
@@ -6,7 +6,7 @@ class FusionTables
|
|
6
6
|
Error = Class.new(RuntimeError)
|
7
7
|
|
8
8
|
class Connection
|
9
|
-
URL = URI.parse("
|
9
|
+
URL = URI.parse("https://tables.googlelabs.com/api/query")
|
10
10
|
|
11
11
|
def http
|
12
12
|
@http ||= Net::HTTP::Persistent.new("fusiontables").tap do |http|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Damian Janowski
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-08-
|
13
|
+
date: 2011-08-29 00:00:00 -03:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|