css_parser 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9ee2104ab3964c915d72991e40aa2fb535e30b1
4
- data.tar.gz: ca7ef7101dc36a9f1a120f6df858dc333cf32940
3
+ metadata.gz: 8d2edab93087cfbb4df3485a29e7da0f744b19b0
4
+ data.tar.gz: ea77067eaa3ef29d16f7f056791cc7b443a6e817
5
5
  SHA512:
6
- metadata.gz: 2b90c2a8a375bcf1b7fb1d1d0f2bb22c1ec2c323b228e488358bab36ce4129454befa81dccf2d249762682a531c7ff0edaddb54a40276f84c4107aa4e722910e
7
- data.tar.gz: bcfdf72f50d5ec130b15c4e80af9bc5076778d886de4170a950980313a5d9d6007548ba88422d40b310da71c5ac5f383640d2540605612826770c8f7ce2f70ae
6
+ metadata.gz: 20375f61b0bcc6acc2d38ab58ba845fe424e6dbabcd92624e833054377d433a9c3ad42022de503101a733d52583fbffa86cddf0da5c6349ae2afef288eb1afea
7
+ data.tar.gz: acbf629feb25276a2b77614600c2c4befc95a56784a9de031e4aed181a879747a8f10b577b09af5f12d4d9e3ca58024ddf200d2a7fb7e88ab18ea7c044baf509
data/MIT-LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ === Ruby CSS Parser License
2
+
3
+ Copyright (c) 2007-11 Alex Dunae
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module CssParser
2
- VERSION = "1.4.1".freeze
2
+ VERSION = "1.4.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Dunae
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-21 00:00:00.000000000 Z
11
+ date: 2016-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -30,6 +30,7 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
+ - MIT-LICENSE
33
34
  - lib/css_parser.rb
34
35
  - lib/css_parser/parser.rb
35
36
  - lib/css_parser/regexps.rb