micro_test 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -0
- data/Gemfile.lock +10 -0
- data/bin/mt +1 -1
- metadata +5 -2
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
data/bin/mt
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.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -16,12 +16,15 @@ description: ! ' A micro testing "framework".
|
|
16
16
|
'
|
17
17
|
email:
|
18
18
|
- natehop@gmail.com
|
19
|
-
executables:
|
19
|
+
executables:
|
20
|
+
- mt
|
20
21
|
extensions: []
|
21
22
|
extra_rdoc_files: []
|
22
23
|
files:
|
23
24
|
- lib/micro_test.rb
|
24
25
|
- bin/mt
|
26
|
+
- Gemfile
|
27
|
+
- Gemfile.lock
|
25
28
|
homepage: https://github.com/hopsoft/micro_test
|
26
29
|
licenses:
|
27
30
|
- MIT
|