Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-jlewis committed Oct 1, 2018
1 parent 409dbce commit 51c61cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
allure-ruby-adaptor-api (0.7.1)
allure-ruby-adaptor-api (0.7.3)
mimemagic
nokogiri (~> 1.7)
uuid
Expand All @@ -13,11 +13,11 @@ GEM
systemu (~> 2.6.2)
mimemagic (0.3.2)
mini_portile2 (2.3.0)
nokogiri (1.8.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
rake (10.3.2)
systemu (2.6.5)
uuid (2.3.8)
uuid (2.3.9)
macaddr (~> 1.0)

PLATFORMS
Expand All @@ -29,4 +29,4 @@ DEPENDENCIES
rake

BUNDLED WITH
1.13.7
1.16.5
2 changes: 1 addition & 1 deletion lib/allure-ruby-adaptor-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module AllureRubyAdaptorApi # :nodoc:
module Version # :nodoc:
STRING = '0.7.2'
STRING = '0.7.3'
ALLURE = '1.4.6'
end
end

0 comments on commit 51c61cb

Please sign in to comment.