diff --git a/README.md b/README.md index 4a53899..2efb1b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ValidationExamplesMatcher +[![Build Status](https://travis-ci.org/nisshiee/validation_examples_matcher.svg?branch=master)](https://travis-ci.org/nisshiee/validation_examples_matcher) + Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/validation_examples_matcher`. To experiment with that code, run `bin/console` for an interactive prompt. TODO: Delete this and the text above, and describe your gem diff --git a/lib/validation_examples_matcher/version.rb b/lib/validation_examples_matcher/version.rb index 0469d5d..c3a9afd 100644 --- a/lib/validation_examples_matcher/version.rb +++ b/lib/validation_examples_matcher/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ValidationExamplesMatcher - VERSION = '0.1.0' + VERSION = '1.0.0' end