[DRE-commits] [ruby-puppetlabs-spec-helper] branch master updated (5c9d8ae -> 5bb5014)

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Thu Oct 8 15:38:24 UTC 2015


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

gaudenz pushed a change to branch master
in repository ruby-puppetlabs-spec-helper.

      from  5c9d8ae   prepare changelog
       new  d962c4b   Imported Upstream version 0.10.3
       new  5d6bc77   Merge tag 'upstream/0.10.3'
       new  5fda3e0   Remove no longer needed "0001-Avoid-use-of-gem-for-loading-rspec.patch"
       new  cc5b49e   Update standards version (no changes needed)
       new  5bb5014   Update changelog for version 0.10.3-1

The 5 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                                         |   3 +
 .noexec.yaml                                       |   4 +
 CHANGELOG                                          |  27 ---
 CHANGELOG.md                                       | 215 +++++++++++++++++++
 Gemfile                                            |   9 +
 README.markdown                                    | 231 +++++++++++++++++++++
 Rakefile                                           |  33 +++
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 .../0001-Avoid-use-of-gem-for-loading-rspec.patch  |  21 --
 debian/patches/series                              |   1 -
 lib/puppetlabs_spec_helper/module_spec_helper.rb   |  22 +-
 lib/puppetlabs_spec_helper/puppet_spec_helper.rb   |   1 -
 .../puppetlabs_spec/matchers.rb                    |  11 +-
 .../puppetlabs_spec/puppet_internals.rb            |   6 +-
 lib/puppetlabs_spec_helper/rake_tasks.rb           | 159 ++++++++++++--
 lib/puppetlabs_spec_helper/version.rb              |   5 +
 metadata.yml                                       | 211 ++++++++++---------
 puppet_spec_helper.rb                              |   5 +
 puppetlabs_spec_helper.gemspec                     |  25 +++
 puppetlabs_spec_helper.rb                          |   5 +
 spec/lib/puppet/type/spechelper.rb                 |   6 +
 .../puppetlabs_spec/puppet_internals_spec.rb       |  92 ++++++++
 spec/unit/spechelper_spec.rb                       |  43 ++++
 spec/watchr.rb                                     |  79 +++++++
 25 files changed, 1053 insertions(+), 173 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .noexec.yaml
 delete mode 100644 CHANGELOG
 create mode 100644 CHANGELOG.md
 create mode 100644 Gemfile
 create mode 100644 README.markdown
 create mode 100644 Rakefile
 delete mode 100644 debian/patches/0001-Avoid-use-of-gem-for-loading-rspec.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/puppetlabs_spec_helper/version.rb
 create mode 100644 puppet_spec_helper.rb
 create mode 100644 puppetlabs_spec_helper.gemspec
 create mode 100644 puppetlabs_spec_helper.rb
 create mode 100644 spec/lib/puppet/type/spechelper.rb
 create mode 100644 spec/unit/puppetlabs_spec_helper/puppetlabs_spec/puppet_internals_spec.rb
 create mode 100755 spec/unit/spechelper_spec.rb
 create mode 100644 spec/watchr.rb

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



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