[go: up one dir, main page]

File: project_data.yaml

package info (click to toggle)
facter 4.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,276 kB
  • sloc: ruby: 64,130; sh: 48; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
project: 'facter'
author: 'Puppet Labs'
email: 'team-nw@puppet.com'
homepage: 'https://github.com/puppetlabs/facter'
summary: 'Facter, a system inventory tool'
description: 'You can prove anything with facts!'
version_file: 'lib/facter/version.rb'
files: 'bin/facter lib/facter.rb lib/**/*.rb'
gem_files: 'bin/facter lib/facter.rb lib/**/*.rb'
gem_require_path: 'lib'
gem_executables: 'facter'
gem_license: 'Apache-2.0'
gem_default_executables: 'facter'
gem_required_ruby_version: ['>= 2.5', '< 4.0']
gem_runtime_dependencies:
  hocon: ~> 1.3
  thor: ['>= 1.0.1', '< 1.3']