diff options
author | John Mair <jrmair@gmail.com> | 2012-07-02 02:33:32 +1200 |
---|---|---|
committer | John Mair <jrmair@gmail.com> | 2012-07-02 02:33:32 +1200 |
commit | d2b25cdbbed2f8539fe5f11e5dcf180fc1f3fce8 (patch) | |
tree | b735d11ae900b01140781ca6eb8563a1a6036344 /method_source.gemspec | |
parent | 6127eb23a14b66bb3ff7506762927c8b27b4db7e (diff) | |
download | method_source-d2b25cdbbed2f8539fe5f11e5dcf180fc1f3fce8.tar.gz |
properly documented :consume parameter
Diffstat (limited to 'method_source.gemspec')
-rw-r--r-- | method_source.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
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"] |