From eacff90889a87b4bcd041279e30d5ba7d91bd81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Mon, 27 Jan 2014 16:35:53 +0100 Subject: [PATCH] [NEWS] Document shift to use of RubyGems for plugins. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index c6ac420c..d3a255de 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,11 @@ * Improved command-line interface, e.g. `$ motion create --help' will now no longer create an application called ‘--help’. This deprecates the interface for any command plugins and this will fully be removed with RubyMotion v3. + * Added support for loading plugins through RubyGems. Libraries that used to + use `~/Library/RubyMotion' to load commands and/or templates should no + longer do so, but instead add a `lib/motion_plugin.rb' file (see Joybox for + an example). The `~/Library/RubyMotion' is from now on only meant for local + usage, i.e. outside of the scope of a gem. * [OSX] Fixed bug where method types of NSOpenPanel and NSSavePanel were not being cached for their private counterparts that are substituted at runtime in case the application is running in a sandbox.