jefferies_tube 0.1.1 → 0.1.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6dcf4d9637118ecd01032558ee36b5643c7eb44
|
|
4
|
+
data.tar.gz: 3ebc17a420368a4030688472fd05ff14637728ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4099fb9410aac0a556f1f5843bf59850ae0d4cf08d6785436c30db89c11239a803588e57c470bf4394ea4caf8e507afceedc83e46d32dc75186130a27df25e45
|
|
7
|
+
data.tar.gz: 872b0bfc54ba8b17dd6a46e860efda5bc04226cffca19fb32e0d18d527d797fe65cd4fb7a390b5096ad65f0fe9ff6de11287d170a3e92cc05c5a54c6c16ac122
|
|
@@ -39,7 +39,7 @@ namespace :deploy do
|
|
|
39
39
|
puts "#{result.gem} is not secure!"
|
|
40
40
|
end
|
|
41
41
|
end
|
|
42
|
-
if vulnerable && ENV["I_KNOW_GEMS_ARE_INSECURE"]
|
|
42
|
+
if vulnerable && ENV["I_KNOW_GEMS_ARE_INSECURE"] == nil
|
|
43
43
|
abort """
|
|
44
44
|
Your Gemfile.lock contains unpatched gems -- refusing to deploy
|
|
45
45
|
Run `bundle-audit check --update` for full information
|
|
@@ -4,6 +4,7 @@ elsif !Capistrano::VERSION.start_with?("3")
|
|
|
4
4
|
raise "Capistrano support is limited to version 3"
|
|
5
5
|
end
|
|
6
6
|
|
|
7
|
+
require 'jefferies_tube/capistrano/assets'
|
|
7
8
|
require 'jefferies_tube/capistrano/db'
|
|
8
9
|
require 'jefferies_tube/capistrano/deploy'
|
|
9
10
|
require 'jefferies_tube/capistrano/maintenance'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jefferies_tube
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Samson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|
|
@@ -134,6 +134,7 @@ files:
|
|
|
134
134
|
- lib/jefferies_tube.rb
|
|
135
135
|
- lib/jefferies_tube/access_token.rb
|
|
136
136
|
- lib/jefferies_tube/capistrano.rb
|
|
137
|
+
- lib/jefferies_tube/capistrano/assets.rb
|
|
137
138
|
- lib/jefferies_tube/capistrano/db.rb
|
|
138
139
|
- lib/jefferies_tube/capistrano/deploy.rb
|
|
139
140
|
- lib/jefferies_tube/capistrano/maintenance.rb
|