asynchronous.gemspec in asynchronous-0.1.1 vs asynchronous.gemspec in asynchronous-1.0.0
- old
+ new
@@ -7,10 +7,10 @@
spec.name = "asynchronous"
spec.version = File.open(File.join(File.dirname(__FILE__),"VERSION")).read.split("\n")[0].chomp.gsub(' ','')
spec.authors = ["Adam Luzsi"]
spec.email = ["adamluzsi@gmail.com"]
- spec.description = %q{Async dsl for easy concurrency patterns in both VM managed and OS managed way (Concurrency and Parallelism) }
+ spec.description = %q{DSL for for dead simple to use asynchronous patterns in both VM managed and OS managed way (Concurrency and Parallelism) }
spec.summary = %q{Simple Async Based on standard CRuby}
spec.homepage = "https://github.com/adamluzsi/asynchronous"
spec.license = "MIT"
spec.files = SpecFiles