prima-twig 0.36.2 → 0.36.3
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 +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: feef6576fc94ecc1892d91ff9b3c72cab11d50d9
|
|
4
|
+
data.tar.gz: d30d01a6ef501de860e6de56511860bed18030a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e1c55e3de408bd5162e9f71f30133d974743eb9babf236cd9e1487f6a6d0f594ac575b150eb6c282d85afd101a167f29c0898df399ebec52233ce342d8ef9e
|
|
7
|
+
data.tar.gz: 53206378edc15d92681f4eba5b238b81615ba90a4230b1d70bccda66bd768e2cd350db5ec125819029bffbdc2bb8063d981a341aac2582ed5682865c2044db0e
|
data/bin/twig-feature
CHANGED
|
@@ -417,7 +417,7 @@ class Release
|
|
|
417
417
|
|
|
418
418
|
`git checkout master`
|
|
419
419
|
|
|
420
|
-
if `git branch -l | grep #{feature_number}
|
|
420
|
+
if `git branch -l | grep #{feature_number}`.size > 0
|
|
421
421
|
`git checkout #{feature_number} && git pull`
|
|
422
422
|
else
|
|
423
423
|
`git checkout -b #{feature_number}`
|
|
@@ -427,7 +427,7 @@ class Release
|
|
|
427
427
|
|
|
428
428
|
@projects.each_key do |project_key|
|
|
429
429
|
if @projects[project_key][:revision]
|
|
430
|
-
branches += "#{project_key}:#{@projects[project_key][:name]}:#{@projects[project_key][:revision]}:#{@projects[project_key][:default_branch]}
|
|
430
|
+
branches += "#{project_key}:#{@projects[project_key][:name]}:#{@projects[project_key][:revision]}:#{@projects[project_key][:default_branch]}"
|
|
431
431
|
end
|
|
432
432
|
end
|
|
433
433
|
|
|
@@ -474,13 +474,13 @@ class Release
|
|
|
474
474
|
|
|
475
475
|
@projects.each_key do |project_key|
|
|
476
476
|
if @projects[project_key][:revision]
|
|
477
|
-
branches += "#{project_key}:#{@projects[project_key][:name]}:#{@projects[project_key][:revision]}:#{@projects[project_key][:default_branch]}
|
|
477
|
+
branches += "#{project_key}:#{@projects[project_key][:name]}:#{@projects[project_key][:revision]}:#{@projects[project_key][:default_branch]}"
|
|
478
478
|
end
|
|
479
479
|
end
|
|
480
480
|
|
|
481
481
|
File.open('branch_names', 'w') { |file| file.write(branches) }
|
|
482
482
|
|
|
483
|
-
`git commit -am '#{action}'`
|
|
483
|
+
`git commit -am '#{action}' && git push`
|
|
484
484
|
end
|
|
485
485
|
|
|
486
486
|
def qainit_read_config!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.36.
|
|
4
|
+
version: 0.36.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-05-
|
|
16
|
+
date: 2018-05-23 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|