prima-twig 0.3.10 → 0.3.11

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-open-pr +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ed110c96e11b9841ce6a6c9b7930480367e67d8
4
- data.tar.gz: a6afcc8d40e1ac6e506d73a83939b004d6eee5e7
3
+ metadata.gz: f61139661c10231d35211b2adfebb846164ed2a5
4
+ data.tar.gz: 224fc9f8eb7c7e62096ae711f554919e1643395e
5
5
  SHA512:
6
- metadata.gz: 4c81cd417c6122f8b181cfe44b67f5897f584cb7d676c11fd8ed94d960c12988c54abee1b8ace62ec10c0c7f29119ddb8f85742f115b1347a3f3ab5b9f9f8883
7
- data.tar.gz: 2690a5366673fee0ed291de1fe998c17923f51b854da575d6375d60815126a82ee09fe662feb8c1cbf5d25a667bbd1310bb8d19c98b72885ef28f482aa4b6957
6
+ metadata.gz: 918d0de4368c763bf7069444fd749d19bb97c8b5874cd53e5edf22233811a9aa0f4f57f3f09a4d3da1913c376404ad9958d996a864363356e213ae4b5d35002c
7
+ data.tar.gz: b7fd536d99f4c05713b6e5b5a6d0d712455b53f84471c6e289dd422a25a297bfe309c6381f13b4a8262563b95ba8c4f28d5cddf923f33fbbc8aa32b588617a10
@@ -105,7 +105,7 @@ class OpenPR
105
105
  head = @prima.current_branch_name
106
106
  body = ask('Body: ')
107
107
  unless @prima.twig.get_branch_property(current_branch_name, 'issue').nil?
108
- body << " close ##{@prima.twig.get_branch_property(current_branch_name, 'issue')}"
108
+ body << " Issue di riferimento: ##{@prima.twig.get_branch_property(current_branch_name, 'issue')}"
109
109
  end
110
110
  pr = @prima.create_pull_request base_branch, head, title, body
111
111
  @prima.assign_pull_request_to_me(pr.number)
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.3.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-03-11 00:00:00.000000000 Z
14
+ date: 2016-03-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: twig