[DRE-commits] [ruby-combustion] branch master updated (1da8509 -> bfa6c7b)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Sat Mar 5 15:35:04 UTC 2016


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

lucasmoura-guest pushed a change to branch master
in repository ruby-combustion.

      from  1da8509   Run wrap-and-sort on packaging files
      adds  ad450fc   Imported Upstream version 0.5.4
       new  7b47dfc   Merge tag 'upstream/0.5.4'
       new  12e2ef3   New upstream release
       new  59e351c   Add tests for package build
       new  cc5a1e5   Remove 'git ls-files' command from gemspec
       new  70753f1   debian/rules: Add check-dependencies command
       new  19f7ac6   Fix build dependencies
       new  3ce9ab0   Add manpages file
       new  bfa6c7b   Create release

The 8 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                                         |  1 +
 HISTORY                                            |  7 +++
 README.md                                          |  6 +-
 combustion.gemspec                                 |  6 +-
 debian/changelog                                   | 12 ++++
 debian/combust.1                                   | 50 ++++++++++++++++
 debian/control                                     |  7 ++-
 debian/patches/remove_git_from_gemspec.patch       | 27 +++++++++
 debian/patches/series                              |  1 +
 debian/ruby-combustion.manpages                    |  1 +
 debian/ruby-tests.rake                             |  7 +++
 debian/rules                                       |  1 +
 lib/combustion/database.rb                         | 26 ++++++---
 metadata.yml                                       | 66 ++++++++++++++++++++--
 spec/database_spec.rb                              | 17 ++++++
 .../20150717075542_create_dummy_test_table.rb      |  5 ++
 spec/dummy/lib/engine.rb                           |  7 +++
 spec/dummy/spec/internal/config/database.yml       |  3 +
 .../dummy/spec/internal/config}/routes.rb          |  0
 .../dummy/spec/internal/db}/schema.rb              |  0
 spec/dummy/spec/internal/log/.gitignore            |  1 +
 spec/spec_helper.rb                                |  3 +
 22 files changed, 237 insertions(+), 17 deletions(-)
 create mode 100644 debian/combust.1
 create mode 100644 debian/patches/remove_git_from_gemspec.patch
 create mode 100644 debian/ruby-combustion.manpages
 create mode 100644 debian/ruby-tests.rake
 create mode 100644 spec/database_spec.rb
 create mode 100644 spec/dummy/db/migrate/20150717075542_create_dummy_test_table.rb
 create mode 100644 spec/dummy/lib/engine.rb
 create mode 100644 spec/dummy/spec/internal/config/database.yml
 copy {templates => spec/dummy/spec/internal/config}/routes.rb (100%)
 copy {templates => spec/dummy/spec/internal/db}/schema.rb (100%)
 create mode 100644 spec/dummy/spec/internal/log/.gitignore
 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-combustion.git



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