sinatra-cacher 0.9.2 → 1.0.0
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/lib/sinatra-cacher.rb +1 -1
- data/lib/sinatra/cacher.rb +1 -1
- metadata +3 -3
data/lib/sinatra-cacher.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require 'sinatra/cacher'
|
|
1
|
+
require 'sinatra/cacher'
|
data/lib/sinatra/cacher.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-cacher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-12-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Simple and effective file-based caching for sinatra. Caches routes, blocks,
|
|
15
15
|
or HTML fragments. Sets ETag correctly. Automatic or manual tag generation. Easy
|
|
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
41
41
|
version: '0'
|
|
42
42
|
requirements: []
|
|
43
43
|
rubyforge_project:
|
|
44
|
-
rubygems_version: 1.8.
|
|
44
|
+
rubygems_version: 1.8.24
|
|
45
45
|
signing_key:
|
|
46
46
|
specification_version: 3
|
|
47
47
|
summary: Simple and effective file-based caching for sinatra
|