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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25dbcf3236794007f64a816423af6b21691fb96d
4
- data.tar.gz: dee17a92094350a3ab7df00098b8ee422e6e2e81
3
+ metadata.gz: ffdb0bf29ae16184f79b66f0673eba075056fc0c
4
+ data.tar.gz: 7e9d5684e9fdf53919403f3b5095639630b77b76
5
5
  SHA512:
6
- metadata.gz: 15038d1f777c0eb6bf21996e2e3e75dc6ea1f7b495a85af6ffbaaeb4f23a12d49174e2a6172df8b210485ebb878cb4833050bc497739c18da5be5ecdb99dbca9
7
- data.tar.gz: 1fb19e3a7f5c1d99f956c1ac41178e48d624fd34dea5f10b9053805f68ca02d8a6b328a5d78a4362b1e33ac1441d49aa6a713ccd0771d1fa86915640bb0f8cc4
6
+ metadata.gz: ef5e40fec58ecac2f3780231cb9e4def85bad50b789580ad4807dba8eb86ec1fb542c14d311b437af78d0c14502fae54c6c69ba393b3bef1660207eb868fd73e
7
+ data.tar.gz: 4335694d9cc9f3bb141ba2d1d5dc014607980ef77308ce94b0126d19d9734fe07d10cc90273cdffe59c237d160071fd249dec953fb6a23dc07d3a9992fc6eec5
@@ -1,3 +1,3 @@
1
1
  module VarnishRestApi
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -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 = "http://rubygems.org/gems/varnish_rest_api"
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.7
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: http://rubygems.org/gems/varnish_rest_api
121
+ homepage: https://github.com/joncolby/varnish_rest_api
122
122
  licenses:
123
123
  - MIT
124
124
  metadata: {}