From 19026fa2311bcad05f0e171c96277edf72d21869 Mon Sep 17 00:00:00 2001 From: grosser Date: Fri, 9 Aug 2013 17:34:24 -0700 Subject: [PATCH] v0.1.3 --- Gemfile.lock | 4 ++-- lib/bundler/organization_audit/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f22249f..e7d6d40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bundler-organization_audit (0.1.2) + bundler-organization_audit (0.1.3) json GEM @@ -18,7 +18,7 @@ GEM specs: bump (0.3.9) diff-lcs (1.1.3) - json (1.7.7) + json (1.8.0) rake (10.0.3) rspec (2.12.0) rspec-core (~> 2.12.0) diff --git a/lib/bundler/organization_audit/version.rb b/lib/bundler/organization_audit/version.rb index 7dd3638..fdf28b1 100644 --- a/lib/bundler/organization_audit/version.rb +++ b/lib/bundler/organization_audit/version.rb @@ -1,5 +1,5 @@ module Bundler module OrganizationAudit - VERSION = "0.1.2" + VERSION = "0.1.3" end end