forkhandle.gemspec in forkhandle-0.0.1 vs forkhandle.gemspec in forkhandle-0.0.2

- old
+ new

@@ -1,16 +1,17 @@ ## forkhandle.gemspec # Gem::Specification::new do |spec| spec.name = "forkhandle" - spec.version = "0.0.1" + spec.version = "0.0.2" spec.platform = Gem::Platform::RUBY spec.summary = "forkhandle" - spec.description = "description: forkhandle kicks the ass" + spec.description = "a teeny library / design pattern for managing connections in a process and thread safe fashion" + spec.license = "same as ruby's" spec.files = -["Rakefile", "forkhandle.gemspec", "lib", "lib/forkhandle.rb"] +["README.md", "Rakefile", "forkhandle.gemspec", "lib", "lib/forkhandle.rb"] spec.executables = [] spec.require_path = "lib"