cigale 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61cb724282c634cac85aa948c86661eab3250190
4
- data.tar.gz: d15681417387893e0e72d69136a7dd0cb24050d3
3
+ metadata.gz: 029b6ece7946dd18163dd5e34e6ce49e3841f641
4
+ data.tar.gz: 3615e7019830f4ceb3fc0f949c24b428a3a0a75b
5
5
  SHA512:
6
- metadata.gz: d2bc9e61ed510ab00ac6d98d1b0ab04e6273c2dc1a261e46e1f5e48919c17fcff5fa7668d52a948fd2f913bbcfe6c1552aa87d162336776705bd7e3aaf143628
7
- data.tar.gz: 5d63adc2678c1f4a71f2fef46a4e12ce3ceefd915266adacf61ab9620209631b535783353bffd37462e99e32c03d6d97dc193f4c33a484fada14ce3428f79b09
6
+ metadata.gz: 6a3942411a5720fc5454e65835192106ee28e47f43c98afa103ad1daa9259454bc31640861381b99708e6180c2ad2b09ae31a3918101f8c245da5aeacf69192f
7
+ data.tar.gz: 325bb39027661759f4718f32f3ec6ebc2d3ecd12511ea9f7cccba8a923d14a07ecac69746f6a210ffb25a1c3cf3ace2d0f4292651b802d974fb6c8d6a3f18168
@@ -8,18 +8,18 @@ module Cigale::Property
8
8
  notify = toh pdef["notify"]
9
9
 
10
10
  xml.startNotification boolp(notify["start"], false)
11
- xml.startNotification boolp(notify["success"], false)
12
- xml.startNotification boolp(notify["aborted"], false)
13
- xml.startNotification boolp(notify["not-built"], false)
14
- xml.startNotification boolp(notify["unstable"], false)
15
- xml.startNotification boolp(notify["failure"], false)
16
- xml.startNotification boolp(notify["back-to-normal"], false)
17
- xml.startNotification boolp(notify["repeated-failure"], false)
11
+ xml.notifySuccess boolp(notify["success"], false)
12
+ xml.notifyAborted boolp(notify["aborted"], false)
13
+ xml.notifyNotBuilt boolp(notify["not-built"], false)
14
+ xml.notifyUnstable boolp(notify["unstable"], false)
15
+ xml.notifyFailure boolp(notify["failure"], false)
16
+ xml.notifyBackToNormal boolp(notify["back-to-normal"], false)
17
+ xml.notifyRepeatedFailures boolp(notify["repeated-failure"], false)
18
18
 
19
- xml.startNotification boolp(pdef["include-test-summary"], false)
20
- xml.startNotification boolp(notify["show-commit-list"], false)
19
+ xml.includeTestSummary boolp(pdef["include-test-summary"], false)
20
+ xml.showCommitList boolp(notify["show-commit-list"], false)
21
21
 
22
- xml.startNotification !!pdef["custom-message"]
22
+ xml.includeCustomMessage !!pdef["custom-message"]
23
23
  xml.customMessage pdef["custom-message"]
24
24
  end
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module Cigale
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cigale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amos Wenger