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

infinite_pay

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infinite_pay

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Funky Application

Usage

Setup

With Ruby installed and repository cloned, execute in root of repo:

bundle install # Install CloudWalk CLI

Files and Directories

  • lib/ Contain .rb files that will be compiled.
  • test/ Contain all ruby files for test.
  • Gemfile/Gemfile.lock Manage CloudWalk CLI version and any other Ruby gem, do not touch at Gemfile.lock
  • Cwfile.json Manage Application attributes, application version and application modules versions.
  • Cwfile.json.lock Contain the id's for all versions managed by Cwfile.json. DO NOT MODIFY THIS FILE, IT'S AUTOMATICA GENERATED
  • Rakefile Defition of task files.
  • out Contain the .mrb files compiled by tasks.

Compiling

Compile all ./lib/**/*.rb files:

bundle exec rake cloudwalk:build
# or
bundle exec rake

Deploying

Deploying all out files:

bundle exec rake cloudwalk:build <lib/path/to/file.xml>

Testing

Execute all tests

bundle exec rake test

Execute unit tests

bundle exec rake test:unit

Execute integration tests

bundle exec rake test:integration

Execute unique test

bundle exec rake test </path/to/test/file_test.rb>

FAQs

Package last updated on 02 Jan 2019

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