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

Commit

Permalink
Merge pull request #5 from nisshiee/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
nisshiee committed Jan 25, 2016
2 parents 9a6837f + d6477af commit 1143424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/validation_examples_matcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ValidationExamplesMatcher
VERSION = '0.1.0'
VERSION = '1.0.0'
end

0 comments on commit 1143424

Please sign in to comment.