rake-compiler-dock.gemspec in rake-compiler-dock-0.1.0 vs rake-compiler-dock.gemspec in rake-compiler-dock-0.2.0
- old
+ new
@@ -7,10 +7,11 @@
spec.name = "rake-compiler-dock"
spec.version = RakeCompilerDock::VERSION
spec.authors = ["Lars Kanis"]
spec.email = ["lars@greiz-reinsdorf.de"]
spec.summary = %q{Docker based cross compiler environment for building binary windows gems.}
- spec.description = %q{Use rake-compiler-dock to enter an interactive shell session.}
+ spec.description = %q{Easy to use Docker based cross compiler environment for building binary windows gems.
+Use rake-compiler-dock to enter an interactive shell session or add a task to your Rakefile to automate your cross build.}
spec.homepage = "https://github.com/larskanis/rake-compiler-dock"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }