ronin-rb / ronin-template

Ronin library template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ronin-FIXME

CI Code Climate

Description

ronin-FIXME is an example library for ronin-rb.

Features

  • FIXME

Synopsis

$ ronin-FIXME

Requirements

Install

$ gem install ronin-FIXME

Gemfile

gem 'ronin-FIXME', '~> 0.1'

gemspec

gem.add_dependency 'ronin-FIXME', '~> 0.1'

Development

  1. Fork It!
  2. Clone It!
  3. cd ronin-FIXME/
  4. bundle install
  5. git checkout -b my_feature
  6. Code It!
  7. bundle exec rake spec
  8. git push origin my_feature

License

Copyright (c) 2023 FIXME (FIXME@FIXME)

ronin-FIXME is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ronin-FIXME is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ronin-FIXME. If not, see https://www.gnu.org/licenses/.

About

Ronin library template

License:GNU Lesser General Public License v3.0


Languages

Language:Ruby 100.0%