libwebsocket 0.1.7 → 0.1.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,12 @@
1
+ language: ruby
1
2
  script: "bundle exec rake test"
2
3
  rvm:
3
4
  - 1.8.7
4
5
  - 1.9.2
5
6
  - 1.9.3
6
- - jruby
7
- - rbx
7
+ - 2.0.0
8
+ - jruby-18mode
9
+ - jruby-19mode
10
+ - rbx-18mode
11
+ - rbx-19mode
8
12
  - ree
9
-
@@ -1,8 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.7 / 2012-11-29
3
+ ## 0.1.7.1 / 2012-11-29
4
4
 
5
5
  - Restore behaviour of LibWebSocket::OpeningHandshake::Client#url
6
+ - Fix for JRuby 1.7.0 in Ruby 1.9 mode
6
7
 
7
8
  ## 0.1.6.1 / 2012-11-19
8
9
 
@@ -31,6 +31,7 @@ module LibWebSocket
31
31
  return unless string.is_a?(String)
32
32
 
33
33
  @buffer += string
34
+ @buffer.force_encoding('ASCII-8BIT') if @buffer.respond_to?(:force_encoding)
34
35
 
35
36
  return self
36
37
  end
@@ -1,3 +1,3 @@
1
1
  module LibWebSocket
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.7.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libwebsocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: