• Sign In



  • Categories

    Extension Details



    Readme

    Ruby Gems Extension for Panic's Nova Code Editor

    Provides a sidebar with information on gems contained in a project's Gemfile using RubyGems.org. Built for Panic's macOS code editor, Nova.

    Ruby Gems Nova Extension Screenshot

    Thank you to RubyGems.org and its contributors! This extension is not created, maintained, or endorsed by RubyGems.org. To request features or report bugs, please see the section below.

    Prerequisites

    There are no prerequisites for this extension.

    Usage

    Enable the extension in the extension library within Nova.

    Ruby Gems Nova Extension Screenshot

    Configuration

    The Ruby Gems extension will search for a 'Gemfile' in the root directory of the project unless a 'Gemfile' location is specified in the workspace preferences.

    Workspace Configuration

    To specify a 'Gemfile' location, go to the workspace preferences, select Ruby Gems, and choose a file. Simply delete the path if you wish to for the extension to automatically find and include the default 'Gemfile' from the root directory again.

    Ruby Gems Workspace Preferences

    Report a Bug or Feature Request

    To report a bug or request a feature, please add an issue to the GitHub repository. Thanks!

    Release Notes

    Version 1.0.1

    • Removed extension console error when no Gemfile is found. This information is displayed in the panel.

    Version 1.0

    Initial release

    License

    MIT License

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.