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.
@@ -1 +1 @@
1
- require 'sinatra/cacher'
1
+ require 'sinatra/cacher'
@@ -3,7 +3,7 @@ require 'sinatra/base'
3
3
 
4
4
  module Sinatra
5
5
  module Cacher
6
- VERSION = '0.9.2'
6
+ VERSION = '1.0.0'
7
7
 
8
8
  def self.registered(app)
9
9
  app.helpers Helpers
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.9.2
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-09-05 00:00:00.000000000 Z
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.21
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