sprockets-derailleur 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.
@@ -84,7 +84,7 @@ module Sprockets
84
84
  data['files'][asset.digest_path] = {
85
85
  'logical_path' => asset.logical_path,
86
86
  'mtime' => asset.mtime.iso8601,
87
- 'size' => asset.bytesize,
87
+ 'size' => asset.length,
88
88
  'digest' => asset.digest
89
89
  }
90
90
  data['assets'][asset.logical_path] = asset.digest_path
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module Derailleur
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'sprockets', "~>2.4.0"
20
+ gem.add_dependency 'sprockets', "~>2"
21
21
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-derailleur
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steel Fu
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-03 00:00:00 Z
18
+ date: 2013-01-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: sprockets
@@ -25,12 +25,10 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 31
28
+ hash: 7
29
29
  segments:
30
30
  - 2
31
- - 4
32
- - 0
33
- version: 2.4.0
31
+ version: "2"
34
32
  type: :runtime
35
33
  version_requirements: *id001
36
34
  description: Speed up sprockets compiling by forking processes