Sha256: 799af8cfc83c235ac9c869fe25e633a9b6cb1576a3a46610c77396215c720842

Contents?: true

Size: 1022 Bytes

Versions: 10

Compression:

Stored size: 1022 Bytes

Contents

# Liquid Extensions

The liquid-ext gem provides a bunch of ruby extensions and common startup/runtime code.

[![Gem Version](https://badge.fury.io/rb/liquid-ext.png)](http://badge.fury.io/rb/liquid-ext)
[![Build Status](https://secure.travis-ci.org/liquidm/ext.png)](http://travis-ci.org/liquidm/ext)
[![Code Climate](https://codeclimate.com/github/liquidm/ext.png)](https://codeclimate.com/github/liquidm/ext)
[![Dependency Status](https://gemnasium.com/liquidm/ext.png)](https://gemnasium.com/liquidm/ext)

## Installation

Add this line to your application's Gemfile:

    gem 'liquid-ext'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install liquid-ext

## Usage

Please refer to the [API documentation](http://rubydoc.info/gems/liquid-ext/frames).

## 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

10 entries across 10 versions & 1 rubygems

Version Path
liquid-ext-1.2.6 README.md
liquid-ext-1.2.5 README.md
liquid-ext-1.2.4 README.md
liquid-ext-1.2.2 README.md
liquid-ext-1.2.1 README.md
liquid-ext-1.2.0 README.md
liquid-ext-1.1.1 README.md
liquid-ext-1.1.0 README.md
liquid-ext-1.0.2 README.md
liquid-ext-1.0.1 README.md