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

rb_tags

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rb_tags

  • 0.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gem Version

RbTags

Generate tags file for your ruby project and bundled gems, based on ctags.

Installation

Install it using

gem install rb_tags

Requirements

The gem requires that you have

  • find
  • ctags

in your path.

Usage

cd into your project and simple type

rb_tags -h


    NAME
        rb_tags - Describe your application here

    SYNOPSIS
        rb_tags [global options] command [command options] [arguments...]

    VERSION
        0.0.5

    GLOBAL OPTIONS
        --help    - Show this message
        --version - Display the program version

    COMMANDS
        find - search for a tag
        help - Shows a list of commands or help for one command
        show - show esisting tags
        tag  - tags a given directory

RELEASE notes

  • v0.2.2: rollback to version 0.2.0, to use this, be sure you have no .tags files in any gems, if not use v0.2.1 to replace old structure in tag files

  • v0.2.1: fixes introduced bug changes, and is an migration version between changes in yaml_tasks.rb

  • v0.2.0: changes in yaml_tasks.rb; replacing combination of File.read/write and YAML.load/dump through YAML:Store

    this introduced an incompatibility with existing tag files, causing in different structure

    these version is yanked from rubygems.org

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

LeFnord

License

see License

FAQs

Package last updated on 15 Feb 2017

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