front-end-blender 0.21 → 0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ require 'front_end_architect/hash'
18
18
 
19
19
  module FrontEndArchitect
20
20
  class Blender
21
- VERSION = '0.21'
21
+ VERSION = '0.22'
22
22
 
23
23
  FILTER_REGEX = /filter: ?[^?]+\(src=(['"])([^\?'"]+)(\?(?:[^'"]+)?)?\1,[^?]+\1\);/im
24
24
  IMPORT_REGEX = /@import(?: url\(| )(['"]?)([^\?'"\)\s]+)(\?(?:[^'"\)]+)?)?\1\)?(?:[^?;]+)?;/im
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: front-end-blender
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.21"
4
+ version: "0.22"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Elshire
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-10-21 00:00:00 -07:00
13
+ date: 2008-11-18 00:00:00 -08:00
14
14
  default_executable: blend
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency