about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-07-02 09:30:25 +0000
committerEric Wong <e@80x24.org>2018-07-02 09:30:25 +0000
commitf28676e18a9ac0b031b0ff8c56105815cf911d12 (patch)
treefd712b3bb0760cb4c076af011038bfc405d9cb06
parent61ee1c46a06268cbcf5e7d916a05ca9091337f7a (diff)
downloadmwrap-f28676e18a9ac0b031b0ff8c56105815cf911d12.tar.gz
-rw-r--r--mwrap.gemspec7
1 files 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)