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

hmrc_ir_mark_calculator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmrc_ir_mark_calculator

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Building the project

Building the project comprises of four steps

Step 1

Compile the Java code into Java class files by running the following in the root of the project directory

javac -cp 'lib/dependencies/*' java-src/*.java

Step 2

Create the build/ directory

mkdir -p build/uk/gov/hmrc/mark

Step 3

Move the class files into the build directory mv java-src/*.class build/uk/gov/hmrc/mark

Step 4

Bundle the files into a .jar file cd build/ && jar cfv markcalc.jar uk/gov/hmrc/mark && cd -

Step 5

Move the new .jar file into the lib/ directory mv build/markcalc.jar lib/dependencies/

Step 6

Delete the build directory rm -rf build/

Step 7

Update and add new tests to cover changes

Step 8

Run specs rake test

Step 8

Bump the version of the gem in the .gemspec file

Note: All commands must be run in the root of the project

Dependencies

You will need Java 17.0.1 or later installed.

FAQs

Package last updated on 06 Mar 2023

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