httpit 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/httpit.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69512fe962e7c56e5780206561979552a4b7f64c
|
4
|
+
data.tar.gz: b466438f481cbf0de8630092139ccade86fb1fae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a29ad9e6f31b40bfe83b1521dfe8f0162a0f6e3b92d092e3aca55dfde19d0b563445fb04591e66a40178c7a258824f38104e8617e9875a80c232add23abcd97
|
7
|
+
data.tar.gz: 5b9753f954cfe6bf8fd5a05313028a8be3c4e1672537673337fe17b01bf9299d2fbe68f16c0a20174bd0103326b0980ea609465fe91ba6290dba29d4b39be4e0
|
data/httpit.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "httpit"
|
3
|
-
s.version = "0.4.
|
3
|
+
s.version = "0.4.8"
|
4
4
|
s.summary = "Web server for static files"
|
5
|
-
s.description = "
|
5
|
+
s.description = "HTTP sever for directory index with extra features"
|
6
6
|
s.author = "Pavel Evstigneev"
|
7
7
|
s.email = "pavel.evst@gmail.com"
|
8
8
|
s.homepage = "http://github.com/Paxa/httpit"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: httpit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Evstigneev
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 3.2.8
|
69
|
-
description:
|
69
|
+
description: HTTP sever for directory index with extra features
|
70
70
|
email: pavel.evst@gmail.com
|
71
71
|
executables:
|
72
72
|
- httpit
|