yui-compressor 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require "stringio"
3
3
 
4
4
  module YUI #:nodoc:
5
5
  class Compressor
6
- VERSION = "0.9.3"
6
+ VERSION = "0.9.4"
7
7
 
8
8
  class Error < StandardError; end
9
9
  class OptionError < Error; end
@@ -61,6 +61,7 @@ module YUI #:nodoc:
61
61
  streamify(stream_or_string) do |stream|
62
62
  Open3.popen3(*command) do |stdin, stdout, stderr|
63
63
  begin
64
+ stdin.binmode
64
65
  transfer(stream, stdin)
65
66
 
66
67
  if block_given?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yui-compressor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
5
- prerelease: false
4
+ hash: 51
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.9.3
9
+ - 4
10
+ version: 0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sam Stephenson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-18 00:00:00 -06:00
18
+ date: 2011-02-20 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -30,7 +30,6 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - Rakefile
32
32
  - lib/yui/compressor.rb
33
- - lib/yuicompressor-2.4.2.jar
34
33
  - lib/yuicompressor-2.4.4.jar
35
34
  - test/compressor_test.rb
36
35
  has_rdoc: true
@@ -63,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
62
  requirements: []
64
63
 
65
64
  rubyforge_project: yui
66
- rubygems_version: 1.3.7
65
+ rubygems_version: 1.5.0
67
66
  signing_key:
68
67
  specification_version: 3
69
68
  summary: JavaScript and CSS minification library
Binary file