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.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 0
3
- :patch: 5
3
+ :patch: 6
4
4
  :major: 0
@@ -3,5 +3,5 @@ require 'varnish/socket_factory'
3
3
  require 'varnish/client'
4
4
 
5
5
  module Varnish
6
- VERSION = '0.0.5'
6
+ VERSION = '0.0.6'
7
7
  end
@@ -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 !defined?(RUBY_ENGINE)
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.5
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-02-04 00:00:00 +01:00
12
+ date: 2010-04-07 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15