The project is in a healthy, maintained state
Bp3::Hello::Engine is an example BP3 Rails engine that 'says hello'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 1.21

Runtime

>= 0.1.3, < 1
>= 7.1.2, < 8
 Project Readme

Bp3::Hello::Engine

Bp3::Hello::Engine is an example BP3 Rails engine that 'says hello'.

Installation

Add this line to your application's Gemfile:

gem "bp3-hello-engine"

And then execute:

$ bundle install

Or install it yourself as:

$ gem install bp3-hello-engine

Development

See Getting Started with Engines

Testing

Run rake to run rspec tests and rubocop linting.

Documentation

A .yardopts file is provided to support yard documentation.

License

The gem is available as open source under the terms of the MIT License.