fusion_tables 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -10,6 +10,15 @@ h2. Installation
10
10
 
11
11
  bc. gem install fusion_tables
12
12
 
13
+ h2. Rubies
14
+
15
+ Tested on:
16
+
17
+ * 1.8.7
18
+ * 1.9.2-p0
19
+
20
+ Note: The GData gem is not working on 1.9
21
+
13
22
  h2. To Use
14
23
 
15
24
  bc. require 'fusion_tables'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.2.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fusion_tables}
8
- s.version = "0.1.2"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Simon Tokumine", "Tom Verbeure"]
@@ -33,7 +33,6 @@ module GData
33
33
  headers = []
34
34
 
35
35
  first = true
36
- require 'CSV'
37
36
  if CSV.const_defined? :Reader
38
37
  CSV::Reader.parse(response.body) do |row|
39
38
  if first
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusion_tables
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
8
  - 2
10
- version: 0.1.2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Simon Tokumine