From bb87226e076f7ad0c02a94b4b01d735912f09a31 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Thu, 23 Aug 2018 16:49:45 -0400 Subject: [PATCH] Bump version to 6.0.0 --- Gemfile.lock | 6 +++--- rspec_api_documentation.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31f46c6b..4041fef7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -157,4 +157,4 @@ DEPENDENCIES yard (>= 0.9.11) BUNDLED WITH - 1.16.3 + 1.16.4 diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index ed5edf7d..39bdb1c4 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 = "5.1.0" + s.version = "6.0.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"]