Changelog¶ ↑
1.5.0 / 2018-11-17¶ ↑
Enhancements:
-
The
bundler:gemfile
rake task accepts optional arguments to specify the gem source, and whether to invokegemspec
. (Thanks, @adangel!)
1.4.0 / 2018-03-28¶ ↑
Enhancements:
-
Handle multiple version specs in development dependencies. (Thanks, @larskanis!)
1.3.0 / 2016-06-06¶ ↑
Enhancements:
-
Add support for multiple version specs.
1.2.0 / 2012-09-26¶ ↑
Enhancements:
-
Gracefully handle duplicate dependency declarations the way Gem::Specification does.
1.1.0 / 2011-03-20¶ ↑
Enhancements:
-
Warning message (“Do not edit”) in the generated Gemfile. (thanks to phiggins)
-
Infer version “>=0” when people don't specify a version in their
Hoe
config. (thanks to phiggins)
1.0.0 / 2010-07-21¶ ↑
1 major enhancement
-
Birthday!