[DRE-commits] [librarian-puppet] 149/153: Imported Upstream version 2.2.3

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:31:01 UTC 2016


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

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 9f77648007da0fc5d8bc5e7093a33473db8f85dc
Merge: b26edc7 22a4f28
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Wed Jun 1 22:13:42 2016 +0200

    Imported Upstream version 2.2.3

 .gitignore                                        |   1 +
 README.md                                         | 116 +++++++++---
 checksums.yaml.gz                                 | Bin 269 -> 0 bytes
 lib/librarian/puppet.rb                           |   6 +-
 lib/librarian/puppet/action.rb                    |   2 +
 lib/librarian/puppet/action/install.rb            |  26 +++
 lib/librarian/puppet/action/resolve.rb            |  21 +++
 lib/librarian/puppet/cli.rb                       |  26 ++-
 lib/librarian/puppet/dependency.rb                |  18 ++
 lib/librarian/puppet/dsl.rb                       |  67 +++++--
 lib/librarian/puppet/environment.rb               |  13 +-
 lib/librarian/puppet/extension.rb                 | 219 ----------------------
 lib/librarian/puppet/lockfile.rb                  |  39 ++++
 lib/librarian/puppet/lockfile/parser.rb           |  53 ------
 lib/librarian/puppet/requirement.rb               |  35 ----
 lib/librarian/puppet/source.rb                    |   1 -
 lib/librarian/puppet/source/forge.rb              |  32 +++-
 lib/librarian/puppet/source/forge/repo.rb         | 117 ++++--------
 lib/librarian/puppet/source/forge/repo_v1.rb      |  92 +++++++++
 lib/librarian/puppet/source/forge/repo_v3.rb      |  62 ++++++
 lib/librarian/puppet/source/githubtarball.rb      |   2 +-
 lib/librarian/puppet/source/githubtarball/repo.rb |  43 ++++-
 lib/librarian/puppet/source/local.rb              | 108 ++++++++---
 lib/librarian/puppet/source/repo.rb               |   2 +-
 lib/librarian/puppet/templates/Puppetfile         |  21 ++-
 lib/librarian/puppet/util.rb                      |  38 +++-
 lib/librarian/puppet/version.rb                   |   2 +-
 librarian-puppet.gemspec                          |  65 +++++++
 metadata.yml                                      | 197 -------------------
 29 files changed, 731 insertions(+), 693 deletions(-)

diff --cc librarian-puppet.gemspec
index 0000000,7295509..c2b0e92
mode 000000,100644..100644
--- a/librarian-puppet.gemspec
+++ b/librarian-puppet.gemspec
@@@ -1,0 -1,41 +1,65 @@@
 -$:.push File.expand_path("../lib", __FILE__)
 -
 -require 'librarian/puppet/version'
++#########################################################
++# This file has been automatically generated by gem2tgz #
++#########################################################
++# -*- encoding: utf-8 -*-
+ 
+ Gem::Specification.new do |s|
 -  s.name = 'librarian-puppet'
 -  s.version = Librarian::Puppet::VERSION
 -  s.platform = Gem::Platform::RUBY
 -  s.authors = ['Tim Sharpe', 'Carlos Sanchez']
 -  s.license = 'MIT'
 -  s.email = ['tim at sharpe.id.au', 'carlos at apache.org']
 -  s.homepage = 'https://github.com/voxpupuli/librarian-puppet'
 -  s.summary = 'Bundler for your Puppet modules'
 -  s.description = 'Simplify deployment of your Puppet infrastructure by
 -  automatically pulling in modules from the forge and git repositories with
 -  a single command.'
 -
 -  # puppet_forge gem requires ruby 1.9 so we do too, use version 1.x in ruby 1.8
 -  s.required_ruby_version = '>= 1.9.0'
 -
 -  s.files = [
 -    '.gitignore',
 -    'LICENSE',
 -    'README.md',
 -  ] + Dir['{bin,lib}/**/*']
++  s.name = "librarian-puppet"
++  s.version = "2.2.3"
+ 
 -  s.executables = ['librarian-puppet']
++  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
++  s.authors = ["Tim Sharpe", "Carlos Sanchez"]
++  s.date = "2016-04-21"
++  s.description = "Simplify deployment of your Puppet infrastructure by\n  automatically pulling in modules from the forge and git repositories with\n  a single command."
++  s.email = ["tim at sharpe.id.au", "carlos at apache.org"]
++  s.executables = ["librarian-puppet"]
++  s.files = [".gitignore", "LICENSE", "README.md", "bin/librarian-puppet", "lib/librarian/puppet.rb", "lib/librarian/puppet/action.rb", "lib/librarian/puppet/action/install.rb", "lib/librarian/puppet/action/resolve.rb", "lib/librarian/puppet/cli.rb", "lib/librarian/puppet/dependency.rb", "lib/librarian/puppet/dsl.rb", "lib/librarian/puppet/environment.rb", "lib/librarian/puppet/extension.rb", "lib/librarian/puppet/lockfile.rb", "lib/librarian/puppet/source.rb", "lib/librarian/puppet/sou [...]
++  s.homepage = "https://github.com/voxpupuli/librarian-puppet"
++  s.licenses = ["MIT"]
++  s.require_paths = ["lib"]
++  s.required_ruby_version = Gem::Requirement.new(">= 1.9.0")
++  s.rubygems_version = "1.8.23"
++  s.summary = "Bundler for your Puppet modules"
+ 
 -  s.add_dependency "librarianp", ">=0.6.3"
 -  s.add_dependency "rsync"
 -  s.add_dependency "puppet_forge", "~> 2.1"
++  if s.respond_to? :specification_version then
++    s.specification_version = 4
+ 
 -  s.add_development_dependency "rake"
 -  s.add_development_dependency "rspec"
 -  s.add_development_dependency "cucumber"
 -  s.add_development_dependency "aruba", "<0.8.0"
 -  s.add_development_dependency "puppet", ENV["PUPPET_VERSION"]
 -  s.add_development_dependency "minitest", "~> 5"
 -  s.add_development_dependency "mocha"
 -  s.add_development_dependency "simplecov", ">= 0.9.0"
++    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
++      s.add_development_dependency(%q<aruba>, ["< 0.8.0"])
++      s.add_development_dependency(%q<cucumber>, [">= 0"])
++      s.add_runtime_dependency(%q<librarianp>, [">= 0.6.3"])
++      s.add_development_dependency(%q<minitest>, ["~> 5"])
++      s.add_development_dependency(%q<mocha>, [">= 0"])
++      s.add_development_dependency(%q<puppet>, ["~> 4.1.0"])
++      s.add_runtime_dependency(%q<puppet_forge>, ["~> 2.1"])
++      s.add_development_dependency(%q<rake>, [">= 0"])
++      s.add_development_dependency(%q<rspec>, [">= 0"])
++      s.add_runtime_dependency(%q<rsync>, [">= 0"])
++      s.add_development_dependency(%q<simplecov>, [">= 0.9.0"])
++    else
++      s.add_dependency(%q<aruba>, ["< 0.8.0"])
++      s.add_dependency(%q<cucumber>, [">= 0"])
++      s.add_dependency(%q<librarianp>, [">= 0.6.3"])
++      s.add_dependency(%q<minitest>, ["~> 5"])
++      s.add_dependency(%q<mocha>, [">= 0"])
++      s.add_dependency(%q<puppet>, ["~> 4.1.0"])
++      s.add_dependency(%q<puppet_forge>, ["~> 2.1"])
++      s.add_dependency(%q<rake>, [">= 0"])
++      s.add_dependency(%q<rspec>, [">= 0"])
++      s.add_dependency(%q<rsync>, [">= 0"])
++      s.add_dependency(%q<simplecov>, [">= 0.9.0"])
++    end
++  else
++    s.add_dependency(%q<aruba>, ["< 0.8.0"])
++    s.add_dependency(%q<cucumber>, [">= 0"])
++    s.add_dependency(%q<librarianp>, [">= 0.6.3"])
++    s.add_dependency(%q<minitest>, ["~> 5"])
++    s.add_dependency(%q<mocha>, [">= 0"])
++    s.add_dependency(%q<puppet>, ["~> 4.1.0"])
++    s.add_dependency(%q<puppet_forge>, ["~> 2.1"])
++    s.add_dependency(%q<rake>, [">= 0"])
++    s.add_dependency(%q<rspec>, [">= 0"])
++    s.add_dependency(%q<rsync>, [">= 0"])
++    s.add_dependency(%q<simplecov>, [">= 0.9.0"])
++  end
+ end

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



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