From 58a6ecdb41e76efcc33ac3b5d31ce84ce676505f Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 23 Feb 2014 11:17:36 +0100 Subject: [PATCH 1/2] Update Gemfile.lock --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f56c295..aa76e0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependency_injection (0.3.1) + dependency_injection (0.4.0) activesupport GEM @@ -17,7 +17,7 @@ GEM rest-client simplecov (>= 0.7) thor - i18n (0.6.4) + i18n (0.6.9) metaclass (0.0.1) mime-types (1.23) minitest (5.0.6) From a6c994e863b359a3829b191d18bfbf9748bfcd2e Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 23 Feb 2014 11:20:19 +0100 Subject: [PATCH 2/2] Bump to v0.4.1 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/dependency_injection/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f9d84..66789e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1 (2014-02-23) + +* Nothing adding/removed. Just fix the Gemfile.lock + # 0.4.0 (2014-02-23) * Fix an error when a service use another service diff --git a/Gemfile.lock b/Gemfile.lock index aa76e0b..0a7578c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependency_injection (0.4.0) + dependency_injection (0.4.1) activesupport GEM diff --git a/lib/dependency_injection/version.rb b/lib/dependency_injection/version.rb index bd977bf..ffedde5 100644 --- a/lib/dependency_injection/version.rb +++ b/lib/dependency_injection/version.rb @@ -1,3 +1,3 @@ module DependencyInjection - VERSION = '0.4.0' + VERSION = '0.4.1' end