[DRE-commits] [ruby-css-parser] branch master updated (a89861f -> 05941cd)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 27 23:40:23 UTC 2017


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

kanashiro pushed a change to branch master
in repository ruby-css-parser.

      from  a89861f   Remove myself from Uploaders:
       new  4d9fe0b   New upstream version 1.5.0.pre2
       new  d871588   d/changelog: add new upstream release
       new  0dbf08e   Refresh patches
       new  dc5351d   Update upstream copyright
       new  ee7bbbc   debian/copyright: fix Source field
       new  4ad9d0c   use https:// instead of http:// in Format field
       new  59bc823   Bump debhelper compatibility level to 10
       new  ccb1be9   Declare compliance with Debian Policy 4.0.0
       new  ce8609a   Update packaging with `dh-make-ruby -w .`
       new  765f96c   Use minitest instead of maxitest in the tests. Maxitest does the same as minitest, but with some fancy features, like colorized output.
       new  05941cd   releasing to unstable

The 11 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:
 .editorconfig                                      |  10 +
 .gitignore                                         |   2 +
 .jrubyrc                                           |   1 +
 .travis.yml                                        |  13 +-
 CHANGELOG.md                                       |  63 +++
 Gemfile                                            |   5 +-
 Gemfile.lock                                       |  23 +-
 Readme.md => README.md                             |  29 +-
 Rakefile                                           |  26 ++
 css_parser.gemspec                                 |   7 +-
 debian/changelog                                   |  27 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   7 +-
 debian/copyright                                   |  33 +-
 debian/patches/0001-Sanitize-test-suite.patch      |  11 +-
 .../0002-Disable-tests-that-hit-the-network.patch  |   8 +-
 debian/ruby-css-parser.docs                        |   2 +-
 debian/watch                                       |   2 +-
 lib/css_parser/parser.rb                           | 224 +++++++--
 lib/css_parser/regexps.rb                          | 166 ++++++-
 lib/css_parser/rule_set.rb                         | 103 +++--
 lib/css_parser/version.rb                          |   2 +-
 test/fixtures/complex.css                          | 505 +++++++++++++++++++++
 test/fixtures/import-malformed.css                 |  35 ++
 test/test_css_parser_basic.rb                      |  17 +-
 test/test_css_parser_loading.rb                    |  75 ++-
 test/test_css_parser_media_types.rb                |   8 +-
 test/test_css_parser_misc.rb                       |  24 +-
 test/test_css_parser_offset_capture.rb             | 109 +++++
 test/test_css_parser_regexps.rb                    |  23 +-
 test/test_helper.rb                                |   5 +-
 test/test_merging.rb                               |   4 +-
 test/test_rule_set.rb                              |  12 +-
 test/test_rule_set_creating_shorthand.rb           |  40 +-
 test/test_rule_set_expanding_shorthand.rb          |  46 +-
 35 files changed, 1504 insertions(+), 165 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .gitignore
 create mode 100644 .jrubyrc
 rename Readme.md => README.md (53%)
 create mode 100644 test/fixtures/complex.css
 create mode 100644 test/fixtures/import-malformed.css
 create mode 100644 test/test_css_parser_offset_capture.rb

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