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

kachick/ruby-gem-template

Repository files navigation

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

:)