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 CHANGED
@@ -1 +1 @@
1
- 0.3.7
1
+ 0.3.8
@@ -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?
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module GvoiceRuby
3
- VERSION = "0.3.7"
3
+ VERSION = "0.3.8"
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: 29
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 7
10
- version: 0.3.7
9
+ - 8
10
+ version: 0.3.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Gautreaux