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.
Files changed (4) hide show
  1. data/Gemfile +2 -0
  2. data/Gemfile.lock +10 -0
  3. data/bin/mt +1 -1
  4. metadata +5 -2
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source :rubygems
2
+ gem "micro_test"
data/Gemfile.lock ADDED
@@ -0,0 +1,10 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ micro_test (0.0.4)
5
+
6
+ PLATFORMS
7
+ ruby
8
+
9
+ DEPENDENCIES
10
+ micro_test
data/bin/mt CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby --
1
+ #!/usr/bin/env ruby
2
2
 
3
3
  require File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "micro_test"))
4
4
 
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
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