tester 0.1.0 → 0.1.1

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.
@@ -6,13 +6,23 @@ Continuation testing tool.
6
6
  Usage
7
7
  ------
8
8
 
9
+ run:
9
10
 
11
+ % cd your_git_repository
12
+ % tester
13
+
14
+ and open http://localhost:4567/
15
+
16
+ help:
17
+
18
+ % tester -h
10
19
 
11
20
  Installation
12
21
  ------
13
22
 
23
+ gem install tester
14
24
 
15
-
16
- == Copyright
25
+ Copyright
26
+ ------
17
27
 
18
28
  Copyright (c) 2010 jugyo. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -21,8 +21,6 @@ td
21
21
  #wrap
22
22
  margin: 20px
23
23
 
24
- #header
25
-
26
24
  #footer
27
25
  text-align: right
28
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo