google_spreadsheet_recorder 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9912e2b49112bbebce74a19fc12e423c9130b9f0
4
- data.tar.gz: c72dfed155c15d80c00a3ba7efd99f8dc4572713
3
+ metadata.gz: 7d1079add2b597f0ebd1b10aa2416c2c8ecedcc9
4
+ data.tar.gz: dbe182214336f3965b880593d3238748e452ab7f
5
5
  SHA512:
6
- metadata.gz: e3eb9200176e339a6211171af0cca9fd8999c559ad5fd7806c893ab0f053cb5cea2d4451cb242114a5c5ec9ea82b7b33b0c0251cded612c52a38bc72f4b27033
7
- data.tar.gz: a389473fff09e658d1195e94c1f9417d5eb223d5f2c21a3dca75e7d71877a88baca1f882e0834d3cbf206720c9058cf6f12ca73474bebe501860bdf8c1ef557c
6
+ metadata.gz: af30b5e03458d72a0810f88ea086b2107e1aaddd7612e243f5092c833fb7e68f4fbf50a713e863814f610f509f678a6a54ae72e240f035b2618b7c052427dd9b
7
+ data.tar.gz: a642a4615f97268d5b102c0e851613d523fa48356fa22f9618a690dc703950b61c5afccf40519283ad7fef05e7fc7437a0fe0493075abc1bfe32718b973a6a68
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "google_spreadsheet_recorder"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["saeki"]
9
9
  spec.email = ["nobuo.seaki@gmail.com"]
10
10
  spec.summary = %q{Simple google spreadsheet data uploader.}
@@ -82,7 +82,7 @@ class GoogleSpreadsheetRecorder
82
82
  print "access this url and paste access code: "
83
83
  puts auth_url
84
84
  print "input access_code: "
85
- access_code = gets.strip
85
+ access_code = $stdin.gets.strip
86
86
  puts "access code is #{access_code}"
87
87
 
88
88
  # returns token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_spreadsheet_recorder
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
  - saeki