allure-ruby-commons 2.13.8.3 → 2.13.8.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bc521722448d5d7f665ad0030bde72f700e59b9e03446ae018f5ba6138b7bc3
4
- data.tar.gz: 13b5dda45f54667133b4563f14bcecbf53b3d47e4900877779681dc2fe0d6848
3
+ metadata.gz: c7da435fb2a8bc93044eda5e385ae89ac30cc0ab26d4d64320de8248960de4e8
4
+ data.tar.gz: 463bb17a0bdfab7ba1660d91fcb6325d55b51da6314c47930aa39a7cbca46eb4
5
5
  SHA512:
6
- metadata.gz: af6d41eec7edcb5ed2729afda19583d80cc2a437ccb6c6881b9faccaee2f4cfa578b26eb53422617ad1bf5cb883e76767dbbea15f2d921865d35f320ab803ac3
7
- data.tar.gz: 2bd20a058c6fabf324056e8543c56567dc49cade84ed60420e0bf6224dce10dd601ecb6fff274a1727321d452b30c1664dca7d47b3815532d87fa0e99f902b45
6
+ metadata.gz: 0b93cd5b075df1a25b7b9991b46fbf7deb83f4a99463742802d35d3456daae237f75ce169724910254a2815249677ab1716209f30077749a081958b0f895c02a
7
+ data.tar.gz: c91f38b4fe96d8e1a39a0c99a02e3d7a928f6aaec8ccc9f4e2109b7a099a4befc683f9c24d9dcbb0765e6b3d910d91e38bcd75674774617d27f85b880994835b
@@ -59,6 +59,13 @@ module Allure
59
59
  Label.new(FRAMEWORK_LABEL_NAME, value)
60
60
  end
61
61
 
62
+ # Epic label
63
+ # @param [String] value
64
+ # @return [Allure::Label]
65
+ def epic_label(value)
66
+ Label.new(EPIC_LABEL_NAME, value)
67
+ end
68
+
62
69
  # Feature label
63
70
  # @param [String] value
64
71
  # @return [Allure::Label]
@@ -66,6 +73,13 @@ module Allure
66
73
  Label.new(FEATURE_LABEL_NAME, value)
67
74
  end
68
75
 
76
+ # Story label
77
+ # @param [String] value
78
+ # @return [Allure::Label]
79
+ def story_label(value)
80
+ Label.new(STORY_LABEL_NAME, value)
81
+ end
82
+
69
83
  # Package label
70
84
  # @param [String] value
71
85
  # @return [Allure::Label]
@@ -94,13 +108,6 @@ module Allure
94
108
  Label.new(SUB_SUITE_LABEL_NAME, value)
95
109
  end
96
110
 
97
- # Story label
98
- # @param [String] value
99
- # @return [Allure::Label]
100
- def story_label(value)
101
- Label.new(STORY_LABEL_NAME, value)
102
- end
103
-
104
111
  # Test case label
105
112
  # @param [String] value
106
113
  # @return [Allure::Label]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allure-ruby-commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.8.3
4
+ version: 2.13.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrejs Cunskis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-19 00:00:00.000000000 Z
11
+ date: 2021-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types