bundle_grep 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +24 -1
- data/lib/bundle_grep/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78394b7e05751d9fb2ae6ab5fbdc3d40a8a8054daf379bdd5a6f35709ce96a70
|
4
|
+
data.tar.gz: abd27111e361a11bf8df61a0a2fcd5f9e71fbb2e6551fb2222f1c03d55f7c6f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3f289b44a081ff28238fec4721459cbc0f2fa7fe67a3ccf980b2f2902a0c72772a006bf408239112d1b2c4089a849539943fb5636105143bdbfe0026c65d5ee
|
7
|
+
data.tar.gz: 6ac90e99ae8d3c3b6219778058511249f6193a6080bb6ca70459918f9408f4e9393382d15a5b7e6186fbb36583ad5b92888f749f5f946c0ecf4e82aae1757cb3
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -14,7 +14,30 @@ Or, install manually:
|
|
14
14
|
|
15
15
|
$ bundler plugin install bundle_grep
|
16
16
|
|
17
|
-
|
17
|
+
## Secure Installation
|
18
|
+
|
19
|
+
bundler_grep is cryptographically signed. To be sure the gem you install hasn’t been tampered with:
|
20
|
+
|
21
|
+
Add my public key (if you haven't already) as a trusted certificate:
|
22
|
+
|
23
|
+
``` sh
|
24
|
+
gem cert --add <(curl -Ls https://raw.githubusercontent.com/tiegz/bundle_grep/master/certs/tiegz.pem)
|
25
|
+
```
|
26
|
+
|
27
|
+
Add this line to your application's Gemfile:
|
28
|
+
|
29
|
+
```rugby
|
30
|
+
plugin 'bundle_grep' # Installs from Rubygems
|
31
|
+
```
|
32
|
+
|
33
|
+
And run bundler in your project:
|
34
|
+
$ bundle --trust-policy MediumSecurity
|
35
|
+
|
36
|
+
(for more information on --trust-policy, see https://guides.rubygems.org/security/#using-gems)
|
37
|
+
|
38
|
+
## Usage
|
39
|
+
|
40
|
+
Once installed, execute:
|
18
41
|
|
19
42
|
```sh
|
20
43
|
$ bundle grep spec.license
|
data/lib/bundle_grep/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundle_grep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tieg Zaharia
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
6jW3ih+TV4VO9uJA7F2KKpHIFvuNWmHyq7+f2mfd350BWwlfwngqqr8CHlk6VI/G
|
35
35
|
EELxZPpeFzStWhUB/BuK6FhHgkU3qEns+QJjtO2HDPIsafUTnhdW2HEnKEU=
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date: 2019-11-
|
37
|
+
date: 2019-11-29 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: bundler
|
metadata.gz.sig
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
�
|
2
|
-
|
1
|
+
�IM�^9e;Lz.|G� w9���sR�����{wT �
|
2
|
+
5����?��֕%�*��"��T��@��}'���G��-�L�5���"N�գ�֕����<pV��D����RL+��=��nVFA
|
3
|
+
���;��GR�"�^G�Y8��@���/��^3"b�d]��,Ko;7W�:�e����%-"{L��q�O}��u!�,�BH2c;[/ �}���u��
|