simpleserv 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/README.md +5 -2
- data/bin/simpleserv.rb +0 -0
- data/lib/simpleserv/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 814bdc3864359b3bca7eb094d3680fc5924bb114
|
4
|
+
data.tar.gz: f58a476ff955ef54f44408e8e9e6a8f64e8dca5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70809ffcac4a30957403e19fc9dcc4e408e6bb3749cb9291a583b2862ceb7f1d8d41020fa59bf93038e65b0944e03a38e356c10c473ad3b854fb565c6e96c4bc
|
7
|
+
data.tar.gz: e4b82554f635452c85af30343c3d7df0a5241b3a00603fc0e43d3290007c1a3018b6c0426314b4e20f3c7f956b15de5c8fdf1df90bcb60ff8d75971223442df1
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Simpleserv
|
2
2
|
|
3
|
-
|
3
|
+
This is a gem to launch a simple webserver from your terminal.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -18,7 +18,10 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
|
21
|
+
From your terminal run the command:
|
22
|
+
$ simpleserv
|
23
|
+
|
24
|
+
Then go to localhost 1337 / the file that you wish to view
|
22
25
|
|
23
26
|
## Contributing
|
24
27
|
|
data/bin/simpleserv.rb
CHANGED
File without changes
|
data/lib/simpleserv/version.rb
CHANGED