[DRE-commits] [ruby-css-parser] 04/07: Updated version 1.6.0 from 'upstream/1.6.0'

Cédric Boutillier boutil at moszumanska.debian.org
Thu Sep 28 23:16:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-css-parser.

commit 7cbe2ffee1d67a8935bf38ccb6436bca2611ff00
Merge: 5c7ece1 2db43ed
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Sep 28 23:41:49 2017 +0200

    Updated version 1.6.0 from 'upstream/1.6.0'
    
    with Debian dir 097359d85ac7e0b15494ce36e8f8e29f1877b439

 .editorconfig                               |  10 +
 .gitignore                                  |   3 +
 .jrubyrc                                    |   1 +
 .travis.yml                                 |  11 +
 .vscode/tasks.json                          |  32 ++
 CHANGELOG.md                                | 202 +++++++++++
 Gemfile                                     |  15 +
 Gemfile.lock                                |  30 ++
 README.md                                   |  91 +++++
 Rakefile                                    |  35 ++
 css_parser.gemspec                          |  44 +--
 test/fixtures/complex.css                   | 505 ++++++++++++++++++++++++++++
 test/fixtures/import-circular-reference.css |   4 +
 test/fixtures/import-malformed.css          |  35 ++
 test/fixtures/import-with-media-types.css   |   3 +
 test/fixtures/import1.css                   |   3 +
 test/fixtures/simple.css                    |   6 +
 test/fixtures/subdir/import2.css            |   3 +
 test/test_css_parser_basic.rb               |  78 +++++
 test/test_css_parser_loading.rb             | 210 ++++++++++++
 test/test_css_parser_media_types.rb         | 137 ++++++++
 test/test_css_parser_misc.rb                | 185 ++++++++++
 test/test_css_parser_offset_capture.rb      | 109 ++++++
 test/test_css_parser_regexps.rb             |  98 ++++++
 test/test_helper.rb                         |   5 +
 test/test_merging.rb                        | 127 +++++++
 test/test_rule_set.rb                       | 119 +++++++
 test/test_rule_set_creating_shorthand.rb    | 182 ++++++++++
 test/test_rule_set_expanding_shorthand.rb   | 280 +++++++++++++++
 29 files changed, 2531 insertions(+), 32 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-css-parser.git



More information about the Pkg-ruby-extras-commits mailing list