google-prediction 0.1.2 → 0.1.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.
- data/lib/google-prediction.rb +4 -1
- metadata +3 -3
data/lib/google-prediction.rb
CHANGED
|
@@ -67,7 +67,10 @@ class GooglePrediction
|
|
|
67
67
|
curl.body_str.match('Auth.*')[0][5..-1]
|
|
68
68
|
end
|
|
69
69
|
|
|
70
|
-
# auth_code: the login code generated from self.get_auth_token
|
|
70
|
+
# auth_code: the login code generated from self.get_auth_token.
|
|
71
|
+
# If you get your auth_code from somewhere else, make sure that
|
|
72
|
+
# it doesn't include any extra characters like a newline at the
|
|
73
|
+
# end. That can cause bizarre errors.
|
|
71
74
|
#
|
|
72
75
|
# bucket: the name of the bucket in Google Storage
|
|
73
76
|
#
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-prediction
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sam King
|