[DRE-commits] [ruby-yaml-db] branch master updated (babb524 -> a350bbb)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jul 27 05:21:21 UTC 2015


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

boutil pushed a change to branch master
in repository ruby-yaml-db.

      from  babb524   prepare changelog
      adds  f01d0a4   Imported Upstream version 0.3.0
       new  4d64910   Merge tag 'upstream/0.3.0'
       new  4d769b0   use github as upstream for debian/watch
      adds  57e27dd   Imported Upstream version 0.3.0
       new  f80d076   Merge tag 'upstream/0.3.0'
       new  10e1388   install README.md as documentation
       new  d9fd086   Drop previous patches, integrated upstream or not needed anymore
       new  e41bedf   Build-depend on ruby-rspec >= 3~
       new  a3faa54   build-depend on ruby-sqlite3
       new  c8559dd   move tasks under the yaml_db subdirectory
       new  a350bbb   prepare changelog

The 9 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:
 .gitignore                             |   4 ++
 .rspec                                 |   2 +
 .travis.yml                            |  25 +++++++
 Gemfile                                |   5 ++
 README.markdown => README.md           |   5 +-
 Rakefile                               |  26 +------
 VERSION                                |   1 -
 about.yml                              |   5 --
 debian/changelog                       |  12 ++++
 debian/control                         |  12 ++--
 debian/patches/gitlab.patch            |  96 -------------------------
 debian/patches/kill-rubygems.patch     |   7 --
 debian/patches/move_rake_task.patch    |  18 +++++
 debian/patches/series                  |   3 +-
 debian/ruby-yaml-db.docs               |   3 +-
 debian/rules                           |  12 ++++
 debian/watch                           |   2 +-
 lib/serialization_helper.rb            |  17 +++--
 lib/yaml_db.rb                         |   5 +-
 lib/yaml_db/version.rb                 |   3 +
 metadata.yml                           |  77 --------------------
 spec/base.rb                           |   4 --
 spec/integration_spec.rb               |  49 +++++++++++++
 spec/serialization_helper_base_spec.rb |  76 ++++++++++----------
 spec/serialization_helper_dump_spec.rb | 113 ++++++++++++++----------------
 spec/serialization_helper_load_spec.rb | 124 ++++++++++++++++-----------------
 spec/serialization_utils_spec.rb       |  63 +++++++++--------
 spec/spec_helper.rb                    |  67 ++++++++++++++++++
 spec/yaml_dump_spec.rb                 |  88 ++++++++++++-----------
 spec/yaml_load_spec.rb                 |  48 ++++++-------
 spec/yaml_utils_spec.rb                |  18 ++---
 yaml_db.gemspec                        |  67 ++++++------------
 32 files changed, 503 insertions(+), 554 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 Gemfile
 rename README.markdown => README.md (91%)
 delete mode 100644 VERSION
 delete mode 100644 about.yml
 delete mode 100644 debian/patches/gitlab.patch
 delete mode 100644 debian/patches/kill-rubygems.patch
 create mode 100644 debian/patches/move_rake_task.patch
 create mode 100644 lib/yaml_db/version.rb
 delete mode 100644 metadata.yml
 delete mode 100644 spec/base.rb
 create mode 100644 spec/integration_spec.rb
 create mode 100644 spec/spec_helper.rb

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



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