yarn-audit-wrap 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b3e18ce1674b0cdd930cc3ff86948c3778de6ba52f50cafefcc28a178332f35
4
- data.tar.gz: a9b19eb43e108f46270c3845bb076fe6f838224e0f1e4950df2b9a442f7397fe
3
+ metadata.gz: 4ede93700c1ee12a16a048b07ff453bc8c5670184ea41d17fc5e8f3db082c082
4
+ data.tar.gz: 58a0c90ec2ca541e94927925688be781aae31d91c10177f009339f92465ebbde
5
5
  SHA512:
6
- metadata.gz: 2f9f7c7cf2df004ab4c83a8b474c41edd20b237804c10aa1f30c4f37a93eee88a98bae67aad93b7d09e05437a639c3ef9cc781b0077c8f63af21ebbee41e0765
7
- data.tar.gz: 00bcacd97be20b8720612e205b395cc5d3efde095971df572c4d3aef1aa647810be5ac68ad14b491e073a6c86741b3879980be363ac4f26fb223bfd8a7b2eea6
6
+ metadata.gz: f2db4b87c79fc72b570284fef05ad9420d5a84abdb61ed76ca722ff541f08c3fbb467db4b68067af6f37037263cc4ab5f351920820a376e02356213947576b95
7
+ data.tar.gz: 714db7c8fcb04224c7a765725d6e7a23e19bc3c867bba8d3ceff06cb18140dd6b5727157ed66e3053d68ce82595988684f7dc555061b12863713b4bec3f118f3
data/bin/yarn_audit_wrap CHANGED
@@ -2,13 +2,6 @@
2
2
 
3
3
  require "yarn/audit/wrap.rb"
4
4
 
5
- begin
6
- require "pry"
7
- require "debug"
8
- rescue
9
- # Do nothing if debugging libs aren't available.
10
- end
11
-
12
5
  begin
13
6
  main = Yarn::Audit::Wrap::Main.new(ARGV)
14
7
  rescue Yarn::Audit::Wrap::ExitEarlyError
@@ -3,7 +3,7 @@
3
3
  module Yarn
4
4
  module Audit
5
5
  module Wrap
6
- VERSION = "0.2.0"
6
+ VERSION = "0.4.0"
7
7
  end
8
8
  end
9
9
  end
@@ -1,4 +1,5 @@
1
1
  require "fileutils"
2
+ require "shellwords"
2
3
 
3
4
  module Yarn
4
5
  module Audit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yarn-audit-wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eddy Kim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport