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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
smecsia committed Feb 3, 2016
1 parent 1ed0b40 commit 7db0030
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
allure-rspec (0.7.6)
allure-rspec (0.7.7)
allure-ruby-adaptor-api (= 0.6.10)
rspec (~> 3.2)

Expand All @@ -15,24 +15,24 @@ GEM
diff-lcs (1.2.5)
macaddr (1.7.1)
systemu (~> 2.6.2)
mimemagic (0.3.0)
mini_portile (0.6.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
mimemagic (0.3.1)
mini_portile2 (2.0.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
rake (10.4.2)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.2)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
systemu (2.6.5)
uuid (2.3.8)
macaddr (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/allure-rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module AllureRSpec # :nodoc:
module Version # :nodoc:
STRING = '0.7.6'
STRING = '0.7.7'
end
end

0 comments on commit 7db0030

Please sign in to comment.