ft 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.
Files changed (3) hide show
  1. data/ft.gemspec +1 -1
  2. data/lib/ft.rb +1 -1
  3. metadata +2 -2
data/ft.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ft"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.summary = "Low-level interface to Google's Fusion Tables + CLI tool"
5
5
  s.authors = ["Damian Janowski"]
6
6
  s.email = ["djanowski@dimaion.com"]
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("http://tables.googlelabs.com/api/query")
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.2
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-26 00:00:00 -03:00
13
+ date: 2011-08-29 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency