about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--mwrap.gemspec2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 264baa3..fc72b22 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,5 +8,6 @@ bin/mwrap
 ext/mwrap/extconf.rb
 ext/mwrap/jhash.h
 ext/mwrap/mwrap.c
+lib/mwrap_rack.rb
 mwrap.gemspec
 test/test_mwrap.rb
diff --git a/mwrap.gemspec b/mwrap.gemspec
index 8a230a1..56589a0 100644
--- a/mwrap.gemspec
+++ b/mwrap.gemspec
@@ -10,7 +10,7 @@ end
 
 Gem::Specification.new do |s|
   s.name = 'mwrap'
-  s.version = '1.0.0'
+  s.version = '2.0.0'
   s.homepage = 'https://80x24.org/mwrap/'
   s.authors = ["Ruby hackers"]
   s.summary = 'LD_PRELOAD malloc wrapper for Ruby'