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

Commit 7db0030

Browse files
committed
version bump
1 parent 1ed0b40 commit 7db0030

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
allure-rspec (0.7.6)
4+
allure-rspec (0.7.7)
55
allure-ruby-adaptor-api (= 0.6.10)
66
rspec (~> 3.2)
77

@@ -15,24 +15,24 @@ GEM
1515
diff-lcs (1.2.5)
1616
macaddr (1.7.1)
1717
systemu (~> 2.6.2)
18-
mimemagic (0.3.0)
19-
mini_portile (0.6.2)
20-
nokogiri (1.6.6.2)
21-
mini_portile (~> 0.6.0)
18+
mimemagic (0.3.1)
19+
mini_portile2 (2.0.0)
20+
nokogiri (1.6.7.2)
21+
mini_portile2 (~> 2.0.0.rc2)
2222
rake (10.4.2)
23-
rspec (3.3.0)
24-
rspec-core (~> 3.3.0)
25-
rspec-expectations (~> 3.3.0)
26-
rspec-mocks (~> 3.3.0)
27-
rspec-core (3.3.2)
28-
rspec-support (~> 3.3.0)
29-
rspec-expectations (3.3.1)
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)
3030
diff-lcs (>= 1.2.0, < 2.0)
31-
rspec-support (~> 3.3.0)
32-
rspec-mocks (3.3.2)
31+
rspec-support (~> 3.4.0)
32+
rspec-mocks (3.4.1)
3333
diff-lcs (>= 1.2.0, < 2.0)
34-
rspec-support (~> 3.3.0)
35-
rspec-support (3.3.0)
34+
rspec-support (~> 3.4.0)
35+
rspec-support (3.4.1)
3636
systemu (2.6.5)
3737
uuid (2.3.8)
3838
macaddr (~> 1.0)

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.6'
3+
STRING = '0.7.7'
44
end
55
end

0 commit comments

Comments
 (0)