gsmetrics 0.1.6 → 0.1.7
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.
- data/Gemfile.lock +9 -9
- data/gsmetrics.gemspec +3 -3
- metadata +5 -5
data/Gemfile.lock
CHANGED
@@ -6,26 +6,26 @@ PATH
|
|
6
6
|
|
7
7
|
GEM
|
8
8
|
specs:
|
9
|
-
faraday (0.8.
|
9
|
+
faraday (0.8.6)
|
10
10
|
multipart-post (~> 1.1)
|
11
|
-
google_drive (0.3.
|
11
|
+
google_drive (0.3.4)
|
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
15
|
httpauth (0.2.0)
|
16
|
-
jwt (0.1.
|
17
|
-
multi_json (>= 1.
|
18
|
-
multi_json (1.
|
19
|
-
multipart-post (1.
|
20
|
-
nokogiri (1.5.
|
16
|
+
jwt (0.1.7)
|
17
|
+
multi_json (>= 1.5)
|
18
|
+
multi_json (1.7.2)
|
19
|
+
multipart-post (1.2.0)
|
20
|
+
nokogiri (1.5.9)
|
21
21
|
oauth (0.4.7)
|
22
|
-
oauth2 (0.8.
|
22
|
+
oauth2 (0.8.1)
|
23
23
|
faraday (~> 0.8)
|
24
24
|
httpauth (~> 0.1)
|
25
25
|
jwt (~> 0.1.4)
|
26
26
|
multi_json (~> 1.0)
|
27
27
|
rack (~> 1.2)
|
28
|
-
rack (1.4.
|
28
|
+
rack (1.4.5)
|
29
29
|
|
30
30
|
PLATFORMS
|
31
31
|
ruby
|
data/gsmetrics.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "gsmetrics"
|
3
|
-
s.version = "0.1.
|
3
|
+
s.version = "0.1.7"
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
5
|
s.authors = ["Florian Motlik"]
|
6
|
-
s.email = ["flo@
|
6
|
+
s.email = ["flo@codeship.io"]
|
7
7
|
s.homepage = "http://github.com/railsonfire/gsmetrics"
|
8
8
|
s.summary = "Gem for pushing data to Google Docs"
|
9
9
|
s.description = "Simple Way to open a Session with Google Docs and push data into a Google Spreadsheet Worksheet. We use it primarily for metrics, but it can be used for basically anything regarding google spreadsheets."
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.required_rubygems_version = ">= 1.3.6"
|
13
13
|
|
14
14
|
# If you have runtime dependencies, add them here
|
15
|
-
s.add_dependency("google_drive", "~> 0.3.
|
15
|
+
s.add_dependency("google_drive", "~> 0.3.4")
|
16
16
|
|
17
17
|
# If you have development dependencies, add them here
|
18
18
|
# s.add_development_dependency "another", "= 0.9"
|
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
|
+
version: 0.1.7
|
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:
|
12
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google_drive
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.3.
|
21
|
+
version: 0.3.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,12 +26,12 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.3.
|
29
|
+
version: 0.3.4
|
30
30
|
description: Simple Way to open a Session with Google Docs and push data into a Google
|
31
31
|
Spreadsheet Worksheet. We use it primarily for metrics, but it can be used for basically
|
32
32
|
anything regarding google spreadsheets.
|
33
33
|
email:
|
34
|
-
- flo@
|
34
|
+
- flo@codeship.io
|
35
35
|
executables: []
|
36
36
|
extensions: []
|
37
37
|
extra_rdoc_files: []
|