sprockets-derailleur 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["steelfu@gmail.com"]
|
11
11
|
gem.description = %q{Speed up sprockets compiling by forking processes}
|
12
12
|
gem.summary = %q{Multi process sprockets compiling}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/steel/sprockets-derailleur"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steel Fu
|
@@ -51,7 +51,7 @@ files:
|
|
51
51
|
- lib/sprockets-derailleur.rb
|
52
52
|
- lib/sprockets-derailleur/version.rb
|
53
53
|
- sprockets-derailleur.gemspec
|
54
|
-
homepage:
|
54
|
+
homepage: https://github.com/steel/sprockets-derailleur
|
55
55
|
licenses: []
|
56
56
|
|
57
57
|
post_install_message:
|