varnish_rest_api 0.0.7 → 0.0.8
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 +4 -4
- data/lib/varnish_rest_api/version.rb +1 -1
- data/varnish_rest_api.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffdb0bf29ae16184f79b66f0673eba075056fc0c
|
|
4
|
+
data.tar.gz: 7e9d5684e9fdf53919403f3b5095639630b77b76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef5e40fec58ecac2f3780231cb9e4def85bad50b789580ad4807dba8eb86ec1fb542c14d311b437af78d0c14502fae54c6c69ba393b3bef1660207eb868fd73e
|
|
7
|
+
data.tar.gz: 4335694d9cc9f3bb141ba2d1d5dc014607980ef77308ce94b0126d19d9734fe07d10cc90273cdffe59c237d160071fd249dec953fb6a23dc07d3a9992fc6eec5
|
data/varnish_rest_api.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["jcolby@team.mobile.de"]
|
|
11
11
|
spec.summary = %q{A sinatra rest api for varnish.}
|
|
12
12
|
spec.description = %q{A restful http api for setting backend health, banning cache objects and getting status information. Executes varnishadm via http rest calls.}
|
|
13
|
-
spec.homepage = "
|
|
13
|
+
spec.homepage = "https://github.com/joncolby/varnish_rest_api"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: varnish_rest_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Colby
|
|
@@ -118,7 +118,7 @@ files:
|
|
|
118
118
|
- lib/views/error.erb
|
|
119
119
|
- lib/views/help.erb
|
|
120
120
|
- varnish_rest_api.gemspec
|
|
121
|
-
homepage:
|
|
121
|
+
homepage: https://github.com/joncolby/varnish_rest_api
|
|
122
122
|
licenses:
|
|
123
123
|
- MIT
|
|
124
124
|
metadata: {}
|