Sha256: 4ce0a44c65924cc4f40462b0f88b26118656ea540645a8295127fb06f6d7467a

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents

# Installation

    gem install bump

# Usage

Current version of your gem:

    bump current

Current version: 0.1.2

Bump your gemfile (major, minor, patch):

    bump patch

Bump version 0.1.2 to 0.1.3

# Supported locations
 - VERSION file with "1.2.3"
 - gemspec with `gem.version = "1.2.3"`
 - lib/**/version.rb file with `VERSION = "1.2.3"`

# Todo

 - Handle options properly
 - `VERSION = "1.2.3"` in lib/*.rb
 - gemspec with `Gem::Specification.new "gem-name", "1.2.3" do`

# Author
Gregory<br/>
License: MIT<br/>
[![Build Status](https://travis-ci.org/gregorym/bump.png)](https://travis-ci.org/gregorym/bump)


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bump-0.3.2 README.md
bump-0.3.1 README.md