summaryrefslogtreecommitdiff
path: root/lib/method_source
diff options
context:
space:
mode:
authorAdam Sanderson <netghost@gmail.com>2010-12-17 10:55:16 -0800
committerJohn Mair <jrmair@gmail.com>2010-12-18 19:28:42 +1300
commite61e36e4f937b18e258fe0f8f2733528d132cc5c (patch)
tree5a6eb4d0e9ab2d570ac4d23200059ce80c889cff /lib/method_source
parent32e6e8495c36782e6362676a32d7a7e808226437 (diff)
downloadmethod_source-e61e36e4f937b18e258fe0f8f2733528d132cc5c.tar.gz
version 0.2.0, support for method comments (and a few minor changes), thanks to Adam Sanderson
* Merged in Adam's changes * Refactored source_helper to reflect comment_helper style * Made some adjustments to Adam's code: removed buffer.strip, now doing an lstrip on each line before adding to buffer * No longer including blank lines in comment buffer (blank lines ignored) * Added large number of comment-related tests
Diffstat (limited to 'lib/method_source')
-rw-r--r--lib/method_source/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/method_source/version.rb b/lib/method_source/version.rb
index 6461c90..2ac241c 100644
--- a/lib/method_source/version.rb
+++ b/lib/method_source/version.rb
@@ -1,3 +1,3 @@
module MethodSource
- VERSION = "0.1.4"
+ VERSION = "0.2.0"
end