aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuki <yuki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-08 12:54:35 +0000
committeryuki <yuki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-08 12:54:35 +0000
commit9fac9f511e89afa993af9751eeecad57ce45ee9d (patch)
tree69042b8f8e8507b50b80f84ef8f434fb4adef40e
parent1881ef71ddf9df567cb97ff0c3b4b403d64d2010 (diff)
downloadruby-9fac9f511e89afa993af9751eeecad57ce45ee9d.tar.gz
gems/bundled_gems: Automatically install the did_you_mean gem as a bunlded gem.
[Feature #11252] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--gems/bundled_gems1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f49d165755..9b017c2469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 8 21:48:22 2015 Yuki Nishijima <mail@yukinishijima.net>
+
+ * gems/bundled_gems: Automatically install the did_you_mean gem
+ as a bunlded gem. [Feature #11252]
+
Tue Sep 8 17:17:48 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h: remove rb_call_info_t::blockiseq.
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 1ec0a3fe50..1ae41a9c82 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -3,3 +3,4 @@ test-unit 3.1.3
minitest 5.8.0
rake 10.4.2
net-telnet 0.1.1
+did_you_mean 1.0.0.beta1