diff --git a/Gemfile.lock b/Gemfile.lock index 1c44ac6a..98f6b8df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec_api_documentation (0.6.0) + rspec_api_documentation (0.7.0) activesupport (>= 3.0.0) i18n (>= 0.1.0) json (>= 1.4.6) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index 0dfd261b..e36bab2a 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 = "0.6.0" + s.version = "0.7.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"]