summaryrefslogtreecommitdiff
path: root/method_source.gemspec
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2018-11-02 16:52:11 +0100
committerJohn Mair <jrmair@gmail.com>2018-11-02 16:52:11 +0100
commit609c4c438b38a8944ae5d9560b9c467775496c02 (patch)
treeb14bac3c9122d5748bf05e2153dbdfb6d417a221 /method_source.gemspec
parent64fff2206c38fe0cf883017bceac56250d444c5b (diff)
downloadmethod_source-0.9.1.tar.gz
bump version number to 0.9.1v0.9.1
Diffstat (limited to 'method_source.gemspec')
-rw-r--r--method_source.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/method_source.gemspec b/method_source.gemspec
index a9ddbc4..040fa87 100644
--- a/method_source.gemspec
+++ b/method_source.gemspec
@@ -1,20 +1,20 @@
# -*- encoding: utf-8 -*-
-# stub: method_source 0.9.0 ruby lib
+# stub: method_source 0.9.1 ruby lib
Gem::Specification.new do |s|
s.name = "method_source".freeze
- s.version = "0.9.0"
+ s.version = "0.9.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["John Mair (banisterfiend)".freeze]
- s.date = "2017-11-21"
+ s.date = "2018-11-02"
s.description = "retrieve the sourcecode for a method".freeze
s.email = "jrmair@gmail.com".freeze
s.files = [".gemtest".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/method_source.rb".freeze, "lib/method_source/code_helpers.rb".freeze, "lib/method_source/source_location.rb".freeze, "lib/method_source/version.rb".freeze, "method_source.gemspec".freeze, "spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze]
s.homepage = "http://banisterfiend.wordpress.com".freeze
s.licenses = ["MIT".freeze]
- s.rubygems_version = "2.6.13".freeze
+ s.rubygems_version = "2.6.14".freeze
s.summary = "retrieve the sourcecode for a method".freeze
s.test_files = ["spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze]