sixhour 0.0.6 → 0.1.0

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.
Files changed (2) hide show
  1. data/readme.md +6 -6
  2. metadata +1 -1
data/readme.md CHANGED
@@ -1,6 +1,4 @@
1
- # SWAT
2
-
3
- Sinatra Web Application Template
1
+ # SixHour
4
2
 
5
3
  Simple Template to a Web Applcation
6
4
 
@@ -13,11 +11,13 @@ Simple Template to a Web Applcation
13
11
 
14
12
  ## Install
15
13
 
16
- gem install swat
14
+ gem install sixhour
17
15
 
18
- gem unpack swat [web_app]
16
+ gem unpack sixhour
19
17
 
20
- cd [web_app]
18
+ mv sixhour-X.X.X [myapp]
19
+
20
+ cd myapp
21
21
 
22
22
  gem bundle
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sixhour
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Wilson