Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 707 Bytes

my_new_library

Ruby library template for my own


Build Status Gem Version

Summary

Usage

Add below code into your Gemfile

gem 'my_new_library', '~> 0.1.0'
gem 'my_new_library', '~> 0.0.1', '< 0.1.0' # for beta

Overview

MyNewLibrary.example(42)

Links

Note

:)