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

flexmls_gems

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexmls_gems

  • 0.2.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

flexmls Gems

Library and rake tasks for gem management

Documentation

Moving from tools like Jeweler and Hoe that manage gemspecs in some abstracted manner that requires constant regeneration, this project relies on gems using "the Bundler way" of gemspec driven gem development, but adds some of the nice other tools that Jeweler provides to dry up Rakefiles. This project is so dry, it uses itself to build itself!

Installation

gem install flexmls_gems

Usage Examples

Rakefile
# Default gem tasks
require 'flexmls_gems/tasks'
# Enable rspec test tasks
require 'flexmls_gems/tasks/spec'
# Enable rdoc tasks
require 'flexmls_gems/tasks/rdoc'

TODO (and warning)

This project is just getting started, and is predominantly focused on solving my immediate gem pain points. Use at your own risk. I would love to make the library more pluggable (like hoe) to extract any non generic code, but for the time being it will all be stuffed into one gem.

FAQs

Package last updated on 15 Aug 2012

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