dandelion_s1 0.1.1 → 0.1.2
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
- checksums.yaml.gz.sig +0 -0
- data/lib/dandelion_s1.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 705e73801a8a102d5c4c9835a06b3ccf52e4642d
|
|
4
|
+
data.tar.gz: c67b48631d79fdfd75ae666c6cbc76b4e2e1c8bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bca01a3ad52e3e39ee9216dd4255da3b2c21b2b2ea6a0f76b0fa44e514abdee6d717349f6ba2f21d5fdcb515a2668d096578ee97bdc78af679ba303251e9d79b
|
|
7
|
+
data.tar.gz: e611a667e1d426d2088a67bbe25cbe641aceb9988e0d80bc70097d4eec3bde52a85e4b68a43fca02427de5c2b65f98d4bf7ad445295eb5e9a5078da2a5452cad
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/dandelion_s1.rb
CHANGED
|
@@ -44,7 +44,7 @@ class DandelionS1 < RackRscript
|
|
|
44
44
|
|
|
45
45
|
if path.length < 1 or path[-1] == '/' then
|
|
46
46
|
path += 'index.html'
|
|
47
|
-
File.read File.join(
|
|
47
|
+
File.read File.join(@root, path)
|
|
48
48
|
elsif File.directory? filepath then
|
|
49
49
|
Redirect.new (path + '/')
|
|
50
50
|
elsif File.exists? filepath then
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dandelion_s1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
ukFLlCiGPy/rhiYPJnnK4gwuTFQriTgPOjUumE1thCk9Du7ClqpYYyA/d55t7ZVw
|
|
32
32
|
t8IA+lum7pcVjg==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2014-02-
|
|
34
|
+
date: 2014-02-14 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rack-rscript
|
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
76
|
rubyforge_project:
|
|
77
|
-
rubygems_version: 2.
|
|
77
|
+
rubygems_version: 2.1.11
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: A kind of Rack-Rscript web server which facilitates static files, basic authentication,
|
metadata.gz.sig
CHANGED
|
Binary file
|