Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 728343a

Browse files
authored
Upgrade to the latest allure-ruby-adaptor-api (#75)
* allure-ruby-adaptor-api/rspec versions updated to 0.7.0
1 parent 7db0030 commit 728343a

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Gemfile.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
PATH
22
remote: .
33
specs:
4-
allure-rspec (0.7.7)
5-
allure-ruby-adaptor-api (= 0.6.10)
6-
rspec (~> 3.2)
4+
allure-rspec (0.8.0)
5+
allure-ruby-adaptor-api (= 0.7.0)
6+
rspec (~> 3.5)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
allure-ruby-adaptor-api (0.6.10)
11+
allure-ruby-adaptor-api (0.7.0)
1212
mimemagic
13-
nokogiri (~> 1.6.0)
13+
nokogiri (~> 1.7)
1414
uuid
1515
diff-lcs (1.2.5)
1616
macaddr (1.7.1)
1717
systemu (~> 2.6.2)
18-
mimemagic (0.3.1)
19-
mini_portile2 (2.0.0)
20-
nokogiri (1.6.7.2)
21-
mini_portile2 (~> 2.0.0.rc2)
18+
mimemagic (0.3.2)
19+
mini_portile2 (2.1.0)
20+
nokogiri (1.7.0)
21+
mini_portile2 (~> 2.1.0)
2222
rake (10.4.2)
23-
rspec (3.4.0)
24-
rspec-core (~> 3.4.0)
25-
rspec-expectations (~> 3.4.0)
26-
rspec-mocks (~> 3.4.0)
27-
rspec-core (3.4.2)
28-
rspec-support (~> 3.4.0)
29-
rspec-expectations (3.4.0)
23+
rspec (3.5.0)
24+
rspec-core (~> 3.5.0)
25+
rspec-expectations (~> 3.5.0)
26+
rspec-mocks (~> 3.5.0)
27+
rspec-core (3.5.4)
28+
rspec-support (~> 3.5.0)
29+
rspec-expectations (3.5.0)
3030
diff-lcs (>= 1.2.0, < 2.0)
31-
rspec-support (~> 3.4.0)
32-
rspec-mocks (3.4.1)
31+
rspec-support (~> 3.5.0)
32+
rspec-mocks (3.5.0)
3333
diff-lcs (>= 1.2.0, < 2.0)
34-
rspec-support (~> 3.4.0)
35-
rspec-support (3.4.1)
34+
rspec-support (~> 3.5.0)
35+
rspec-support (3.5.0)
3636
systemu (2.6.5)
3737
uuid (2.3.8)
3838
macaddr (~> 1.0)
@@ -46,4 +46,4 @@ DEPENDENCIES
4646
rake
4747

4848
BUNDLED WITH
49-
1.10.5
49+
1.13.7

allure-rspec.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Gem::Specification.new do |s|
1111
s.description = %q{Adaptor to use Allure framework along with the RSpec 2}
1212
s.summary = "allure-rspec-#{AllureRSpec::Version::STRING}"
1313
s.homepage = 'http://allure.qatools.ru'
14-
s.license = 'Apache2'
14+
s.license = 'Apache-2.0'
1515

1616
s.files = `git ls-files`.split("\n")
1717
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
1818
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1919
s.require_paths = ['lib']
2020

21-
s.add_dependency 'rspec', '~> 3.2'
22-
s.add_dependency 'allure-ruby-adaptor-api', '0.6.10'
21+
s.add_dependency 'rspec', '~> 3.5'
22+
s.add_dependency 'allure-ruby-adaptor-api', '0.7.0'
2323

2424
s.add_development_dependency 'bundler'
2525
s.add_development_dependency 'rake'

lib/allure-rspec/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module AllureRSpec # :nodoc:
22
module Version # :nodoc:
3-
STRING = '0.7.7'
3+
STRING = '0.8.0'
44
end
55
end

0 commit comments

Comments
 (0)