[DRE-commits] [ruby-crass] 01/03: Merge tag 'upstream/1.0.1'

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Jan 23 06:13:45 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-crass.

commit c4d367118444772515cf375b9d50252c6723248b
Merge: a2aea2f d62bdda
Author: Balasankar C <balasankarc at autistici.org>
Date:   Thu Jan 22 20:47:22 2015 +0530

    Merge tag 'upstream/1.0.1'
    
    Upstream version 1.0.1

 .travis.yml                                      |    4 +
 HISTORY.md                                       |   31 +-
 LICENSE                                          |    2 +-
 README.md                                        |  136 +-
 Rakefile                                         |    4 +
 crass.gemspec                                    |    4 +-
 lib/crass.rb                                     |    2 +-
 lib/crass/parser.rb                              |  326 +-
 lib/crass/scanner.rb                             |   42 +-
 lib/crass/token-scanner.rb                       |    9 +-
 lib/crass/tokenizer.rb                           |  264 +-
 lib/crass/version.rb                             |    2 +-
 metadata.yml                                     |   50 +-
 test/css-parsing-tests/An+B.json                 |  156 +
 test/css-parsing-tests/LICENSE                   |    8 +
 test/css-parsing-tests/README.rst                |  301 ++
 test/css-parsing-tests/color3.json               |  142 +
 test/css-parsing-tests/color3_hsl.json           | 3890 ++++++++++++++++++++++
 test/css-parsing-tests/color3_keywords.json      |  803 +++++
 test/css-parsing-tests/component_value_list.json |  432 +++
 test/css-parsing-tests/declaration_list.json     |   44 +
 test/css-parsing-tests/make_color3_hsl.py        |   17 +
 test/css-parsing-tests/make_color3_keywords.py   |  191 ++
 test/css-parsing-tests/one_component_value.json  |   27 +
 test/css-parsing-tests/one_declaration.json      |   46 +
 test/css-parsing-tests/one_rule.json             |   36 +
 test/css-parsing-tests/rule_list.json            |   48 +
 test/css-parsing-tests/stylesheet.json           |   44 +
 test/css-parsing-tests/stylesheet_bytes.json     |  146 +
 test/shared/parse_rules.rb                       |  811 +++--
 test/support/common.rb                           |  124 +
 test/support/serialization/animate.css           | 3158 ++++++++++++++++++
 test/support/serialization/html5-boilerplate.css |  268 ++
 test/support/serialization/misc.css              |    9 +
 test/test_css_parsing_tests.rb                   |  150 +
 test/test_parse_properties.rb                    |  347 +-
 test/test_parse_rules.rb                         |   52 -
 test/test_parse_stylesheet.rb                    |   39 -
 test/test_serialization.rb                       |   33 +-
 test/test_tokenizer.rb                           | 1562 ---------
 40 files changed, 11131 insertions(+), 2629 deletions(-)

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



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