[NEWS] Document shift to use of RubyGems for plugins.

This commit is contained in:
Eloy Durán
2014-01-27 16:35:53 +01:00
parent f4f60cdee7
commit eacff90889

5
NEWS
View File

@@ -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.