scaffold_pico 1.1.8 → 1.1.9
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 +5 -5
- data/README.md +15 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7b83357d5757856a21122433ef1945d4b40ea82a717fd6ca5ea0dd14e88e4c55
|
|
4
|
+
data.tar.gz: 653e00810c7cd025e76277f5980480083586be79ab4701f727e07c0733a91b82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd29117c532bc944d17b2eb5d69edc94a754c257e2ecc14931fe557088a66654bfe104ab8db4357f083bce8ddebdd23983c6d79a39a911a8883d32436e5006e4
|
|
7
|
+
data.tar.gz: 13a906dfcb09af826dd01b2fe4ad8b9dc7477c739b023e1b59c17af435a5b45daaed14642901c0e9b0cac8ed035062d430f2d66b7a1d476607a58dac476057bb
|
data/README.md
CHANGED
|
@@ -45,6 +45,21 @@ There is no need to have it in your gem file.
|
|
|
45
45
|
|
|
46
46
|
gem install scaffold_pico
|
|
47
47
|
|
|
48
|
+
Scaffold Pico is cryptographically signed. To be sure the gem you install hasn’t been tampered with:
|
|
49
|
+
|
|
50
|
+
Add my public key (if you haven’t already) as a trusted certificate
|
|
51
|
+
|
|
52
|
+
gem cert --add <(curl -Ls https://raw.githubusercontent.com/gudata/scaffold_pico/master/certs/gudata.pem)
|
|
53
|
+
|
|
54
|
+
gem install scaffold_pico -P MediumSecurity
|
|
55
|
+
|
|
56
|
+
The MediumSecurity trust profile will verify signed gems, but allow the installation of unsigned dependencies.
|
|
57
|
+
|
|
58
|
+
This is necessary incase not all of Scaffold Pico’s dependencies are signed, so we cannot use HighSecurity.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
48
63
|
# Overriding
|
|
49
64
|
If you want to change something you can override/change
|
|
50
65
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scaffold_pico
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gudata
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
150
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 2.
|
|
151
|
+
rubygems_version: 2.7.7
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: Scaffold should be simple
|