gemspec.yml in ffi-libc-0.0.5 vs gemspec.yml in ffi-libc-0.1.0

- old
+ new

@@ -1,17 +1,17 @@ name: ffi-libc -version: 0.0.5 +version: 0.1.0 summary: Useful FFI bindings for libc description: Useful Ruby FFI bindings for libc. license: MIT authors: Postmodern email: postmodern.mod3@gmail.com -homepage: http://github.com/postmodern/ffi-libc +homepage: https://github.com/postmodern/ffi-libc#redme has_yard: true dependencies: - ffi: >= 0.6.0, <= 1.1.0 + ffi: ~> 1.0 development_dependencies: - ore-tasks: ~> 0.4 + rubygems-tasks: ~> 0.1 rspec: ~> 2.4 - yard: ~> 0.6.0 + yard: ~> 0.8