google_doc_seed 0.0.2 → 0.0.3

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: 492a3919d811e0f12440c6475fe34d4b4193c4fb
4
- data.tar.gz: e862884d9ba2f534dcdd9e831fb59b1a840462cb
3
+ metadata.gz: f698d58451b4c3ef08f9bef13baf5693f731c733
4
+ data.tar.gz: ec64d4a3940ff3afe03a846c25a908926baac81a
5
5
  SHA512:
6
- metadata.gz: bfb558b9870f38bafc153e359af5026945c19e810f5cffc00bde9733bf699a5d0b4770a212888a6c5fccba10218f4927b0f96d317c16fb6c01ad1a71ac876d9b
7
- data.tar.gz: 4c536bbc102a12b02e8cf134380ce4ac0a4b09db3b95b91ae9d20b3eec8771e7cf19dabde496397823f642c42c6434c98c3cb118bb0e20bab0293eed8ac06751
6
+ metadata.gz: 4f5c8599d30e74422e23a613181b22b9b8ac19d529f2f44d2bab9647b9a1cdbe1015cfb5d90beed251583796a2215d58362ba2b3f8d3ec00cfd989a94ed79a88
7
+ data.tar.gz: 605842f12b94ce34b2dd7b3be88c312ced501961236103b92a62ece9f5c0b726589b59f3f097516d080da8ba7ca0197b04371052ff724faf34439cfc3f2cd459
@@ -15,8 +15,8 @@ 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
- puts 'Enter authorization code: '
19
- client.authorization.code = gets.chomp
18
+ STDOUT.puts 'Enter authorization code: '
19
+ client.authorization.code = STDIN.gets.chomp
20
20
  client.authorization.fetch_access_token!
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  class GoogleDocSeed
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_doc_seed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Leavitt