prima-twig 0.31.32 → 0.31.33
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 +1 -0
- 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: b5282669fb602a32b85af1f65b4f5a3f157ce1e0
|
|
4
|
+
data.tar.gz: 31e1d7230bb0e2a3f8d0027d0999fb5615592c1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfa29921b5a863c51bf005c217a3da2b50f17544a7efe2517e28145888527335bd15e7b165a2403b7d1bea55aa4dc60c2e3d7495eb8ced7c5e804c0bae05b949
|
|
7
|
+
data.tar.gz: 0c29fad4d6c768f8a56a61be88821ad9240e7fafbe9d21253eb53b051318c5a186ce32aec4b6a8e3e4acceccb26780e469fcda9d84218a2489a7716157781d74
|
data/bin/twig-feature
CHANGED
|
@@ -1746,6 +1746,7 @@ class Release
|
|
|
1746
1746
|
return {} if project_name == 'crash' && select_master
|
|
1747
1747
|
Dir.chdir "projects/#{project_name}"
|
|
1748
1748
|
output "Recupero la lista dei branch del progetto #{project_name}..."
|
|
1749
|
+
`git remote prune origin`
|
|
1749
1750
|
out = %x[ git fetch ]
|
|
1750
1751
|
branches = %x[ git for-each-ref --sort=-committerdate refs/remotes/ --format='%(refname) %(objectname) %(committeremail)' | sed 's/refs\\/remotes\\/origin\\///g' ]
|
|
1751
1752
|
.split("\n").delete_if { |b| b.include?('HEAD') || b.include?('dev') }[0..49]
|
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.31.
|
|
4
|
+
version: 0.31.33
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.6.
|
|
217
|
+
rubygems_version: 2.6.14
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|