Sha256: 58f5ab01f5812d34a2077f132ae0c76c11a637ca5dfa10583dbfed86dab14aa4
Contents?: true
Size: 1.05 KB
Versions: 81
Compression:
Stored size: 1.05 KB
Contents
# Synvert::Core [![Build Status](https://secure.travis-ci.org/xinminlabs/synvert-core.png)](http://travis-ci.org/xinminlabs/synvert-core) [![Coverage Status](https://coveralls.io/repos/xinminlabs/synvert-core/badge.png?branch=master)](https://coveralls.io/r/xinminlabs/synvert-core) [![Gem Version](https://badge.fury.io/rb/synvert-core.png)](http://badge.fury.io/rb/synvert-core) synvert-core provides a dsl to convert ruby source code. ## Installation Add this line to your application's Gemfile: gem 'synvert-core' And then execute: $ bundle Or install it yourself as: $ gem install synvert-core ## Documentation [Website][1] [RDoc][2] ## Contributing 1. Fork it ( https://github.com/[my-github-username]/synvert-core/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 [1]: http://xinminlabs.github.io/synvert/ [2]: http://rubydoc.info/github/xinminlabs/synvert-core/master/frames
Version data entries
81 entries across 81 versions & 1 rubygems