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

jma_feed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jma_feed

  • 0.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

README

DEVELOPMENT GUIDE

REPL

Since Gemfile has the line below, you just run require "jma_feed" in bundle exec irb to start JMAFeed.

gem "jma_feed", path: './'
bundle install
bundle exec irb

# (irb):> require "jma_feed"

Local Build

Since it has Rakefile, you just run the following command to make build and install it on your local.

bundle exec rake build
bundle exec rake install

Then you just run require "jma_feed" in irb to start JMAFeed.

irb

(irb):> require "jma_feed"

Publish Gem

If you have the right to publish it to rubygems, run it.

bundle exec rake build
gem push ./pkg/jma_feed-${VERSION}.gem

FAQs

Package last updated on 29 Aug 2024

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