[DRE-commits] [ruby-crass] branch master updated (a2aea2f -> dc50412)

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 change to branch master
in repository ruby-crass.

      from  a2aea2f   Remove implicit 'debian update'
      adds  d62bdda   Imported Upstream version 1.0.1
       new  c4d3671   Merge tag 'upstream/1.0.1'
       new  75db567   Upstream update
       new  dc50412   Set locale before build

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                      |    4 +
 HISTORY.md                                       |   31 +-
 LICENSE                                          |    2 +-
 README.md                                        |  136 +-
 Rakefile                                         |    4 +
 crass.gemspec                                    |    4 +-
 debian/changelog                                 |    7 +
 debian/control                                   |    2 +-
 debian/rules                                     |    9 +-
 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 ---------
 43 files changed, 11147 insertions(+), 2631 deletions(-)
 create mode 100644 test/css-parsing-tests/An+B.json
 create mode 100644 test/css-parsing-tests/LICENSE
 create mode 100644 test/css-parsing-tests/README.rst
 create mode 100644 test/css-parsing-tests/color3.json
 create mode 100644 test/css-parsing-tests/color3_hsl.json
 create mode 100644 test/css-parsing-tests/color3_keywords.json
 create mode 100644 test/css-parsing-tests/component_value_list.json
 create mode 100644 test/css-parsing-tests/declaration_list.json
 create mode 100644 test/css-parsing-tests/make_color3_hsl.py
 create mode 100644 test/css-parsing-tests/make_color3_keywords.py
 create mode 100644 test/css-parsing-tests/one_component_value.json
 create mode 100644 test/css-parsing-tests/one_declaration.json
 create mode 100644 test/css-parsing-tests/one_rule.json
 create mode 100644 test/css-parsing-tests/rule_list.json
 create mode 100644 test/css-parsing-tests/stylesheet.json
 create mode 100644 test/css-parsing-tests/stylesheet_bytes.json
 create mode 100644 test/support/serialization/animate.css
 create mode 100644 test/support/serialization/html5-boilerplate.css
 create mode 100644 test/support/serialization/misc.css
 create mode 100644 test/test_css_parsing_tests.rb
 delete mode 100644 test/test_tokenizer.rb

-- 
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