Skip to content

Commit

Permalink
[RELEASE] Initial release! v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Sep 26, 2016
1 parent 06c1728 commit bea62b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
config/database.yml

coverage/
*.gem
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](http://img.shields.io/travis/JustinAiken/full_table_scan_matchers/master.svg)](http://travis-ci.org/JustinAiken/full_table_scan_matchers)[![Coveralls branch](http://img.shields.io/coveralls/JustinAiken/full_table_scan_matchers/master.svg)](https://coveralls.io/r/JustinAiken/full_table_scan_matchers?branch=master)
[![Gem Version](http://img.shields.io/gem/v/full_table_scan_matchers.svg)](https://rubygems.org/gems/full_table_scan_matchers)[![Build Status](http://img.shields.io/travis/JustinAiken/full_table_scan_matchers/master.svg)](http://travis-ci.org/JustinAiken/full_table_scan_matchers)[![Coveralls branch](http://img.shields.io/coveralls/JustinAiken/full_table_scan_matchers/master.svg)](https://coveralls.io/r/JustinAiken/full_table_scan_matchers?branch=master)

# full_table_scan_matchers

Expand All @@ -17,7 +17,7 @@ Add to your `Gemfile`, in the test group:

```ruby
group :test do
gem 'full_table_scan_matchers', github: 'JustinAiken/full_table_scan_matchers'
gem 'full_table_scan_matchers'
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/full_table_scan_matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FullTableScanMatchers
VERSION = "0.1.0"
VERSION = "0.0.1"
end

0 comments on commit bea62b2

Please sign in to comment.