klarlack 0.0.5 → 0.0.6
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.
- data/VERSION.yml +1 -1
- data/lib/klarlack.rb +1 -1
- data/lib/varnish/socket_factory.rb +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
data/lib/klarlack.rb
CHANGED
@@ -12,7 +12,7 @@ module Varnish
|
|
12
12
|
# http://ph7spot.com/articles/system_timer
|
13
13
|
# We don't want to bother trying to load SystemTimer on jruby and
|
14
14
|
# ruby 1.9+.
|
15
|
-
if
|
15
|
+
if RUBY_VERSION =~ /^1\.8\./ and RUBY_PLATFORM !~ /java/
|
16
16
|
require 'system_timer'
|
17
17
|
Timer = SystemTimer
|
18
18
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: klarlack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Max Sch\xC3\xB6fmann"
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-04-07 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|