distil 0.14.0.h → 0.14.0.i

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.
data/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- 0.14.0.h
1
+ 0.14.0.i
2
2
 
data/distil.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{distil}
8
- s.version = "0.14.0.h"
8
+ s.version = "0.14.0.i"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeff Watkins"]
12
- s.date = %q{2011-02-20}
12
+ s.date = %q{2011-03-03}
13
13
  s.description = %q{A build tool for Javascript and CSS that takes advantage of best-of-breed helper applications Javascript Lint and JSDoc Toolkit}
14
14
  s.executables = ["distil", "jsl"]
15
15
  s.extensions = ["vendor/extconf.rb"]
@@ -1,7 +1,7 @@
1
1
  module Distil
2
2
 
3
3
  CSS_IMPORT_REGEX = /@import\s+url\("?(.*\.css)"?\)/
4
- CSS_IMAGE_URL_REGEX= /url\("?(.*\.(jpg|png|gif|otf))"?\)/
4
+ CSS_IMAGE_URL_REGEX= /url\("?([^)]*\.(jpg|png|gif|otf))"?\)/
5
5
 
6
6
  class CssFile < SourceFile
7
7
  include YuiMinifiableFile
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distil
3
3
  version: !ruby/object:Gem::Version
4
- hash: 85
4
+ hash: 82
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
9
  - 0
10
- - h
11
- version: 0.14.0.h
10
+ - i
11
+ version: 0.14.0.i
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jeff Watkins
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-02-20 00:00:00 -08:00
19
+ date: 2011-03-03 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency