julien51-ruby_bosh 0.5.6 → 0.5.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.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 6
2
+ :patch: 8
3
3
  :major: 0
4
4
  :minor: 5
data/lib/ruby_bosh.rb CHANGED
@@ -50,7 +50,9 @@ class RubyBOSH
50
50
 
51
51
  def attach(sid, rid)
52
52
  @sid = sid
53
- @rid = rid
53
+ @rid = rid + 1
54
+ initialize_bosh_session
55
+ @success = true
54
56
  end
55
57
 
56
58
  def connect
data/ruby_bosh.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruby_bosh}
8
- s.version = "0.5.6"
8
+ s.version = "0.5.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Pradeep Elankumaran"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: julien51-ruby_bosh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pradeep Elankumaran