gsmetrics 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gsmetrics (0.1.5)
4
+ gsmetrics (0.1.6)
5
5
  google_drive (~> 0.3.1)
6
6
 
7
7
  GEM
8
8
  specs:
9
9
  faraday (0.8.4)
10
10
  multipart-post (~> 1.1)
11
- google_drive (0.3.1)
11
+ google_drive (0.3.2)
12
12
  nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
13
13
  oauth (>= 0.3.6)
14
14
  oauth2 (>= 0.5.0)
15
- httpauth (0.1)
15
+ httpauth (0.2.0)
16
16
  jwt (0.1.5)
17
17
  multi_json (>= 1.0)
18
18
  multi_json (1.3.6)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "gsmetrics"
3
- s.version = "0.1.5"
3
+ s.version = "0.1.6"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Florian Motlik"]
6
6
  s.email = ["flo@railsonfire.com"]
@@ -40,6 +40,7 @@ private
40
40
  end
41
41
 
42
42
  def save row_id = nil
43
+ return true if @rows.count == 0
43
44
  next_row
44
45
  row_id ||= worksheet.num_rows + 1
45
46
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsmetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-04 00:00:00.000000000 Z
12
+ date: 2012-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google_drive