sprockets-derailleur 0.0.2 → 0.0.3

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,5 +1,5 @@
1
1
  module Sprockets
2
2
  module Derailleur
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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: