micro_test 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/micro_test/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MicroTest
2
2
 
3
- ## Ruby's no-nonsense testing framework
3
+ ## The Sinatra of testing frameworks.
4
4
 
5
5
  ### Quick Start
6
6
 
@@ -1,3 +1,3 @@
1
1
  module MicroTest
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,5 +109,5 @@ rubyforge_project:
109
109
  rubygems_version: 1.8.24
110
110
  signing_key:
111
111
  specification_version: 3
112
- summary: Ruby's no-nonsense testing framework.
112
+ summary: The Sinatra of testing frameworks.
113
113
  test_files: []