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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61c389569ab565cf240a0161309c469a09ab82b8
4
- data.tar.gz: 15b4c7f908ed6e4b92720a0bd4f14b4fcd06005e
3
+ metadata.gz: 54983b1f6ea3fdc5fb7cb534bf750e2381fa9a87
4
+ data.tar.gz: bc121c626bf518240da02ad3313cb630b57f9b51
5
5
  SHA512:
6
- metadata.gz: 716f8c70b6a7740a724ea3d9e9b35caf47efd42139cf0b488b70830fbe4200a5c83d6ec0260a2b18f3fd6abe2d88c43eee45c2e732f776d47705f7bde0aa34e6
7
- data.tar.gz: 2430d74e25a0b930fb993cad17ef16aab4c71ff2969821a6f35e96c9a414aeec2c986b7a875619a2804abe6bb1c3d77ff8253def397e9fb8e9d1b00214bf44d4
6
+ metadata.gz: 4474634f6b3576642113f52300c5443c6b75cad2b36dc2da7775d258343ad34dc9ee091bdbc6d5f4be0ff99f18b7fbf281060d589398dc96ae6d13ae83586927
7
+ data.tar.gz: 5fd780f1e5ebc56f3252bf59c0615af7010532fcb6a66c26f6780eac20eb21ee1712bbec73577771e98b291c2c26ec287c8a507c973a995dbf42d053d1d65003
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- allure-ruby-api (0.4)
4
+ allure-ruby-api (0.5)
5
5
  mimemagic
6
6
  nokogiri (~> 1.6.0)
7
7
  rspec (~> 2.14.0)
@@ -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)
@@ -1,6 +1,6 @@
1
1
  module AllureRubyApi # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '0.4'
3
+ STRING = '0.5'
4
4
  ALLURE = '1.4.0'
5
5
  end
6
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.4'
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.4
140
+ summary: allure-ruby-api-0.5
141
141
  test_files: []