New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jerryvos-sprouts-extensions

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jerryvos-sprouts-extensions

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sprout-extensions

Purpose

Sprout-extensions is a set of little extensions monkey-patched into Sprout. It adds:

  • the ability to use gems/tools on github

    mxmlc "app.swf" do |t| t.gem_name = 'jerryvos-sprout-flexsystemsdk-tool' end

  • the ability to easily alias your sprout task to a simpler, namespaced version

    namespace :build do desc "Compile the main swf" mxmlc "app.swf" do |t| t.task_alias = 'main' # the alias end end

    rake -T

    rake app.swf # Compile the main swf rake build:main # Compile the main swf

  • smarter tracking of when a rebuild actually has to happen when your task isn't named the same as your output file

    • For the following task, sprout/rake will always rebuild the file, even if it already exists and the dependencies are up-to-date. With sprout-extension this doesn't happen

      mxmlc "my_task_name" do |t| t.output = "my_app.swf" end

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