varnish_sweeper 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
data/lib/varnish.rb CHANGED
@@ -22,7 +22,7 @@ protected
22
22
  return unless should_be_cached?(options)
23
23
 
24
24
  string_array = []
25
- string_array << options[:private] ? "private" : "public"
25
+ string_array << (options[:private] ? "private" : "public")
26
26
 
27
27
  string_array << "max-age=%d" % options[:max_age].to_i if options[:max_age]
28
28
  string_array << "s-maxage=%d" % options[:s_max_age].to_i if options[:s_max_age]
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{varnish_sweeper}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Daniel Bornkessel"]
12
- s.date = %q{2011-01-10}
12
+ s.date = %q{2011-01-13}
13
13
  s.description = %q{hihih}
14
14
  s.email = %q{daniel@moviepilot.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Bornkessel
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-10 00:00:00 +01:00
17
+ date: 2011-01-13 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  requirements:
169
169
  - - ">="
170
170
  - !ruby/object:Gem::Version
171
- hash: 2074798535683859358
171
+ hash: -1721035453808399085
172
172
  segments:
173
173
  - 0
174
174
  version: "0"