From d2b25cdbbed2f8539fe5f11e5dcf180fc1f3fce8 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 2 Jul 2012 02:33:32 +1200 Subject: properly documented :consume parameter --- method_source.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'method_source.gemspec') diff --git a/method_source.gemspec b/method_source.gemspec index 1e5c8f0..6fe7097 100644 --- a/method_source.gemspec +++ b/method_source.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = "method_source" - s.version = "0.8.pre.2" + s.version = "0.8.pre.3" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["John Mair (banisterfiend)"] - s.date = "2012-06-03" + s.date = "2012-06-29" s.description = "retrieve the sourcecode for a method" s.email = "jrmair@gmail.com" s.files = [".gemtest", ".travis.yml", ".yardopts", "Gemfile", "LICENSE", "README.markdown", "Rakefile", "lib/method_source.rb", "lib/method_source/code_helpers.rb", "lib/method_source/source_location.rb", "lib/method_source/version.rb", "method_source.gemspec", "test/test.rb", "test/test_helper.rb"] -- cgit v1.2.1