qaxqa 1.3.1 → 1.3.2b

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
  SHA1:
3
- metadata.gz: 65c7e6593d86bb8f6e82dbd4e10ccb9697fe5f22
4
- data.tar.gz: c2110cf9836ad4e27fdd5ac810ba55926cffbc26
3
+ metadata.gz: f757edb32c90c793fd38a2438671aaf2b428040f
4
+ data.tar.gz: 198ad1aa583262bc3a4cf0149c690ccf68b0c0a1
5
5
  SHA512:
6
- metadata.gz: f1c2963433505ee554877d7274ea725292f2f20013f600cf3dd9c39546ca5e109e4fd9aee669e1570e8b6235b91b499d8b1681afea231c46b45ed3a9caf99c48
7
- data.tar.gz: 578414e0aa6818a4e200ef49c8ccf542ee6086b4d3aef82e2b25645ce3f9b2444b47528554ed09f8a7eac4fcf5e4d89e80161c8006fcd629968d0015a7bc0d8f
6
+ metadata.gz: 187f66ceed44300857374d37a8b48334658a54aa948190ec333b27ae8f8fae1c96c3695b7768ea4047579d7e745b5a0b008e62425f201e70bd3810a53890defa
7
+ data.tar.gz: bdd8dc0e903ac8246eba8b9839dfefe01c00f674250943e98dbf60c5ca64b8ce031316ffe3b496b9446e7aaa77a3b88dccc809bfe79631f852afe93d33b6a847
data/.simplecov CHANGED
@@ -1,3 +1,3 @@
1
- SimpleCov.start do
2
- add_group "lib", "lib"
3
- end
1
+ #SimpleCov.start do
2
+ # add_group "lib", "lib"
3
+ #end
@@ -15,7 +15,7 @@ module Qaxqa
15
15
  testsuite.xpath("./testcase").each do |tc|
16
16
  testcase = Testcase.new
17
17
  testcase.steps = []
18
- testcase.subject = suite.subject
18
+ testcase.subject = "-"
19
19
  testcase.test_name = tc.attributes["name"].value
20
20
  testcase.summary = tc.xpath("./summary").text
21
21
  testcase.preconditions = tc.xpath("./preconditions").text
data/lib/qaxqa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qaxqa
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2b"
3
3
  end
data/output.xlsx CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qaxqa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2b
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ronaldo Possan
@@ -156,9 +156,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  requirements:
159
- - - ">="
159
+ - - ">"
160
160
  - !ruby/object:Gem::Version
161
- version: '0'
161
+ version: 1.3.1
162
162
  requirements: []
163
163
  rubyforge_project:
164
164
  rubygems_version: 2.5.1