rack-varnish-esi 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a00a01acc17dceb937143491e5935ca5f733ce5e
4
- data.tar.gz: 6fca9d2effea264c73af087b51c6f39432467a17
3
+ metadata.gz: 868a50df8b570f5f12ffa4838f0af462f94f731f
4
+ data.tar.gz: f68cb19e79f829083ec53c0ea0fba9ddd6e64b9c
5
5
  SHA512:
6
- metadata.gz: d3257838b5b959daacb5221475bc2d4097ebf8e1e80837ca2220da007f0c12ffcbb8ebae0bd75e1adb3ab732fcc695ae7b52bcc035424519d97875f73f34951e
7
- data.tar.gz: 73b93a7e86c546a20e4f7491e02a042ecd66d203472b164ab0ea292effd5e1345dee22c545f0399889d8988c024412bafa6af47635e6efe1d4aeccc911d4de3a
6
+ metadata.gz: 8d0a0f6a039b10adcc3a8be8975fac56014526a95fcb67598acfae2c9a67fd3cbdea0925b66fafd134d8649e8ffd51a6e577ea81c5787191be4995be4aeaa310
7
+ data.tar.gz: ad8020a28a4a067dbbe015fe86912450909a5ea26fe04087ede5f809fd07fae616d83f21e1e8a523b09602c8ac677cc4235aeb2632ddca81d084b59088a4d1ea
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class VarnishEsi
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -9,10 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Thomas Marek"]
10
10
  spec.email = ["thomas_marek@gmx.net"]
11
11
  spec.summary = %q{Varnish ESI middleware implementation for Rack.}
12
- spec.description = %q{<<-EOF
13
- rack-varnish-esi is a Varnish ESI middleware implementation for Rack which is as close as possible to Varnish's own ESI implementation.
14
- Note: This gem should only be used in development.
15
- EOF}
12
+ spec.description = %q{rack-varnish-esi is a Varnish ESI middleware implementation for Rack which is as close as possible to Varnish's own ESI implementation.
13
+ Note: This gem should only be used in development.}
16
14
  spec.homepage = "https://github.com/tmak/rack-varnish-esi"
17
15
  spec.license = "MIT"
18
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-varnish-esi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Marek
@@ -67,10 +67,8 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: |-
70
- <<-EOF
71
70
  rack-varnish-esi is a Varnish ESI middleware implementation for Rack which is as close as possible to Varnish's own ESI implementation.
72
71
  Note: This gem should only be used in development.
73
- EOF
74
72
  email:
75
73
  - thomas_marek@gmx.net
76
74
  executables: []