README.markdown in method_source-0.9.2 vs README.markdown in method_source-1.0.0

- old
+ new

@@ -1,8 +1,10 @@ -method_source [![Build Status](https://travis-ci.org/banister/method_source.svg?branch=master)](https://travis-ci.org/banister/method_source) +method_source ============= +[![Circle Build Status](https://circleci.com/gh/banister/method_source.svg?style=shield)](https://circleci.com/gh/banister/method_source) + (C) John Mair (banisterfiend) 2011 _retrieve the sourcecode for a method_ *NOTE:* This simply utilizes `Method#source_location`; it @@ -20,10 +22,10 @@ `method_source` provides the `source` and `comment` methods to the `Method` and `UnboundMethod` and `Proc` classes. * Install the [gem](https://rubygems.org/gems/method_source): `gem install method_source` -* Read the [documentation](http://rdoc.info/github/banister/method_source/master/file/README.markdown) +* Read the [documentation](https://www.rubydoc.info/github/banister/method_source/master) * See the [source code](http://github.com/banister/method_source) Example: display method source ------------------------------