ffi-stat.gemspec in ffi-stat-0.2.0 vs ffi-stat.gemspec in ffi-stat-0.3.0

- old
+ new

@@ -2,10 +2,10 @@ lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "ffi-stat" - spec.version = "0.2.0" + spec.version = "0.3.0" spec.authors = ["Adam Tanner"] spec.email = ["adam@adamtanner.org"] spec.description = %q{ Ruby FFI bindings for stat } spec.summary = %q{ Ruby FFI bindings for stat } spec.homepage = "https://github.com/adamtanner/ffi-stat"