Skip to content

Commit

Permalink
Merge pull request #55 from banister/release-0-9-2
Browse files Browse the repository at this point in the history
Release v0.9.2
  • Loading branch information
kyrylo committed Nov 11, 2018
2 parents 1ff2066 + 6259c06 commit ba41c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/method_source/version.rb
@@ -1,3 +1,3 @@
module MethodSource
VERSION = "0.9.1"
VERSION = '0.9.2'.freeze
end
8 changes: 4 additions & 4 deletions method_source.gemspec
@@ -1,20 +1,20 @@
# -*- encoding: utf-8 -*-
# stub: method_source 0.9.1 ruby lib
# stub: method_source 0.9.2 ruby lib

Gem::Specification.new do |s|
s.name = "method_source".freeze
s.version = "0.9.1"
s.version = "0.9.2"

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 = "2018-11-02"
s.date = "2018-11-12"
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.14".freeze
s.rubygems_version = "2.7.6".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]

Expand Down

0 comments on commit ba41c6b

Please sign in to comment.