rubyfox-client 0.3.0.pre1-java → 0.3.0.pre2-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,10 @@ module Rubyfox
25
25
  sleep 0.1
26
26
  end
27
27
 
28
+ def connected?
29
+ @smartfox.connected?
30
+ end
31
+
28
32
  def disconnect
29
33
  @smartfox.disconnect
30
34
  @extension_handler.unregister
@@ -1,5 +1,5 @@
1
1
  module Rubyfox
2
2
  module Client
3
- VERSION = "0.3.0.pre1"
3
+ VERSION = "0.3.0.pre2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rubyfox-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.3.0.pre1
5
+ version: 0.3.0.pre2
6
6
  platform: java
7
7
  authors:
8
8
  - Peter Suschlik
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-26 00:00:00.000000000 Z
13
+ date: 2012-12-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport