Sha256: 47690c89aa9985879060717b3834d93413ead08f88a0d4df003c422a589b8f18

Contents?: true

Size: 1.55 KB

Versions: 12

Compression:

Stored size: 1.55 KB

Contents

---
project: 'puppet'
author: 'Puppet Labs'
email: 'info@puppetlabs.com'
homepage: 'https://github.com/puppetlabs/puppet'
summary: 'Puppet, an automated configuration management tool'
description: 'Puppet, an automated configuration management tool'
version_file: 'lib/puppet/version.rb'
# files and gem_files are space separated lists
files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
# Make sure these gem requirements are in sync with the gempspec and Gemfile
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
gem_test_files: 'spec/**/*'
gem_executables: 'puppet'
gem_default_executables: 'puppet'
gem_license: 'Apache-2.0'
gem_forge_project: 'puppet'
gem_required_ruby_version: '>= 3.1.0'
gem_required_rubygems_version: '> 1.3.1'
gem_runtime_dependencies:
  facter: ['>= 4.3.0', '< 5']
  semantic_puppet: '~> 1.0'
  fast_gettext: ['>= 2.1', '< 3']
  locale: '~> 2.1'
  multi_json: '~> 1.13'
  puppet-resource_api: '~>1.5'
  concurrent-ruby: "~> 1.0"
  deep_merge: '~> 1.0'
  scanf: '~> 1.0'
gem_rdoc_options:
  - --title
  - "Puppet - Configuration Management"
  - --main
  - README.md
  - --line-numbers
gem_platform_dependencies:
  universal-darwin:
    gem_runtime_dependencies:
      CFPropertyList: '~> 2.2'
  x86-mingw32:
    gem_runtime_dependencies:
      ffi: '1.15.5'
      minitar: '~> 0.9'
  x64-mingw32:
    gem_runtime_dependencies:
      ffi: '1.15.5'
      minitar: '~> 0.9'
bundle_platforms:
  universal-darwin: all
  x86-mingw32: mingw
  x64-mingw32: x64_mingw
pre_tasks:
  'package:apple': 'cfpropertylist'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
puppet-8.3.0 ext/project_data.yaml
puppet-8.3.0-x86-mingw32 ext/project_data.yaml
puppet-8.3.0-x64-mingw32 ext/project_data.yaml
puppet-8.3.0-universal-darwin ext/project_data.yaml
puppet-8.4.0 ext/project_data.yaml
puppet-8.4.0-x86-mingw32 ext/project_data.yaml
puppet-8.4.0-x64-mingw32 ext/project_data.yaml
puppet-8.4.0-universal-darwin ext/project_data.yaml
puppet-8.3.1 ext/project_data.yaml
puppet-8.3.1-x86-mingw32 ext/project_data.yaml
puppet-8.3.1-x64-mingw32 ext/project_data.yaml
puppet-8.3.1-universal-darwin ext/project_data.yaml