micro_test 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/micro_test/version.rb +1 -1
- metadata +8 -5
data/lib/micro_test/version.rb
CHANGED
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.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-12-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: os
|
|
@@ -27,8 +27,10 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: ! "
|
|
31
|
-
|
|
30
|
+
description: ! " The Sinatra of testing frameworks.\n\n Give MicroTest a try
|
|
31
|
+
and discover the following.\n\n * simplicity - a tiny API with only 4 methods\n
|
|
32
|
+
\ * pry integration - debugging tests is a cinch\n * asynchronous - faster
|
|
33
|
+
multithreaded test runs\n\n Happy testing.\n"
|
|
32
34
|
email:
|
|
33
35
|
- natehop@gmail.com
|
|
34
36
|
executables:
|
|
@@ -84,6 +86,7 @@ rubyforge_project:
|
|
|
84
86
|
rubygems_version: 1.8.23
|
|
85
87
|
signing_key:
|
|
86
88
|
specification_version: 3
|
|
87
|
-
summary:
|
|
89
|
+
summary: MicroTest is Ruby's no-nonsense testing framework. Its also known as microtest,
|
|
90
|
+
micro test, & micro_test.
|
|
88
91
|
test_files: []
|
|
89
92
|
has_rdoc:
|