remi-rack-staticifier 0.1.4 → 0.1.5
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.
- data/Rakefile +2 -2
- data/VERSION.yml +1 -1
- data/bin/staticify +1 -0
- metadata +3 -3
data/Rakefile
CHANGED
@@ -9,10 +9,10 @@ begin
|
|
9
9
|
require 'jeweler'
|
10
10
|
Jeweler::Tasks.new do |s|
|
11
11
|
s.name = 'rack-staticifier'
|
12
|
-
s.summary = ''
|
12
|
+
s.summary = 'Staticly cache requests to any Rack application'
|
13
13
|
s.email = 'remi@remitaylor.com'
|
14
14
|
s.homepage = 'http://github.com/remi/rack-staticifier'
|
15
|
-
s.description = ''
|
15
|
+
s.description = 'Staticly cache requests to any Rack application - perfect for creating static sites/blogs/etc!'
|
16
16
|
s.authors = %w( remi )
|
17
17
|
s.files = FileList['[A-Z]*', '{lib,spec,bin,examples}/**/*']
|
18
18
|
s.add_dependency 'remi-rackbox'
|
data/VERSION.yml
CHANGED
data/bin/staticify
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remi-rack-staticifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- remi
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: "0"
|
24
24
|
version:
|
25
|
-
description:
|
25
|
+
description: Staticly cache requests to any Rack application - perfect for creating static sites/blogs/etc!
|
26
26
|
email: remi@remitaylor.com
|
27
27
|
executables:
|
28
28
|
- staticify
|
@@ -74,6 +74,6 @@ rubyforge_project:
|
|
74
74
|
rubygems_version: 1.2.0
|
75
75
|
signing_key:
|
76
76
|
specification_version: 2
|
77
|
-
summary:
|
77
|
+
summary: Staticly cache requests to any Rack application
|
78
78
|
test_files: []
|
79
79
|
|