@auto-canary/gem
TypeScript icon, indicating that this package has built-in type declarations

9.32.4-canary.1217.15590.0 • Public • Published

Gem Plugin

A plugin that automates publishing ruby gems.

Prerequisites

To publish to npm you will need an RUBYGEMS_API_KEY set in your environment.

This plugin also looks in your .gemspec and lib/**/version.rb for a version. auto will use this value and keep it up to date.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/gem
# or
yarn add -D @auto-it/gem

Usage

{
  "plugins": ["gem"]
}

Options

Build Command

When auto publishes you gem it does it by running a command. The default for this is bundle exec rake release.

The following is an example of using gem-release to publish the gem.

Make sure to tag and push in this command!

.autorc:

{
  "plugins": [
    [
      "gem",
      {
        "releaseCommand": "gem release --tag --push"
      }
    ]
  ]
}

Package Sidebar

Install

npm i @auto-canary/gem

Weekly Downloads

3

Version

9.32.4-canary.1217.15590.0

License

MIT

Unpacked Size

16.4 kB

Total Files

11

Last publish

Collaborators

  • alisowski
  • hipstersmoothie-canary