From 3c2f23d7442defc326c6b8674ec614e9260bc7d8 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Tue, 28 Apr 2015 16:57:56 -0400 Subject: [PATCH] Bump version --- Gemfile.lock | 4 ++-- rspec_api_documentation.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 32bf7a59..5f066f1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec_api_documentation (4.3.0) + rspec_api_documentation (4.4.0) activesupport (>= 3.0.0) json (~> 1.4, >= 1.4.6) mustache (~> 0.99, >= 0.99.4) @@ -64,7 +64,7 @@ GEM multi_json (1.11.0) multi_test (0.1.2) multipart-post (2.0.0) - mustache (0.99.7) + mustache (0.99.8) nokogiri (1.6.4.1) mini_portile (~> 0.6.0) pry (0.10.1) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index b5c21f35..0331de36 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 = "4.3.0" + s.version = "4.4.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"]