sprockets-derailleur 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: caf3244905bdee840f05ab6759977b7f98c64921
4
+ data.tar.gz: f676a2f7daa2c17cf32e1b7d4b3746a7a5e2d0bc
5
+ SHA512:
6
+ metadata.gz: 83a6b09367f665122853260c998c9f057c6adc5a1f5b027859889716eb6629853ea051ecdac22cf37f2a7e15c292111164571ea2faa07ae956f74fb866b5c793
7
+ data.tar.gz: 15a912b6380ccdda59ed1fd4067159d71c27e2826492ed20480654ed55cd20f9a785cd01a797863bb554b2ddc10559a2e8b6bbe8b3e852f135e91cef2d392cfa
@@ -23,7 +23,7 @@ module SprocketsDerailleur
23
23
  end
24
24
 
25
25
  def with_lock(type)
26
- Timeout::timeout(1) { lock.flock(type) }
26
+ Timeout::timeout(10) { lock.flock(type) }
27
27
  yield
28
28
  ensure
29
29
  lock.flock(File::LOCK_UN)
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module Derailleur
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-derailleur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
5
- prerelease:
4
+ version: 0.0.10
6
5
  platform: ruby
7
6
  authors:
8
7
  - Steel Fu
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-03-21 00:00:00.000000000 Z
11
+ date: 2016-06-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: sprockets
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '2'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '2'
30
27
  description: Speed up sprockets compiling by forking processes
@@ -34,7 +31,7 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - .gitignore
34
+ - ".gitignore"
38
35
  - Gemfile
39
36
  - LICENSE.txt
40
37
  - README.md
@@ -46,27 +43,25 @@ files:
46
43
  - sprockets-derailleur.gemspec
47
44
  homepage: https://github.com/steel/sprockets-derailleur
48
45
  licenses: []
46
+ metadata: {}
49
47
  post_install_message:
50
48
  rdoc_options: []
51
49
  require_paths:
52
50
  - lib
53
51
  required_ruby_version: !ruby/object:Gem::Requirement
54
- none: false
55
52
  requirements:
56
- - - ! '>='
53
+ - - ">="
57
54
  - !ruby/object:Gem::Version
58
55
  version: '0'
59
56
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
57
  requirements:
62
- - - ! '>='
58
+ - - ">="
63
59
  - !ruby/object:Gem::Version
64
60
  version: '0'
65
61
  requirements: []
66
62
  rubyforge_project:
67
- rubygems_version: 1.8.23
63
+ rubygems_version: 2.2.3
68
64
  signing_key:
69
- specification_version: 3
65
+ specification_version: 4
70
66
  summary: Multi process sprockets compiling
71
67
  test_files: []
72
- has_rdoc: