ChangeLog.md in rubygems-tasks-0.2.4 vs ChangeLog.md in rubygems-tasks-0.2.5

- old
+ new

@@ -1,4 +1,12 @@ +### 0.2.5 / 2020-03-02 + +* Require Ruby >= 2.0.0. +* Added irb as a dependencies. +* Fixed issue where `file` tasks were defined in namespaces resulting in task + names such as `namespace:path/to/file` instead of simply `path/to/file`. +* Set gemspec license to MIT. + ### 0.2.4 / 2013-04-8 * Use the new `Gem::Package` class when running under Ruby 2.0.0. * Fix `hg showconfig extensions hgext gpg` empty test by ignoring the trailing new-line (thanks @wrzasa).