debian/0000755000000000000000000000000012200466745007174 5ustar debian/watch0000644000000000000000000000015712167471620010230 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/method_source .*/method_source-(.*).tar.gz debian/ruby-test-files.yaml0000644000000000000000000000005212167471620013113 0ustar --- - test/test.rb - test/test_helper.rb debian/compat0000644000000000000000000000000212167471620010372 0ustar 9 debian/control0000644000000000000000000000225012167471620010576 0ustar Source: ruby-method-source Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 9~), gem2deb (>= 0.3.0~), ruby-bacon Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-method-source.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-method-source.git;a=summary Homepage: http://banisterfiend.wordpress.com XS-Ruby-Versions: all Package: ruby-method-source Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Retrieve the sourcecode for a method as a Ruby string The `method_source` is a utility to return a method's sourcecode as a Ruby string. Also returns `Proc` and `Lambda` sourcecode. . Method comments can also be extracted using the `comment` method. . It is written in pure Ruby (no C). - Some Ruby 1.8 support now available. - Support for MRI, RBX, JRuby, REE . `method_source` provides the `source` and `comment` methods to the `Method` and `UnboundMethod` and `Proc` classes. debian/rules0000755000000000000000000000070112167471620010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/changelog0000644000000000000000000000206212200466745011046 0ustar ruby-method-source (0.8.2-1) unstable; urgency=low * Imported Upstream version 0.8.2 -- Youhei SASAKI Thu, 08 Aug 2013 00:55:13 +0900 ruby-method-source (0.8.1-2) unstable; urgency=low [ Youhei SASAKI ] * Bump Standard version: 3.9.4 * Upload to unstable [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields -- Youhei SASAKI Wed, 19 Jun 2013 18:58:52 +0900 ruby-method-source (0.8.1-1) experimental; urgency=low * Imported Upstream version 0.8.1 * Format URI update: DEP5 -> Formant/1.0 -- Youhei SASAKI Sun, 20 Jan 2013 07:02:12 +0900 ruby-method-source (0.7.1-1) unstable; urgency=low * Imported Upstream version 0.7.1 * Bump Standard Version: 3.9.3 -- Youhei SASAKI Mon, 23 Apr 2012 11:32:02 +0900 ruby-method-source (0.7.0-1) unstable; urgency=low * Initial release (Closes: #657608) -- Youhei SASAKI Fri, 27 Jan 2012 18:45:53 +0900 debian/ruby-method-source.docs0000644000000000000000000000002012167471620013573 0ustar README.markdown debian/source/0000755000000000000000000000000012167471620010474 5ustar debian/source/format0000644000000000000000000000001412167471620011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000252512167471620011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: method_source Source: http://github.com/banister/method_source Files: * Copyright: 2011 John Mair (banisterfiend) License: Expat Files: debian/* Copyright: 2012 Youhei SASAKI License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.