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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f698d58451b4c3ef08f9bef13baf5693f731c733
4
- data.tar.gz: ec64d4a3940ff3afe03a846c25a908926baac81a
3
+ metadata.gz: b0fe2b6505b2b7bf8fb9b08628b8bae4baa33425
4
+ data.tar.gz: 5a8a613a27d4ae2b4b320c48a85dae471f857435
5
5
  SHA512:
6
- metadata.gz: 4f5c8599d30e74422e23a613181b22b9b8ac19d529f2f44d2bab9647b9a1cdbe1015cfb5d90beed251583796a2215d58362ba2b3f8d3ec00cfd989a94ed79a88
7
- data.tar.gz: 605842f12b94ce34b2dd7b3be88c312ced501961236103b92a62ece9f5c0b726589b59f3f097516d080da8ba7ca0197b04371052ff724faf34439cfc3f2cd459
6
+ metadata.gz: d5209c37d2456cc33c600ff5a0aa3324c43ed0bfa40ae08baefca6d88467cba6c187bd3baac19e508973951aeb43d8caec79bc0d7a2f9c891882f8314fdc12d3
7
+ data.tar.gz: e1c2aae5935129006ac6d69b25b4aecd2abd057ab37f00980f9ef0ce313cf239890961a511f14fdc8c7f8d2b742dcc6c58c88601c36d1d6baf76dc0a429042f0
@@ -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
- STDOUT.puts 'Enter authorization code: '
18
+ STDERR.puts 'Enter authorization code: '
19
19
  client.authorization.code = STDIN.gets.chomp
20
20
  client.authorization.fetch_access_token!
21
21
  end
@@ -1,3 +1,3 @@
1
1
  class GoogleDocSeed
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  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.3
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-12 00:00:00.000000000 Z
11
+ date: 2014-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler