Skip to content

Commit

Permalink
Fix dumb mistake again
Browse files Browse the repository at this point in the history
  • Loading branch information
dolzenko committed Jun 2, 2010
1 parent 2a4c2bc commit b235990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/method_extensions/method/source_with_doc.rb
Expand Up @@ -153,7 +153,7 @@ def irb_inspect
# puts e.inspect
# # anything goes wrong - just display comment verbatim
# end
print d
puts d
# puts
end

Expand Down
2 changes: 1 addition & 1 deletion method_extensions.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "method_extensions"
s.version = "0.0.6"
s.version = "0.0.8"
s.authors = ["Evgeniy Dolzhenko"]
s.email = ["dolzenko@gmail.com"]
s.homepage = "http://github.com/dolzenko/method_extensions"
Expand Down

0 comments on commit b235990

Please sign in to comment.