Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

matthewtodd-rubygems_commands

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matthewtodd-rubygems_commands

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Rubygems Commands

Since version 1.3.2, rubygems has allowed 3rd-party libraries to provide additional sub-commands for gem.

This gem provides for gem mate, gem doc, and gem export.

== Behold

gem mate activerecord

=> mate /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2

gem doc activerecord

=> open /opt/local/lib/ruby/gems/1.8/doc/activerecord-2.3.2/rdoc/index.html

gem export activerecord

=> Creates these files in the current directory:

activerecord-2.3.2.gem

activesupport-2.3.2.gem

== Install

gem sources --add http://gems.github.com gem install matthewtodd-rubygems_commands

== Tab Completion

Provided by Dr. Nic's tabtab[http://tabtab.rubyforge.org] gem.

After installing, you'll want to update your tabtab completions with

install_tabtab

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc