From 5f0b3f7eb0197a583c69e2cde08f2deb8bd01033 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Wed, 3 Oct 2018 13:25:44 -0400 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- rspec_api_documentation.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4041fef7..6e8db2a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec_api_documentation (6.0.0) + rspec_api_documentation (6.1.0) activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index 39bdb1c4..9590586a 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "rspec_api_documentation" - s.version = "6.0.0" + s.version = "6.1.0" s.platform = Gem::Platform::RUBY s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"] s.email = ["chris@smartlogicsolutions.com", "sam@smartlogicsolutions.com", "eric@smartlogicsolutions.com"]