allure-ruby-api 0.1 → 0.2
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/lib/allure-ruby-api/builder.rb +1 -1
- data/lib/allure-ruby-api/version.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13128d279fc18f8c832f671c1e0a51829e072db8
|
|
4
|
+
data.tar.gz: 40aabd1e8c21dc964a7c34fa03e04f1af7a18f93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc58cf8b62e2c74f0797270befdc81c16e14b9c88bfed7a0b53f9beb4120fd11528d2378c03e4ffa0fbda0e04cc2363b7aeae12c11361f3213310675ff823592
|
|
7
|
+
data.tar.gz: 44dbb4e27cf24caf93db88da7e6ebcb570a96f6c71b6da35d90ae093f3f0b603758b2af9b2f993c9c8d05210a8103bafff47ffbd4d6f2998bdc196e3db87ecb0
|
|
@@ -177,7 +177,7 @@ module AllureRubyApi
|
|
|
177
177
|
end
|
|
178
178
|
|
|
179
179
|
def validate_xml(xml)
|
|
180
|
-
xsd = Nokogiri::XML::Schema(File.read(Pathname.new(File.dirname(__FILE__)).join("../../allure-model-#{AllureRubyApi::Version::
|
|
180
|
+
xsd = Nokogiri::XML::Schema(File.read(Pathname.new(File.dirname(__FILE__)).join("../../allure-model-#{AllureRubyApi::Version::ALLURE}.xsd")))
|
|
181
181
|
doc = Nokogiri::XML(xml)
|
|
182
182
|
|
|
183
183
|
xsd.validate(doc).each do |error|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: allure-ruby-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.2'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ilya Sadykov
|
|
@@ -137,5 +137,5 @@ rubyforge_project:
|
|
|
137
137
|
rubygems_version: 2.0.3
|
|
138
138
|
signing_key:
|
|
139
139
|
specification_version: 4
|
|
140
|
-
summary: allure-ruby-api-0.
|
|
140
|
+
summary: allure-ruby-api-0.2
|
|
141
141
|
test_files: []
|