diff options
author | Adam Sanderson <netghost@gmail.com> | 2010-12-17 10:55:16 -0800 |
---|---|---|
committer | John Mair <jrmair@gmail.com> | 2010-12-18 19:28:42 +1300 |
commit | e61e36e4f937b18e258fe0f8f2733528d132cc5c (patch) | |
tree | 5a6eb4d0e9ab2d570ac4d23200059ce80c889cff /lib/method_source | |
parent | 32e6e8495c36782e6362676a32d7a7e808226437 (diff) | |
download | method_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.rb | 2 |
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 |