harleytt-gvoice-ruby 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
1
+ 0.3.7
@@ -20,6 +20,9 @@ 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]
23
26
  end
24
27
 
25
28
  login(config)
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module GvoiceRuby
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
  end
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Gautreaux