Update README with copyright & sponsors details
This commit is contained in:
parent
2d50375296
commit
520a61d54b
1 changed files with 25 additions and 4 deletions
29
README.md
29
README.md
|
@ -90,14 +90,35 @@ end
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
After checking out the repo, run `bin/setup` to install dependencies.
|
||||||
|
|
||||||
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
Then, run `rake test` to run the tests.
|
||||||
|
|
||||||
|
You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
||||||
|
|
||||||
|
To install this gem onto your local machine, run `bundle exec rake install`.
|
||||||
|
|
||||||
|
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/namarara
|
Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/namarara
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
## License and copyright
|
||||||
|
|
||||||
|
[Namarara](https://github.com/glenux/namarara) is an open source project under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
||||||
|
|
||||||
|
Original author : [Brendon Torre](https://www.linkedin.com/in/brendon-torre-b128a0168)
|
||||||
|
|
||||||
|
Current developer & maintainer : Glenn Y. Rolland ([@glenux](https://twitter.com/glenux))
|
||||||
|
|
||||||
|
|
||||||
|
## Sponsors and funding
|
||||||
|
|
||||||
|
[Namarara](https://github.com/glenux/namarara) is an independent project whose development and maintenance is made possible thanks to the support of its patrons.
|
||||||
|
|
||||||
|
If you wish to join them and support the work of its author, just participate with this link :
|
||||||
|
|
||||||
|
__>>> [Become a patron or sponsor on Patreon](https://www.patreon.com/glenux) <<<__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue