bundle-patch 0.1.0 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8b17466b5eb121598328313cfad1610ffc24389696fe4560d4a069d77a0964b
4
- data.tar.gz: 8f27ad6af43d58e7d4d45b1c4929ea0a5f81f07acdedd392f07b22fbb3e71e8e
3
+ metadata.gz: e0826c8763ed454c3e1765072b8d6fe361c241eb122d1442d216fd06109ae014
4
+ data.tar.gz: c423a94bd2043d4e22ed1addf03936b62ca865d671c05529e1067fa7ff18d6a4
5
5
  SHA512:
6
- metadata.gz: fdee9fb0b56afdb55eaba3c51139b6ceff09b81bda3e2845b89ee84400508061f1386e04d1a13475bbf7dbf18186380de33cd57d1209ea276916d6ab85e7a4db
7
- data.tar.gz: 4b47dc321f9a3f976d65ab41c5bba00e3bc6ad4de4824503a588cad8d375c1711bea149a99c8240cfb7a44d9138d29d46a6144e8a26dfddf112287d1403724e6
6
+ metadata.gz: 03c8684f16d1bc4b484a29314f3304fb985427f30ee9ac05b1d500885a323035fe2e1576639ce3a0eefb20eef2b0d6ad656bfb4616ccd2c282950ac5d8985844
7
+ data.tar.gz: cbc9b6894eff3cbe31f299d63b35e8678fe18d99fbde1c02d7b0e0e74f9adbf12b0b3315f0bbc8282dbd56c1be67e36ead2496e66b08c23e229e77af15b9e2a5
data/exe/bundle-patch ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ require "bundle/patch"
3
+ require "bundle/patch/config"
4
+
5
+ config = Bundle::Patch::Config.from_argv(ARGV)
6
+ Bundle::Patch.start(config)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bundle
4
4
  module Patch
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundle-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rishijain
@@ -28,7 +28,8 @@ description: bundle-patch is a CLI tool that detects vulnerable gems in your Gem
28
28
  strategy (patch/minor/all). Uses bundler-audit under the hood.
29
29
  email:
30
30
  - jainrishi.37@gmail.com
31
- executables: []
31
+ executables:
32
+ - bundle-patch
32
33
  extensions: []
33
34
  extra_rdoc_files: []
34
35
  files:
@@ -38,6 +39,7 @@ files:
38
39
  - Rakefile
39
40
  - bin/console
40
41
  - bin/setup
42
+ - exe/bundle-patch
41
43
  - lib/bundle-patch.rb
42
44
  - lib/bundle/patch.rb
43
45
  - lib/bundle/patch/audit/advisory.rb