[DRE-commits] [ruby-puppet-syntax] branch master updated (a9391a1 -> 0ca0f7f)

Michael Moll mmoll-guest at moszumanska.debian.org
Wed Jul 6 22:11:01 UTC 2016


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

mmoll-guest pushed a change to branch master
in repository ruby-puppet-syntax.

      from  a9391a1   Run wrap-and-sort on packaging files
      adds  7009d9c   Imported Upstream version 2.1.0
       new  813cb68   Merge tag 'upstream/2.1.0'
       new  0ca0f7f   adjust debian/* files for new 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:
 .travis.yml                                        |  12 +++
 CHANGELOG                                          |   7 ++
 debian/changelog                                   |   7 ++
 debian/control                                     |   4 +-
 lib/puppet-syntax.rb                               |   2 +-
 lib/puppet-syntax/hiera.rb                         |   2 +-
 lib/puppet-syntax/manifests.rb                     |   7 +-
 lib/puppet-syntax/tasks/puppet-syntax.rb           |   6 ++
 lib/puppet-syntax/templates.rb                     |  56 +++++++++---
 lib/puppet-syntax/version.rb                       |   2 +-
 metadata.yml                                       |  18 +++-
 spec/fixtures/test_module/manifests/tag_notice.pp  |   5 ++
 .../templates/{fail_error.erb => fail_error.epp}   |   2 +-
 .../{fail_error.erb => fail_error_also.epp}        |   2 +-
 spec/fixtures/test_module/templates/pass.epp       |   3 +
 spec/fixtures/test_module/templates/pass_also.epp  |   3 +
 spec/puppet-syntax/hiera_spec.rb                   |  11 +--
 spec/puppet-syntax/manifests_spec.rb               | 100 +++++++++++++++------
 spec/puppet-syntax/tasks/puppet-syntax_spec.rb     |   1 +
 spec/puppet-syntax/templates_spec.rb               |  68 ++++++++++++++
 spec/puppet-syntax_spec.rb                         |   5 ++
 21 files changed, 263 insertions(+), 60 deletions(-)
 create mode 100644 spec/fixtures/test_module/manifests/tag_notice.pp
 copy spec/fixtures/test_module/templates/{fail_error.erb => fail_error.epp} (59%)
 copy spec/fixtures/test_module/templates/{fail_error.erb => fail_error_also.epp} (59%)
 create mode 100644 spec/fixtures/test_module/templates/pass.epp
 create mode 100644 spec/fixtures/test_module/templates/pass_also.epp

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



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