skyfallsin-ruby_bosh 0.5.0 → 0.5.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/VERSION.yml +1 -1
  2. data/lib/ruby_bosh.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :minor: 5
data/lib/ruby_bosh.rb CHANGED
@@ -101,7 +101,7 @@ class RubyBOSH
101
101
  body.iq(:id => "bind_#{rand(100000)}", :type => "set",
102
102
  :xmlns => "jabber:client") do |iq|
103
103
  iq.bind(:xmlns => BIND_XMLNS) do |bind|
104
- bind.resource("bosh_#{rand(10000})")
104
+ bind.resource("bosh_#{rand(10000)}")
105
105
  end
106
106
  end
107
107
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyfallsin-ruby_bosh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pradeep Elankumaran