bwrap 1.0.0.pre.alpha3 → 1.0.0.pre.beta2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bwrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha3
4
+ version: 1.0.0.pre.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samu Voutilainen
@@ -34,36 +34,22 @@ cert_chain:
34
34
  X4ioQwEn1/9tHs19VO1CLF58451HgEo1BXd7eWLmV1V5cqw0YWok1ly4L/Su/Phf
35
35
  MRxVMHiVAqY=
36
36
  -----END CERTIFICATE-----
37
- date: 2021-11-14 00:00:00.000000000 Z
37
+ date: 2022-02-02 00:00:00.000000000 Z
38
38
  dependencies:
39
- - !ruby/object:Gem::Dependency
40
- name: optimist
41
- requirement: !ruby/object:Gem::Requirement
42
- requirements:
43
- - - "~>"
44
- - !ruby/object:Gem::Version
45
- version: '3.0'
46
- type: :runtime
47
- prerelease: false
48
- version_requirements: !ruby/object:Gem::Requirement
49
- requirements:
50
- - - "~>"
51
- - !ruby/object:Gem::Version
52
- version: '3.0'
53
39
  - !ruby/object:Gem::Dependency
54
40
  name: bundler
55
41
  requirement: !ruby/object:Gem::Requirement
56
42
  requirements:
57
43
  - - ">="
58
44
  - !ruby/object:Gem::Version
59
- version: '1.17'
45
+ version: '1.16'
60
46
  type: :development
61
47
  prerelease: false
62
48
  version_requirements: !ruby/object:Gem::Requirement
63
49
  requirements:
64
50
  - - ">="
65
51
  - !ruby/object:Gem::Version
66
- version: '1.17'
52
+ version: '1.16'
67
53
  - !ruby/object:Gem::Dependency
68
54
  name: rake
69
55
  requirement: !ruby/object:Gem::Requirement
@@ -120,7 +106,8 @@ dependencies:
120
106
  - - "~>"
121
107
  - !ruby/object:Gem::Version
122
108
  version: '3.7'
123
- description: For now this just reserves this name. Please be back later.
109
+ description: For now this is tailored to my needs, so this may or may not be of any
110
+ use.
124
111
  email:
125
112
  - smar@smar.fi
126
113
  executables: []
@@ -133,20 +120,29 @@ files:
133
120
  - lib/bwrap.rb
134
121
  - lib/bwrap/args/args.rb
135
122
  - lib/bwrap/args/bind.rb
123
+ - lib/bwrap/args/bind/library.rb
124
+ - lib/bwrap/args/bind/mime.rb
136
125
  - lib/bwrap/args/construct.rb
137
126
  - lib/bwrap/args/environment.rb
127
+ - lib/bwrap/args/features.rb
128
+ - lib/bwrap/args/library.rb
138
129
  - lib/bwrap/args/machine_id.rb
139
130
  - lib/bwrap/args/mount.rb
131
+ - lib/bwrap/bwrap.rb
132
+ - lib/bwrap/bwrap_module.rb
140
133
  - lib/bwrap/config.rb
134
+ - lib/bwrap/config/features.rb
141
135
  - lib/bwrap/execution.rb
136
+ - lib/bwrap/execution/exceptions.rb
142
137
  - lib/bwrap/execution/execute.rb
143
138
  - lib/bwrap/execution/execution.rb
144
139
  - lib/bwrap/execution/labels.rb
140
+ - lib/bwrap/execution/path.rb
145
141
  - lib/bwrap/output.rb
146
142
  - lib/bwrap/output/colors.rb
147
143
  - lib/bwrap/output/levels.rb
148
144
  - lib/bwrap/output/log.rb
149
- - lib/bwrap/output/output.rb
145
+ - lib/bwrap/output/output_impl.rb
150
146
  - lib/bwrap/version.rb
151
147
  homepage: https://git.sr.ht/~smar/ruby-bwrap
152
148
  licenses:
@@ -155,6 +151,7 @@ metadata:
155
151
  homepage_uri: https://git.sr.ht/~smar/ruby-bwrap
156
152
  source_code_uri: https://git.sr.ht/~smar/ruby-bwrap
157
153
  changelog_uri: https://git.sr.ht/~smar/ruby-bwrap/tree/master/item/CHANGELOG.md
154
+ rubygems_mfa_required: 'false'
158
155
  post_install_message:
159
156
  rdoc_options: []
160
157
  require_paths:
@@ -174,5 +171,5 @@ rubyforge_project:
174
171
  rubygems_version: 2.7.6.3
175
172
  signing_key:
176
173
  specification_version: 4
177
- summary: 'THIS WILL BE IN FUTURE: Framework to create commands for bwrap'
174
+ summary: Framework to create commands for bwrap
178
175
  test_files: []
metadata.gz.sig CHANGED
Binary file
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "bwrap/version"
4
-
5
- # Outputting utilities.
6
- module Bwrap::Output
7
- # Nya.
8
- end