native-packages 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: native-packages
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Carmine Paolino
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - carmine@paolino.me
14
+ executables:
15
+ - native-packages
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - docs/cli-design.md
22
+ - docs/configuration.md
23
+ - docs/legacy.md
24
+ - docs/platforms.md
25
+ - docs/releasing.md
26
+ - examples/native-packages-all-formats.yaml
27
+ - examples/native-packages.yaml
28
+ - examples/packaging/arch/example-app-bin/PKGBUILD.in
29
+ - examples/packaging/nfpm.yml
30
+ - examples/packaging/project.yml
31
+ - examples/packaging/repositories.yml
32
+ - exe/native-packages
33
+ - lib/native_packages.rb
34
+ - lib/native_packages/build.rb
35
+ - lib/native_packages/cli.rb
36
+ - lib/native_packages/configuration.rb
37
+ - lib/native_packages/inspection.rb
38
+ - lib/native_packages/project.rb
39
+ - lib/native_packages/repositories.rb
40
+ - lib/native_packages/scaffold.rb
41
+ - lib/native_packages/support.rb
42
+ homepage: https://github.com/crmne/native-packages
43
+ licenses:
44
+ - MIT
45
+ metadata:
46
+ source_code_uri: https://github.com/crmne/native-packages
47
+ changelog_uri: https://github.com/crmne/native-packages/blob/main/CHANGELOG.md
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '3.2'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubygems_version: 4.0.16
63
+ specification_version: 4
64
+ summary: Shared release packaging and downstream recipe updates with nFPM
65
+ test_files: []