asyncengine.gemspec in asyncengine-0.0.1.testing vs asyncengine.gemspec in asyncengine-0.0.1.testing1

- old
+ new

@@ -9,18 +9,18 @@ spec.authors = ["Inaki Baz Castillo"] spec.email = "ibc@aliax.net" spec.summary = "Ruby asynchronous event driven library based on libuv" spec.homepage = "https://github.com/ibc/AsyncEngine" spec.description = "Ruby asynchronous event driven library based on libuv" - spec.extensions = ["ext/asyncengine_ext/extconf.rb"] + spec.extensions = ["ext/asyncengine/extconf.rb"] spec.required_ruby_version = ">= 1.9.2" files = %w{ asyncengine.gemspec README.markdown lib/**/** - ext/asyncengine_ext/{*.c,*.h,*.rb} - ext/asyncengine_ext/libuv/**/**/**/**/**/**/**/**/** + ext/asyncengine/{*.c,*.h,*.rb} + ext/asyncengine/libuv/**/**/**/**/**/**/**/**/** }.join(",") spec.files = Dir.glob "{#{files}}" spec.require_paths = ["lib"] end