rack-sprockets 1.0.0 → 1.0.1

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.
@@ -55,7 +55,7 @@ module Rack::Sprockets
55
55
  compiled_js = secretary.concatenation.to_s
56
56
 
57
57
  compiled_js = case @compress
58
- when :whitespace
58
+ when :whitespace, true
59
59
  compiled_js.delete("\n")
60
60
  when :yui
61
61
  if defined?(YUI::JavaScriptCompressor)
@@ -3,7 +3,7 @@ module RackSprockets
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-sprockets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding