scaffold_pico 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +15 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f9a8ab2a97285483da947927ed14ffb19cc41386
4
- data.tar.gz: dd94b57c3b760891ca4be43320d9c38c01b91bcb
2
+ SHA256:
3
+ metadata.gz: 7b83357d5757856a21122433ef1945d4b40ea82a717fd6ca5ea0dd14e88e4c55
4
+ data.tar.gz: 653e00810c7cd025e76277f5980480083586be79ab4701f727e07c0733a91b82
5
5
  SHA512:
6
- metadata.gz: c324e6d34bf1a5a53dbbbeec531b6c927a00f23f55b1de8e798489a7a2f0b0315acdf89bc2a29583d0aa94b528f5cd80b8872044639a69379bc80de5399914ad
7
- data.tar.gz: d56e4f57c42f0f3e9d5fb99e1b09a86239fd6cfed0ffd9de9bed6dc77cb8a5493e8f1f42d268c9e0ab60e039a6e511d605e3c65380ffa3510ac2a71153fd45f6
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.8
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-05-10 00:00:00.000000000 Z
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.5.2.2
151
+ rubygems_version: 2.7.7
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: Scaffold should be simple