rjp-jabber_cat 0.0.6 → 0.0.7

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/bin/jabber_cat.rb CHANGED
@@ -90,8 +90,8 @@ end
90
90
  #### JABBER
91
91
 
92
92
  # settings
93
- myJID = JID.new($options['myjid'])
94
- myPassword = $options['mypass']
93
+ myJID = JID.new($options[:myjid])
94
+ myPassword = $options[:mypass]
95
95
 
96
96
  log "creating jabber connection now"
97
97
 
@@ -1,4 +1,4 @@
1
- puts "included file"
1
+ require 'yaml'
2
2
 
3
3
  $options = {
4
4
  :host => 'localhost',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjp-jabber_cat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Partington