allure-ruby-api 0.4 → 0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/allure-ruby-api/builder.rb +1 -1
- data/lib/allure-ruby-api/version.rb +1 -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: 54983b1f6ea3fdc5fb7cb534bf750e2381fa9a87
|
4
|
+
data.tar.gz: bc121c626bf518240da02ad3313cb630b57f9b51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4474634f6b3576642113f52300c5443c6b75cad2b36dc2da7775d258343ad34dc9ee091bdbc6d5f4be0ff99f18b7fbf281060d589398dc96ae6d13ae83586927
|
7
|
+
data.tar.gz: 5fd780f1e5ebc56f3252bf59c0615af7010532fcb6a66c26f6780eac20eb21ee1712bbec73577771e98b291c2c26ec287c8a507c973a995dbf42d053d1d65003
|
data/Gemfile.lock
CHANGED
@@ -74,7 +74,7 @@ module AllureRubyApi
|
|
74
74
|
step = opts[:step]
|
75
75
|
file = opts[:file]
|
76
76
|
title = opts[:title] || file.basename
|
77
|
-
puts "Adding attachment #{opts[:title]} to #{suite}.#{test}#{step.nil ? "" : ".#{step}"}"
|
77
|
+
puts "Adding attachment #{opts[:title]} to #{suite}.#{test}#{step.nil? ? "" : ".#{step}"}"
|
78
78
|
dir = Pathname.new(config.output_dir)
|
79
79
|
FileUtils.mkdir_p(dir)
|
80
80
|
file_extname = File.extname(file.path.downcase)
|
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.5'
|
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.5
|
141
141
|
test_files: []
|