Skip to content

Commit

Permalink
Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich committed Aug 23, 2018
1 parent 9f04200 commit bb87226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rspec_api_documentation (5.1.0)
rspec_api_documentation (6.0.0)
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
multi_json (1.11.2)
multi_test (0.1.2)
multipart-post (2.0.0)
mustache (1.0.3)
mustache (1.0.5)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
pry (0.11.3)
Expand Down Expand Up @@ -157,4 +157,4 @@ DEPENDENCIES
yard (>= 0.9.11)

BUNDLED WITH
1.16.3
1.16.4
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "rspec_api_documentation"
s.version = "5.1.0"
s.version = "6.0.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"]
s.email = ["[email protected]", "[email protected]", "[email protected]"]
Expand Down

0 comments on commit bb87226

Please sign in to comment.