Sha256: d51654af85b0f9cce2fd15fce61e39ddfe450d90d81561670f5a90b72a51d880

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

# voluntary_classified_advertisement [![Build Status](https://travis-ci.org/volontariat/voluntary_classified_advertisement.svg?branch=master)](https://travis-ci.org/volontariat/voluntary_classified_advertisement) [![Code Climate](https://codeclimate.com/github/volontariat/voluntary_classified_advertisement/badges/gpa.svg)](https://codeclimate.com/github/volontariat/voluntary_classified_advertisement) [![Test Coverage](https://codeclimate.com/github/volontariat/voluntary_classified_advertisement/badges/coverage.svg)](https://codeclimate.com/github/volontariat/voluntary_classified_advertisement) [![Dependency Status](https://gemnasium.com/volontariat/voluntary_classified_advertisement.png)](https://gemnasium.com/volontariat/voluntary_classified_advertisement)

Classified advertisement plugin for crowdsourcing management system Voluntary.Software.

## Installation

Preconditions: install the voluntary gem in your rails application https://GitHub.com/volontariat/voluntary

Add this to your Gemfile:
 
```ruby 
  gem 'voluntary_classified_advertisement'
```
  
Run this in your console:

```bash
  bundle install  
```
  
Run this in your console:

```bash
  rake railties:install:migrations
```
  
## License 

This project uses MIT-LICENSE.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
voluntary_classified_advertisement-0.3.1 README.md
voluntary_classified_advertisement-0.3.0 README.md
voluntary_classified_advertisement-0.2.0 README.md