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 +4 -4
- data/exe/bundle-patch +6 -0
- data/lib/bundle/patch/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0826c8763ed454c3e1765072b8d6fe361c241eb122d1442d216fd06109ae014
|
4
|
+
data.tar.gz: c423a94bd2043d4e22ed1addf03936b62ca865d671c05529e1067fa7ff18d6a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03c8684f16d1bc4b484a29314f3304fb985427f30ee9ac05b1d500885a323035fe2e1576639ce3a0eefb20eef2b0d6ad656bfb4616ccd2c282950ac5d8985844
|
7
|
+
data.tar.gz: cbc9b6894eff3cbe31f299d63b35e8678fe18d99fbde1c02d7b0e0e74f9adbf12b0b3315f0bbc8282dbd56c1be67e36ead2496e66b08c23e229e77af15b9e2a5
|
data/exe/bundle-patch
ADDED
data/lib/bundle/patch/version.rb
CHANGED
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.
|
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
|