Sha256: e14d05664169c0305c22bbe96fd28960438a3d5093cb5c28f6a997ab08661b0e

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

Stored size: 1.45 KB

Contents

[![Build Status](https://travis-ci.org/nebulab/solidus_zip_zones.svg?branch=master)](https://travis-ci.org/nebulab/solidus_zip_zones)

SolidusZipZones
===============

Extract the Spree::Zone by zip code.

Installation
------------

Add solidus_zip_zones to your Gemfile:

```ruby
gem 'solidus_zip_zones'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g solidus_zip_zones:install
```

Testing
-------

First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.

```shell
bundle
bundle exec rake
```

When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:

```ruby
require 'solidus_zip_zones/factories'
```

## License

SolidusZipZones is copyright © 2019 [Nebulab](http://nebulab.it/). It is free software, and may be redistributed under the terms specified in the [license].

## About

![Nebulab](http://nebulab.it/assets/images/public/logo.svg)

SolidusZipZones is funded and maintained by the [Nebulab](http://nebulab.it/) team.

We firmly believe in the power of open-source. [Contact us](http://nebulab.it/contact-us/) if you like our work and you need help with your project design or development.

[license]: MIT-LICENSE

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_zip_zones-0.1.0 README.md