Socket
Socket
Sign inDemoInstall

semantic-release-rubygem

Package Overview
Dependencies
527
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "semantic-release-rubygem",
"version": "1.0.0",
"version": "1.0.1",
"description": "A semantic-release plugin for publishing Ruby gems",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -30,3 +30,3 @@ const { readFile, writeFile } = require('fs').promises;

logger.log('Building gem `%s`', gemFile);
const buildResult = execa('gem', ['build', gemspec, '-o', gemFile], { cwd, env });
const buildResult = execa('gem', ['build', gemspec], { cwd, env });
buildResult.stdout.pipe(stdout, { end: false });

@@ -33,0 +33,0 @@ buildResult.stderr.pipe(stderr, { end: false });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc