Sha256: f4039bde6053fa6394a9973e104ae869a8142074a43bc82c95f288365c1a8945

Contents?: true

Size: 687 Bytes

Versions: 3

Compression:

Stored size: 687 Bytes

Contents

# OpenGeoDb

A simple Gem for creating and destroying MySQL databases containing data
from the "OpenGeoDB" project (http://opengeodb.giswiki.org/wiki/OpenGeoDB).

## Installation

Add this line to your application's Gemfile:

```ruby
gem("open_geo_db")
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install open_geo_db
```

## Usage

For detailed usage run:

```bash
$ bundle exec open_geo_db --help
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
open_geo_db-0.0.4 README.md
open_geo_db-0.0.3 README.md
open_geo_db-0.0.2 README.md