Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 1143424

Browse files
committed
Merge pull request #5 from nisshiee/release-1.0.0
Release 1.0.0
2 parents 9a6837f + d6477af commit 1143424

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ValidationExamplesMatcher
22

3+
[![Build Status](https://travis-ci.org/nisshiee/validation_examples_matcher.svg?branch=master)](https://travis-ci.org/nisshiee/validation_examples_matcher)
4+
35
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.
46

57
TODO: Delete this and the text above, and describe your gem
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ValidationExamplesMatcher
3-
VERSION = '0.1.0'
3+
VERSION = '1.0.0'
44
end

0 commit comments

Comments
 (0)