An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ProjectName

Description of project

[![Build Status](https://travis-ci.org/ronanduddy/Dockerised-Ruby-Gem.svg?branch=master)](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