google_doc_seed 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google_doc_seed.rb +1 -1
- data/lib/google_doc_seed/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0fe2b6505b2b7bf8fb9b08628b8bae4baa33425
|
4
|
+
data.tar.gz: 5a8a613a27d4ae2b4b320c48a85dae471f857435
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5209c37d2456cc33c600ff5a0aa3324c43ed0bfa40ae08baefca6d88467cba6c187bd3baac19e508973951aeb43d8caec79bc0d7a2f9c891882f8314fdc12d3
|
7
|
+
data.tar.gz: e1c2aae5935129006ac6d69b25b4aecd2abd057ab37f00980f9ef0ce313cf239890961a511f14fdc8c7f8d2b742dcc6c58c88601c36d1d6baf76dc0a429042f0
|
data/lib/google_doc_seed.rb
CHANGED
@@ -15,7 +15,7 @@ class GoogleDocSeed
|
|
15
15
|
client.authorization.redirect_uri = 'urn:ietf:wg:oauth:2.0:oob'
|
16
16
|
client.authorization.scope = 'https://spreadsheets.google.com/feeds'
|
17
17
|
Launchy.open(client.authorization.authorization_uri)
|
18
|
-
|
18
|
+
STDERR.puts 'Enter authorization code: '
|
19
19
|
client.authorization.code = STDIN.gets.chomp
|
20
20
|
client.authorization.fetch_access_token!
|
21
21
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google_doc_seed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Leavitt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|