Sha256: d5e76bae144fb9d3ff975bfe8d04e22806dc5ef632bd0b14a0d089eeaeac25e9

Contents?: true

Size: 1005 Bytes

Versions: 1

Compression:

Stored size: 1005 Bytes

Contents

# VAT Rates

[![Build Status](https://secure.travis-ci.org/dmitry/vat_rates.png?branch=master)](http://travis-ci.org/dmitry/vat_rates) [![Gem Version](https://badge.fury.io/rb/vat_rates.png)](http://badge.fury.io/rb/vat_rates)

VAT rates based on the [ec.europa.eu](http://ec.europa.eu/taxation_customs/tic/public/vatRates/vatratesSearch.html) website list. This gem parses data on the page, and provides interface to those data.

## Installation

Add this line to your application's `Gemfile`:

    gem 'vat_rates'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install vat_rates

## Usage

To get current VAT rates from ec.europa.eu, just invoke following command:

    VatRates::Fetcher.get

## Contributing

1. Fork it ( https://github.com/dmitry/vat_rates/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vat_rates-0.0.1 README.md