From 831eb4566e62d496f5f3e74968e5e38ffa1af7c6 Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 17 Dec 2010 14:38:10 +1300 Subject: replaced RubyVM::ISeq with Ripper; method_source should now work on all 1.9 Ruby implementations that support Ripper --- lib/method_source/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/method_source') diff --git a/lib/method_source/version.rb b/lib/method_source/version.rb index 1f52d87..6461c90 100644 --- a/lib/method_source/version.rb +++ b/lib/method_source/version.rb @@ -1,3 +1,3 @@ module MethodSource - VERSION = "0.1.1" + VERSION = "0.1.4" end -- cgit v1.2.1