asynchronous.gemspec in asynchronous-1.0.4 vs asynchronous.gemspec in asynchronous-2.0.0
- old
+ new
@@ -10,19 +10,15 @@
spec.authors = ["Adam Luzsi"]
spec.email = ["adamluzsi@gmail.com"]
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.license = "MIT"
spec.files = SpecFiles
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
- ##=======Runtime-ENV================##
- #spec.add_runtime_dependency "asdf", ['~>4.1.3']
-
- ##=======Development-ENV============##
- #spec.add_development_dependency "asdf",['~>4.1.3']
+ spec.add_dependency "process_shared"
end