varnish_rest_api 0.0.4 → 0.0.5

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: 51ea11f88e1b5c03c9bf2ff42432c4eb14f6c10b
4
- data.tar.gz: cf4faad7e206ec9cdf52ee40379593f7070689bd
3
+ metadata.gz: 257782b52b58db707a6330a99a8f1f2197881442
4
+ data.tar.gz: 480ff4c9e4fddede1735059ba08ee6f84a9d250c
5
5
  SHA512:
6
- metadata.gz: 9e3e2e865b03b00495ad4e4e12db73943a2967776d76881f866308ca79ed3ac5794f74350b5e61e5d77d90dbae9e7fbe58209ed78f88f7073af69e9a5843bc7d
7
- data.tar.gz: 782a08d98d20563567b1ab9b26b35f07307e882332c087f7d984e71c12be5cf6f099614c6485698f10e8e76f08c479a468f1f1bd5a8b2ddca85fb6f445fa9fcb
6
+ metadata.gz: 1484ef7ef74ac4d1f8378fb7188cdaa0bba946240800692d44f7e5b971bdc529f3d843104e2f55189f89c5314533a5ece3dec06102ec1e5d04bca07be9669eeb
7
+ data.tar.gz: bc063d7ed2b5403c9cefdbbf306a6691ecf6a3bb48c3dffc2f14c078afdd665384933fcb3b50ba6ccd94e0775d4beb6c9b8d0f8a9dbbf99b5df1944bd933b721
data/.gitignore CHANGED
@@ -1,6 +1,6 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
3
+ #/Gemfile.lock
4
4
  /_yardoc/
5
5
  /coverage/
6
6
  /doc/
data/Gemfile.lock ADDED
@@ -0,0 +1,58 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ celluloid (0.16.0)
5
+ timers (~> 4.0.0)
6
+ daemons (1.2.2)
7
+ eventmachine (1.0.7)
8
+ ffi (1.9.8)
9
+ hitimes (1.2.2)
10
+ json (1.8.2)
11
+ listen (2.9.0)
12
+ celluloid (>= 0.15.2)
13
+ rb-fsevent (>= 0.9.3)
14
+ rb-inotify (>= 0.9)
15
+ little-plugger (1.1.3)
16
+ logging (1.8.2)
17
+ little-plugger (>= 1.1.3)
18
+ multi_json (>= 1.8.4)
19
+ mime-types (2.4.3)
20
+ multi_json (1.11.0)
21
+ netrc (0.10.3)
22
+ rack (1.6.0)
23
+ rack-protection (1.5.3)
24
+ rack
25
+ rb-fsevent (0.9.4)
26
+ rb-inotify (0.9.5)
27
+ ffi (>= 0.5.0)
28
+ rerun (0.10.0)
29
+ listen (~> 2.7, >= 2.7.3)
30
+ rest-client (1.7.3)
31
+ mime-types (>= 1.16, < 3.0)
32
+ netrc (~> 0.7)
33
+ sinatra (1.4.5)
34
+ rack (~> 1.4)
35
+ rack-protection (~> 1.4)
36
+ tilt (~> 1.3, >= 1.3.4)
37
+ thin (1.6.3)
38
+ daemons (~> 1.0, >= 1.0.9)
39
+ eventmachine (~> 1.0)
40
+ rack (~> 1.0)
41
+ tilt (1.4.1)
42
+ timers (4.0.1)
43
+ hitimes
44
+ zk (1.9.5)
45
+ logging (~> 1.8.2)
46
+ zookeeper (~> 1.4.0)
47
+ zookeeper (1.4.10)
48
+
49
+ PLATFORMS
50
+ ruby
51
+
52
+ DEPENDENCIES
53
+ json
54
+ rerun
55
+ rest-client
56
+ sinatra
57
+ thin
58
+ zk
@@ -1,3 +1,3 @@
1
1
  module VarnishRestApi
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: varnish_rest_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Colby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-29 00:00:00.000000000 Z
11
+ date: 2015-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -106,6 +106,7 @@ files:
106
106
  - ".buildpath"
107
107
  - ".gitignore"
108
108
  - Gemfile
109
+ - Gemfile.lock
109
110
  - Gemfile.orig
110
111
  - LICENSE.txt
111
112
  - README.md
@@ -139,9 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
140
  version: '0'
140
141
  requirements: []
141
142
  rubyforge_project:
142
- rubygems_version: 2.4.5
143
+ rubygems_version: 2.4.6
143
144
  signing_key:
144
145
  specification_version: 4
145
146
  summary: A sinatra rest api for varnish.
146
147
  test_files: []
147
- has_rdoc: