Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
* Fix Regex verification to be sure that the argument is a String
  • Loading branch information
Kevin committed Mar 29, 2014
1 parent 9489156 commit 5908581
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3 (2014-03-29)

* Fix Regex verification to be sure that the argument is a String

# 0.4.2 (2014-03-16)

* Fix an error when a service takes an arrays as parameter
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
dependency_injection (0.4.2)
dependency_injection (0.4.3)
activesupport

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.14)
activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
colorize (0.5.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/dependency_injection/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DependencyInjection
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 5908581

Please sign in to comment.