css_parser 1.3.3 → 1.3.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.
@@ -277,7 +277,7 @@ module CssParser
277
277
  elsif token =~ /@media/i
278
278
  # found '@media', reset current media_types
279
279
  in_at_media_rule = true
280
- media_types = []
280
+ current_media_queries = []
281
281
  elsif in_at_media_rule
282
282
  if token =~ /\{/
283
283
  block_depth = block_depth + 1
@@ -1,3 +1,3 @@
1
1
  module CssParser
2
- VERSION = "1.3.3"
2
+ VERSION = "1.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -53,7 +53,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  segments:
55
55
  - 0
56
- hash: -4240210053647962774
56
+ hash: -4252446732262852289
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  none: false
59
59
  requirements:
@@ -62,10 +62,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  segments:
64
64
  - 0
65
- hash: -4240210053647962774
65
+ hash: -4252446732262852289
66
66
  requirements: []
67
67
  rubyforge_project:
68
- rubygems_version: 1.8.23
68
+ rubygems_version: 1.8.25
69
69
  signing_key:
70
70
  specification_version: 3
71
71
  summary: Ruby CSS parser.