sass-resrcify 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0065573d463dc1295d50be23013a52d1c03f58c
4
- data.tar.gz: 03d25fdd1b56961d104d5618c6dc43b28db4309f
3
+ metadata.gz: f0835a4eb80838b8a218472288014bdc04658794
4
+ data.tar.gz: b238c4a1e2c9000f5092fba9effa20a9dce28415
5
5
  SHA512:
6
- metadata.gz: f60253f84b1c3a5b297396a79e5572d4698cca5c0f155668f066842cd947f6cb256acf9618c4195235554f631e85498f3aa279f196809360f7f68ce42e3c00a5
7
- data.tar.gz: 4a5c23457601965d53fdb513d9a9eafa48d1c157c0e7a88af5efaba7a86d5f1ff3e8ada2b8913ec4c7865d2e8b11811f7634363acd2f4248acb46c54fd970049
6
+ metadata.gz: 138a7cc19a8ce3563f291ff07d1e4b186d839f91416b712ebb50fc41a4ff0f514c958a44da62df31e48f445c08a62bf9639f7481f93a3dcfd801d22b9457db91
7
+ data.tar.gz: 90bd89aac7e0cc4e3e5468877b5adb3e8dd4833111e00f42c8681da5c449ab852942be5bd0a5c2717767fc3ce13059f54152448c1302cf16197d183a8bfa6a33
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.1.4
2
+
3
+ Be more precise for the url regex.
4
+
1
5
  # 0.1.2
2
6
 
3
7
  Let url paths not be quoted.
@@ -47,7 +47,7 @@ end
47
47
  module Sass
48
48
  module Importers
49
49
  class Filesystem
50
- REGEX = /url\([\"\']?(.*?)([\?\#]+.*?)?[\"\']?\)/
50
+ REGEX = /url\([\"\']?([\.a-zA-Z0-9_\-\/@]*?)([\?\#]+.*?)?[\"\']?\)/
51
51
 
52
52
  alias old_initialize initialize
53
53
 
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Resrcify
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-resrcify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karan Misra