ruby_fs 0.3.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # develop
2
2
 
3
+ # 1.0.0
4
+ * Feature: Stable API
5
+ * Bugfix: Handle refused connections to FreeSWITCH
6
+
3
7
  # 0.3.1
4
8
  * Bugfix: Disconnect notices are successfully handled
5
9
 
@@ -35,7 +35,7 @@ module RubyFS
35
35
  @socket = TCPSocket.from_ruby_socket ::TCPSocket.new(@host, @port)
36
36
  post_init
37
37
  loop { receive_data @socket.readpartial(4096) }
38
- rescue EOFError, IOError
38
+ rescue EOFError, IOError, Errno::ECONNREFUSED
39
39
  logger.info "Client socket closed!"
40
40
  terminate
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module RubyFS
2
- VERSION = "0.3.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-29 00:00:00.000000000 Z
12
+ date: 2012-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: celluloid-io
@@ -247,7 +247,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  segments:
249
249
  - 0
250
- hash: -2203910716731016508
250
+ hash: -3451481459315497007
251
251
  required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  none: false
253
253
  requirements:
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  version: '0'
257
257
  segments:
258
258
  - 0
259
- hash: -2203910716731016508
259
+ hash: -3451481459315497007
260
260
  requirements: []
261
261
  rubyforge_project: ruby_fs
262
262
  rubygems_version: 1.8.24