diff --git a/NEWS.md b/NEWS.md index 33e9078..9635417 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ User-visible changes worth mentioning. +## 4.0.3 + +- Add webrick as a development dependency +- [#363] Fix: `warning: already initialized constant Merit::*` messages +- [#357] Fix `merit_actions` migration template + ## 4.0.2 - [#355, #356] Add index on merit_actions.processed column diff --git a/merit.gemspec b/merit.gemspec index a3df12a..4ff4e57 100644 --- a/merit.gemspec +++ b/merit.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ } s.test_files = `git ls-files -- test/*`.split("\n") s.license = 'MIT' - s.version = '4.0.2' + s.version = '4.0.3' s.authors = ["Tute Costa"] s.email = 'tutecosta@gmail.com'