From f28676e18a9ac0b031b0ff8c56105815cf911d12 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Jul 2018 09:30:25 +0000 Subject: mwrap 1.0.0 --- mwrap.gemspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mwrap.gemspec b/mwrap.gemspec index 7458395..8a230a1 100644 --- a/mwrap.gemspec +++ b/mwrap.gemspec @@ -10,15 +10,16 @@ end Gem::Specification.new do |s| s.name = 'mwrap' - s.version = '0.0.0' - s.homepage = 'https://80x24.org/mwrap.git' + s.version = '1.0.0' + s.homepage = 'https://80x24.org/mwrap/' s.authors = ["Ruby hackers"] s.summary = 'LD_PRELOAD malloc wrapper for Ruby' s.executables = %w(mwrap) s.files = manifest s.description = <<~EOF +mwrap wraps all malloc, calloc, and realloc calls to trace the Ruby +source location of such calls and bytes allocated at each callsite. EOF - s.email = %q{e@80x24.org} s.test_files = Dir['test/test_*.rb'] s.extensions = %w(ext/mwrap/extconf.rb) -- cgit v1.2.3-24-ge0c7