Sha256: bb163d69a9988a0b9884284c52cbd549a3f13b36ec9c884e674bb36e5f5d6981
Contents?: true
Size: 1.38 KB
Versions: 13
Compression:
Stored size: 1.38 KB
Contents
# Kubec [![Gem Version](https://badge.fury.io/rb/kubec.svg)](https://badge.fury.io/rb/kubec) [![Build Status](https://travis-ci.org/5xRuby/kubec.svg?branch=master)](https://travis-ci.org/5xRuby/kubec) [![Test Coverage](https://api.codeclimate.com/v1/badges/8a4e6cf54745423e198b/test_coverage)](https://codeclimate.com/github/5xRuby/kubec/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/8a4e6cf54745423e198b/maintainability)](https://codeclimate.com/github/5xRuby/kubec/maintainability) Kubec is a utility for generate kubernetes config and deploy. ## Installation Add this line to your application's Gemfile: ```ruby gem 'kubec' ``` And then execute: $ bundle Or install it yourself as: $ gem install kubec ## Usage ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also 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`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/5xruby/kubec.
Version data entries
13 entries across 13 versions & 1 rubygems