gsmetrics 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gsmetrics (0.1.4)
4
+ gsmetrics (0.1.5)
5
5
  google_drive (~> 0.3.1)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "gsmetrics"
3
- s.version = "0.1.4"
3
+ s.version = "0.1.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Florian Motlik"]
6
6
  s.email = ["flo@railsonfire.com"]
@@ -12,7 +12,7 @@ module GSMetrics
12
12
  end
13
13
  end
14
14
 
15
- class Error < RuntimeError
15
+ class Error < StandardError
16
16
  end
17
17
  private
18
18
  class Worksheet
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.4
4
+ version: 0.1.5
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-09-18 00:00:00.000000000 Z
12
+ date: 2012-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google_drive