prima-twig 0.0.26 → 0.0.28

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-pick-issue +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22def7baa60cffe96202868dc0cd6f97394089c8
4
- data.tar.gz: 9592ee52637b291237c1c780f3b9338a3abd9448
3
+ metadata.gz: b4f44d7ed9ca07f6e26f8df3d1b38620f0be9230
4
+ data.tar.gz: 61ba5316b6229f9868f15d54dfbf06a7609381ba
5
5
  SHA512:
6
- metadata.gz: 557172d737ec82429fb56d19b0ec5474aaffe69bf16a05f6669d67a6e0ef5aa9929b2d176bcb0d1dd4d394b22bf368bf61231d6e8a4962877e39b768eaf5f7bf
7
- data.tar.gz: 172189bb4834648eb9f01c52fa8581048d9a994ddc82307e2512d5e138a14a834736a45a5556a2de50ef91cce3f65af125a109f5cc3cee807b49ee5abd0677ff
6
+ metadata.gz: 255cda314943fa74a0435e15d8be13d41c29fb396c24546512b7fcc9f16ddc75ff7c4eb3976c980592f73980da14b20c96002dc74ba73872b52b6194a284764c
7
+ data.tar.gz: 2b5a3cdd3c525ec883c37c5e0864f14a82b6865e7879a7f716dc5efafc5159a5d2246d530b44c97eadee2c169a48e7269b605cb71ec67b946170d669d2bdce7f
@@ -58,6 +58,7 @@ class PickIssue
58
58
  puts "creo branch con nome #{branch_name} da #{base_branch}"
59
59
  @prima.rugged.branches.create(branch_name, base_branch)
60
60
  @prima.twig.set_branch_property(branch_name, 'issue', issue_number)
61
+ @prima.twig.set_branch_property(branch_name, 'diff-branch', base_branch)
61
62
  @prima.rugged.checkout(branch_name)
62
63
  @prima.update_issue_with_label(issue_number, Prima::LABEL_WIP)
63
64
  puts "Aggiunta label \"#{ Prima::LABEL_WIP }\" sulla issue ##{ issue_number }".green
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.0.26
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino