[DRE-commits] [ruby-re2] branch master updated (dedaf34 -> ba44e86)

David Suárez deiv-guest at moszumanska.debian.org
Fri May 2 10:24:54 UTC 2014


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

deiv-guest pushed a change to branch master
in repository ruby-re2.

      from  dedaf34   Fix license
      adds  8988734   Imported Upstream version 0.6.0
       new  7eec231   Merge tag 'upstream/0.6.0'
       new  ba44e86   Prepare for release

The 2 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:
 LICENSE.txt                 |   2 +-
 README.md                   | 102 +++++---
 Rakefile                    |   4 +-
 checksums.yaml.gz           | Bin 0 -> 271 bytes
 debian/changelog            |   6 +
 ext/re2/re2.cc              | 616 +++++++++++++++++++++++++++-----------------
 lib/re2.rb                  |   7 +
 lib/re2/scanner.rb          |  15 ++
 lib/re2/string.rb           |  36 +--
 metadata.yml                |  58 +++--
 spec/re2/match_data_spec.rb |  16 ++
 spec/re2/regexp_spec.rb     |   9 +
 spec/re2/scanner_spec.rb    |  90 +++++++
 spec/re2/string_spec.rb     |  22 --
 spec/re2_spec.rb            |  24 +-
 15 files changed, 632 insertions(+), 375 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 lib/re2.rb
 create mode 100644 lib/re2/scanner.rb
 create mode 100644 spec/re2/scanner_spec.rb

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



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