minitest-matchers_vaccine 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e677b775a9ec040f8d9d706b2452d21170435f2
4
- data.tar.gz: f4ba7684cad0e2bbaf7d88fc851a81bd0d07de83
3
+ metadata.gz: 3dfcb69ca29a8d6b47193eb37eb99159bb9ae2f3
4
+ data.tar.gz: cfc3f77c7560b0ca2b687d8a31d1022f2324eddd
5
5
  SHA512:
6
- metadata.gz: 41cffe4d9b92720a6663f0295f6ad8eb4742292bead75e859b4630a8845d6c66c027fe9c59c806e6ccadcace2d3286befa3a7331a045988842e0d387cc08602b
7
- data.tar.gz: f2fbf63c98625915e1c31b817c0e85366b8c134630c874cd9295a47a3d11ad6485778c5b2b792319f43093429fb49f3fe842e0aae81e1a2278011b73e2a6c188
6
+ metadata.gz: 473a80bc6a88e53119003b4cdd33a2dc040f239e84d742dc588f78fbf4573fbe9fcd3fe519f688adab5016418ea35762670eb704e016e1621ec1b6f2b0039150
7
+ data.tar.gz: 2042aac6ce78f338ebfa963f03f90d4f8274a4bc9893352d01b12ba0f987298e9a18767d0c1444266ea7fc01e41ff22b97fd11dcb33dea74d79f7392948639a2
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # Minitest::MatchersVaccine [![Gem Version](http://img.shields.io/gem/v/minitest-matchers_vaccine.svg)](https://rubygems.org/gems/minitest-matchers_vaccine) [![Build Status](https://secure.travis-ci.org/rmm5t/minitest-matchers_vaccine.svg)](http://travis-ci.org/rmm5t/minitest-matchers_vaccine) [![Code Climate](http://img.shields.io/codeclimate/github/rmm5t/minitest-matchers_vaccine.svg)](https://codeclimate.com/github/rmm5t/minitest-matchers_vaccine)
1
+ # Minitest::MatchersVaccine
2
+
3
+ [![Gem Version](http://img.shields.io/gem/v/minitest-matchers_vaccine.svg)](https://rubygems.org/gems/minitest-matchers_vaccine) [![Build Status](https://secure.travis-ci.org/rmm5t/minitest-matchers_vaccine.svg)](http://travis-ci.org/rmm5t/minitest-matchers_vaccine) [![Code Climate](http://img.shields.io/codeclimate/github/rmm5t/minitest-matchers_vaccine.svg)](https://codeclimate.com/github/rmm5t/minitest-matchers_vaccine)
2
4
 
3
5
  Adds matcher support to minitest without all the other RSpec-style expectation
4
6
  _infections_.
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module MatchersVaccine
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -1,3 +1,4 @@
1
+ require "minitest"
1
2
  require "minitest/matchers_vaccine/version"
2
3
 
3
4
  # Borrowed and modified from minitest-matchers, but we don't need all the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-matchers_vaccine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan McGeary