celluloid-essentials.gemspec in celluloid-essentials-0.20.0.pre16 vs celluloid-essentials.gemspec in celluloid-essentials-0.20.0.pre17
- old
+ new
@@ -2,11 +2,11 @@
require File.expand_path("../culture/sync", __FILE__)
Gem::Specification.new do |gem|
gem.name = "celluloid-essentials"
- gem.version = "0.20.0.pre16"
+ gem.version = "0.20.0.pre17"
gem.platform = Gem::Platform::RUBY
gem.summary = "Internally used tools, and superstructural dependencies of Celluloid"
gem.description = "Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision"
gem.licenses = ["MIT"]
@@ -18,7 +18,7 @@
gem.required_rubygems_version = ">= 1.3.6"
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|examples|spec|features)/}) }
gem.require_path = "lib"
- Celluloid::Sync.gems(gem)
+ Celluloid::Sync::Gemspec[gem]
end