harleytt-gvoice-ruby 0.3.7 → 0.3.8
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/VERSION +1 -1
- data/lib/gvoice-ruby/client.rb +2 -3
- data/lib/gvoice-ruby/version.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.8
|
data/lib/gvoice-ruby/client.rb
CHANGED
|
@@ -20,13 +20,12 @@ module GvoiceRuby
|
|
|
20
20
|
@unread_counts = {}
|
|
21
21
|
@all_messages = []
|
|
22
22
|
initialize_curb
|
|
23
|
-
|
|
24
|
-
# in case _rnr_se scraping fails due to google changing its page content
|
|
25
|
-
@_rnr_se ||= config[:rnr_se]
|
|
26
23
|
end
|
|
27
24
|
|
|
28
25
|
login(config)
|
|
29
26
|
set_rnr_se_token
|
|
27
|
+
# in case _rnr_se scraping fails due to google changing its page content
|
|
28
|
+
@_rnr_se ||= config[:rnr_se]
|
|
30
29
|
end
|
|
31
30
|
|
|
32
31
|
def any_unread?
|
data/lib/gvoice-ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harleytt-gvoice-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.3.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Keith Gautreaux
|