mesh.gemspec in mesh-rb-0.0.1 vs mesh.gemspec in mesh-rb-0.0.2

- old
+ new

@@ -1,10 +1,11 @@ $:.push File.expand_path('../lib', __FILE__) +require 'mesh/version' Gem::Specification.new do |s| s.name = 'mesh-rb' - s.version = '0.0.1' - s.summary = 'mesh allocator. Still under maintenance' + s.version = Mesh::VERSION + s.summary = 'Injecting Mesh allocator into ruby apps. Still under maintenance' s.author = 'ThreadedStream' s.extensions = ['ext/mesh/extconf.rb'] s.require_paths = ['lib'] s.homepage = 'https://github.com/ThreadedStream/mesh-rb'