ronin-rb / ronin-template

Ronin library template
GNU Lesser General Public License v3.0
0 stars 0 forks source link

ronin-FIXME

CI Code Climate

Description

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

Features

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) 2024 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/.