diff --git a/README.md b/README.md index 1e23e6d..f8596c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# insup +# Insup [![Build Status](https://travis-ci.org/httplab/insup.svg?branch=master)](https://travis-ci.org/httplab/insup) [![Gem Version](https://badge.fury.io/rb/insup.svg)](http://badge.fury.io/rb/insup) diff --git a/insup.gemspec b/insup.gemspec index 8a68a91..dde64ec 100644 --- a/insup.gemspec +++ b/insup.gemspec @@ -25,5 +25,5 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.executables << 'insup' - s.post_install_message = "type 'insup help' for help." + s.post_install_message = "type 'insup help' for help" end diff --git a/lib/insup/version.rb b/lib/insup/version.rb index 12fb6bf..b6766da 100644 --- a/lib/insup/version.rb +++ b/lib/insup/version.rb @@ -1,3 +1,3 @@ module Insup - VERSION = '0.1.1' + VERSION = '0.1.2' end