thefuntasty_danger 0.9.2 → 0.9.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/Dangerfile +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d23b0045376b9fa0c8757e13fd19ac2785c427799ac49dd5cefebb312b06478a
|
|
4
|
+
data.tar.gz: 8ca7af77635e88d476472d85a358e5c04e64b6ca9fe206dfdf4173c5eea3d0d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c4f6cc636fc8c0eb1ee516a8bd7c68ebb694a1b7627b1bd29cd27d51017e14bd632356425976361552d9c2131e672337ba6db21ae93fac7b56a155a012f33e0
|
|
7
|
+
data.tar.gz: 5482ec544cc2604a09881d44c9fdf37b90d212c746b45ef85d80fa883e49c9e0417b25eb2548bb7de056747300675fd264770fa49b67240e0c0ed88019e59519
|
data/Dangerfile
CHANGED
|
@@ -45,7 +45,7 @@ elsif branch_contains_jira_id then
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# Check commit messages
|
|
48
|
-
commit_lint.check warn: :all, disable: [:subject_length]
|
|
48
|
+
commit_lint.check warn: :all, disable: [:subject_length, :subject_cap]
|
|
49
49
|
|
|
50
50
|
# Send iOS build results if possible
|
|
51
51
|
xcresult_file = Dir["fastlane/test_output/*.xcresult"].first
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thefuntasty_danger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matěj Kašpar Jirásek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|