varnish_rest_api_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed0ee33825fdec916966a89c700bcf9ecccb2533
4
- data.tar.gz: 27d74cd3617152e15b58c16ead03990c17e9db95
3
+ metadata.gz: 1786a662548127d1aded899267c6a92e005ad5e3
4
+ data.tar.gz: dc24590c35cc22e7a264ad29dc0ca49895dd9ee7
5
5
  SHA512:
6
- metadata.gz: 6fffa5dacb8acd3b6a49c6b75d9788d1ab1922358f87839731a1989b7cec15a08b893f463650a7607d5981d7a5212616662fd14b48bdb224221914f7f441a9ca
7
- data.tar.gz: 8d0e8daa03e2174b79aa501285cb7d302e01cb0c4844992eb80f7e73c6e2e376c99c816881fc983ef7d3684f7b94ad11acd9298af485a397e65db687af395a0d
6
+ metadata.gz: d5f3628b398273bb8312b8244e31586206e6235edfd43997994d41988b65ee7a542dcd42f98f94dd7156662584448aca2d33b4bd68e9db15c9e65f027b9dfd3b
7
+ data.tar.gz: 908972b89539008b23a035801113eee9ddc1b5d31914232d7f25bda2cf6ed2d6d4e200e6f968936f25d71052b5417fb4946893b98dc6b369bbb0a2bec2a8a974
@@ -1,3 +1,3 @@
1
1
  module VarnishRestApiClient
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "varnish_rest_api_client"
8
8
  spec.version = VarnishRestApiClient::VERSION
9
9
  spec.authors = ["Jonathan Colby"]
10
- spec.email = ["jcolby@team.mobile.de"]
10
+ spec.email = ["jonathan.colby@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A command line client for the varnish rest api.}
13
13
  spec.description = %q{A command line client for the varnish rest api.}
14
- spec.homepage = "http://homepage.com"
14
+ spec.homepage = "https://github.com/joncolby/varnish_rest_api_client"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: varnish_rest_api_client
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
  - Jonathan Colby
@@ -96,7 +96,7 @@ dependencies:
96
96
  version: '10.0'
97
97
  description: A command line client for the varnish rest api.
98
98
  email:
99
- - jcolby@team.mobile.de
99
+ - jonathan.colby@gmail.com
100
100
  executables:
101
101
  - console
102
102
  - setup
@@ -118,7 +118,7 @@ files:
118
118
  - lib/varnish_rest_api_client/client.rb
119
119
  - lib/varnish_rest_api_client/version.rb
120
120
  - varnish_rest_api_client.gemspec
121
- homepage: http://homepage.com
121
+ homepage: https://github.com/joncolby/varnish_rest_api_client
122
122
  licenses:
123
123
  - MIT
124
124
  metadata: {}