gtalk-bot 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/gtalk-bot.gemspec +1 -1
  2. data/lib/gtalk-bot.rb +1 -1
  3. metadata +2 -2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gtalk-bot}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Scott"]
@@ -27,7 +27,7 @@ module GTalk
27
27
  @jabber_client = Client.new(self.jid)
28
28
  end
29
29
 
30
- def get_online(host=nil)
30
+ def get_online(host=talk.google.com)
31
31
  self.jabber_client.connect(host)
32
32
  self.jabber_client.auth(self.password)
33
33
  self.jabber_client.send(Presence.new.set_type(:available))
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Scott