Sha256: 8da0832bd37f15c131832aad22c429d94b4bfbbb50b44d6276375577504ba4c9

Contents?: true

Size: 1.04 KB

Versions: 25

Compression:

Stored size: 1.04 KB

Contents

# Liquid Extensions

The liquid-ext gem provides a bunch of ruby extensions and common
startup/runtime code. Only JRuby 1.7 is currently supported.

[![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

25 entries across 25 versions & 1 rubygems

Version Path
liquid-ext-3.5.3 README.md
liquid-ext-3.5.2 README.md
liquid-ext-3.5.0 README.md
liquid-ext-3.4.2 README.md
liquid-ext-3.4.1 README.md
liquid-ext-3.4.0 README.md
liquid-ext-3.3.10 README.md
liquid-ext-3.3.9 README.md
liquid-ext-3.3.8 README.md
liquid-ext-3.3.7 README.md
liquid-ext-3.3.6 README.md
liquid-ext-3.3.5 README.md
liquid-ext-3.3.4 README.md
liquid-ext-3.3.3 README.md
liquid-ext-3.3.2 README.md
liquid-ext-3.3.0 README.md
liquid-ext-3.2.0 README.md
liquid-ext-3.1.2 README.md
liquid-ext-3.1.1 README.md
liquid-ext-3.1.0 README.md