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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b5743b49f4e5186687b76112d3a72297864f1b0
4
- data.tar.gz: 41ad0365da3f6f394dcbc64de2853b28ad7e96a2
3
+ metadata.gz: 13128d279fc18f8c832f671c1e0a51829e072db8
4
+ data.tar.gz: 40aabd1e8c21dc964a7c34fa03e04f1af7a18f93
5
5
  SHA512:
6
- metadata.gz: 453a355f90c0cd609a034934466af917a73ba4535bf9f86a67494f1405165c68c0216084328d0396bba69dadb59adfdafa129ee174dd6cae75740c204ace4f32
7
- data.tar.gz: 69cddb5bbec3a7ef1f40b45973023e9faf00b8b27f70bf338b1114d0790dd5a8f182a9064d995fc269fb6bbcbab537ffb49585d33490357b8fe73b34c6ec9030
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::STRING}.xsd")))
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|
@@ -1,5 +1,6 @@
1
1
  module AllureRubyApi # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '0.1'
3
+ STRING = '0.2'
4
+ ALLURE = '1.4.0'
4
5
  end
5
6
  end
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.1'
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.1
140
+ summary: allure-ruby-api-0.2
141
141
  test_files: []