prima-twig 0.30.4 → 0.30.5
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/bin/twig-feature +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05c557d80270d5b31056b3f08c3bd39dac432be8
|
|
4
|
+
data.tar.gz: d4e0585251dd58282c52c9d4792861d88128b386
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a546fe07a5451548cacd518b822b6c979f6ce7a4d7c40404cb5e95d1ae46981c2875b373a5f7a5fde28b9a8f5fa26fdb4267a69a5ea76cfbd94b732e44c80c0
|
|
7
|
+
data.tar.gz: 7afcca2287cc4a25a8ca537396e0c5e855ed0bab3a8ef40e54b914c3115b2c8b25c6db35d3ce7e93e42c918807b1d2411a9dddc1be2bfc109473027ea13989bd
|
data/bin/twig-feature
CHANGED
|
@@ -8,7 +8,6 @@ require 'json'
|
|
|
8
8
|
require 'launchy'
|
|
9
9
|
require 'pp'
|
|
10
10
|
require 'redis'
|
|
11
|
-
require 'pry'
|
|
12
11
|
|
|
13
12
|
class Release
|
|
14
13
|
include Command
|
|
@@ -382,7 +381,6 @@ class Release
|
|
|
382
381
|
@projects['crash'][:name]
|
|
383
382
|
)
|
|
384
383
|
end
|
|
385
|
-
binding.pry
|
|
386
384
|
@dns_record_identifier = deploy_id
|
|
387
385
|
hostname_pattern_priority = hostname_pattern_priority()
|
|
388
386
|
tags = [
|