https://github.com/ronanduddy/dockerised-ruby-gem
A repo providing some defaults for dockerised Ruby Gem development
https://github.com/ronanduddy/dockerised-ruby-gem
docker ruby ruby-gem
Last synced: 3 months ago
JSON representation
A repo providing some defaults for dockerised Ruby Gem development
- Host: GitHub
- URL: https://github.com/ronanduddy/dockerised-ruby-gem
- Owner: ronanduddy
- License: mit
- Created: 2020-11-17T15:43:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T18:24:02.000Z (over 5 years ago)
- Last Synced: 2026-04-25T12:36:01.206Z (3 months ago)
- Topics: docker, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ProjectName
Description of project
[](https://travis-ci.org/ronanduddy/Dockerised-Ruby-Gem)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'project_name'
```
And then execute:
```Shell
bundle install
```
Or install it yourself as:
```Shell
gem install project_name
```
## Usage
```Shell
bundle exec project_name
```
## Development
After checking out the repo, make sure to change instances of 'ProjectName' or 'project_name' in files or directory names to what ever you like.
Then, run `make test` to run all the tests or `make guard` to use guard for testing. You can also run `make irb` for an interactive prompt that will allow you to experiment.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ronanduddy/project_name. Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Somebody