bld 0.1.10 → 0.1.11

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bld +1 -1
  3. data/bin/build +1 -1
  4. data/lib/commands.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78bc9cfc7bc1572671feab14e8fd08abb1ae8a8aa470c0f0a984772758159e88
4
- data.tar.gz: e187478177849bc5fa26cd8649527189ed44749204dd62b0330a97a169025cb4
3
+ metadata.gz: 95db01fc1f8b814390cb002e44ac52022eb1473396b4872d38919ddbcbda0275
4
+ data.tar.gz: 34c4968f97710e37f51ab1d01936c571c16e5b2033840e6c1d380d7eaa07dd25
5
5
  SHA512:
6
- metadata.gz: 1d54dfac9875947c80abf80bc7278c14138ae418136839cdc2c051906d132945b4026429abe97a9f779f674dcc18011cbe04e91e8ec467b013073b5de53f13f2
7
- data.tar.gz: 7b983df8db6928b1119ab87abb01f56c339c16ff7ac515d51da0fc96ce6b95f009e0194a899f70d497a2b0f9c8860437ee956487f32d4262cb2583017276f0b1
6
+ metadata.gz: c379f62a27575b6ca56a51c529cdf8df066588eecae843628c4bd929f550e24b44b28f0dbaf04adadda140a9610f12d307b249c4d94b3cf844f8ff4b3775507d
7
+ data.tar.gz: e1d3d504f2af8525a8bb2a0d1b983211fe2d0abba7f55d64b58596c4e55833bd96afb005aa4dc741ee8c404c413848de2c9a5bb5918676f7d957a3b185a6a212
data/bin/bld CHANGED
@@ -20,7 +20,7 @@ class BuildCLI
20
20
 
21
21
  def run
22
22
  program :name, 'Build CLI'
23
- program :version, '0.1.10'
23
+ program :version, '0.1.11'
24
24
  program :description, "Build's Command Line Interface"
25
25
  program :int_block, -> { exit }
26
26
  default_command :help
data/bin/build CHANGED
@@ -20,7 +20,7 @@ class BuildCLI
20
20
 
21
21
  def run
22
22
  program :name, 'Build CLI'
23
- program :version, '0.1.10'
23
+ program :version, '0.1.11'
24
24
  program :description, "Build's Command Line Interface"
25
25
  program :int_block, -> { exit }
26
26
  default_command :help
data/lib/commands.rb CHANGED
@@ -211,7 +211,7 @@ class BuildCLICommands
211
211
  exit(1)
212
212
  end
213
213
  config_variables = args.map { |arg,|
214
- arg.split("=")
214
+ [arg.split("=").[](0), arg.split("=").[](1..)&.join("=") || ""]
215
215
  }.to_h
216
216
  if config_variables.empty?
217
217
  puts(CLI::UI.fmt("{{red:›}} Error: The following error occurred:"))
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bld
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - usiegl00
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: abbrev