Sha256: 87897b356b6a3397ad2f93958c6177b6f93738922e244755ca4712716d07ead9
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
# Glare Ruby gem to interact with CloudFlare API v4 ## Build Status [![Build Status](https://travis-ci.org/peertransfer/glare.svg?branch=master)](https://travis-ci.org/peertransfer/glare) [![Coverage Status](https://coveralls.io/repos/github/peertransfer/glare/badge.svg?branch=master)](https://coveralls.io/github/peertransfer/glare?branch=master) [![Code Climate](https://codeclimate.com/github/peertransfer/glare/badges/gpa.svg)](https://codeclimate.com/github/peertransfer/glare) [![Dependency Status](https://gemnasium.com/peertransfer/glare.svg)](https://gemnasium.com/peertransfer/glare) ## Installation Add this line to your application's Gemfile: ```ruby gem 'glare' ``` And then execute: $ bundle Or install it yourself as: $ gem install glare ## Usage ### Create/update DNS record ### Delete DNS record ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing 1. Fork it ( https://github.com/peertransfer/glare/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
glare-0.1.1 | README.md |
glare-0.1.0 | README.md |