[DRE-commits] [ruby-pdf-core] branch master updated (cd0c394 -> 589ca16)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 21 13:55:26 UTC 2014


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

boutil pushed a change to branch master
in repository ruby-pdf-core.

      from  cd0c394   Imported Debian patch 0.2.4-1
      adds  6f21fbd   Imported Upstream version 0.2.5
       new  89e400f   Merge tag 'upstream/0.2.5'
       new  1e60020   update copyright information
       new  5f8ec6a   update control file
       new  1015449   use rake method to run the specs
       new  a39fd84   do not use bundler in specs
       new  d01469e   do not install any doc
       new  589ca16   prepare changelog

The 7 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:
 COPYING                         |   2 +
 GPLv2                           | 340 ++++++++++++++++++++
 GPLv3                           | 674 ++++++++++++++++++++++++++++++++++++++++
 Gemfile                         |   3 +
 LICENSE                         |  56 ++++
 Rakefile                        |  11 +
 checksums.yaml.gz               | Bin 269 -> 268 bytes
 debian/changelog                |   4 +-
 debian/control                  |  25 +-
 debian/copyright                | 111 +++++--
 debian/patches/no_bundler.patch |  17 +
 debian/patches/series           |   1 +
 debian/ruby-pdf-core.docs       |   1 -
 debian/ruby-tests.rake          |   7 +
 metadata.yml                    |  17 +-
 pdf-core.gemspec                |   4 +-
 spec/filters_spec.rb            |  34 ++
 spec/name_tree_spec.rb          | 122 ++++++++
 spec/object_store_spec.rb       |  49 +++
 spec/pdf_object_spec.rb         | 172 ++++++++++
 spec/reference_spec.rb          |  62 ++++
 spec/spec_helper.rb             |  32 ++
 spec/stream_spec.rb             |  59 ++++
 23 files changed, 1764 insertions(+), 39 deletions(-)
 create mode 100644 COPYING
 create mode 100644 GPLv2
 create mode 100644 GPLv3
 create mode 100644 Gemfile
 create mode 100644 LICENSE
 create mode 100644 Rakefile
 create mode 100644 debian/patches/no_bundler.patch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/ruby-pdf-core.docs
 create mode 100644 debian/ruby-tests.rake
 create mode 100644 spec/filters_spec.rb
 create mode 100644 spec/name_tree_spec.rb
 create mode 100644 spec/object_store_spec.rb
 create mode 100644 spec/pdf_object_spec.rb
 create mode 100644 spec/reference_spec.rb
 create mode 100644 spec/spec_helper.rb
 create mode 100644 spec/stream_spec.rb

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



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