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.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION.yml +1 -1
  3. data/bin/staticify +1 -0
  4. 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
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :major: 0
4
4
  :minor: 1
data/bin/staticify CHANGED
@@ -14,6 +14,7 @@ require File.dirname(__FILE__) + '/../lib/rack-staticifier'
14
14
 
15
15
  def usage
16
16
  puts <<USAGE
17
+
17
18
  staticify == %{ For staticifying your Rack applications }
18
19
 
19
20
  Usage:
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
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