debian/0000755000000000000000000000000012144701317007166 5ustar debian/rules0000755000000000000000000000075212144700752010254 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 # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rdoc debian/copyright0000644000000000000000000000250512144700752011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rails_autolink Source: http://rubygems.org/gems/rails_autolink Files: * Copyright: 2011 DHH License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil 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. debian/compat0000644000000000000000000000000212144700752010366 0ustar 7 debian/patches/0000755000000000000000000000000012144700753010620 5ustar debian/patches/series0000644000000000000000000000003312144700753012031 0ustar needs-actionpack-fix.patch debian/patches/needs-actionpack-fix.patch0000644000000000000000000000162112144700753015635 0ustar Description: This test needs actionpack 4 actionpack-3.2 uses a method removed in minitest. We have to wait till a fixed version of actionpack enters debian. Author: Praveen Arimbrathosiyil Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708254 Last-Updated: 2013-05-15 --- a/test/test_rails_autolink.rb +++ b/test/test_rails_autolink.rb @@ -50,6 +50,7 @@ end def test_auto_link_with_options_hash + skip 'This needs actionpack fix #708254' assert_dom_equal 'Welcome to my new blog at http://www.myblog.com/. Please e-mail me at me@email.com.', auto_link("Welcome to my new blog at http://www.myblog.com/. Please e-mail me at me@email.com.", :link => :all, :html => { :class => "menu", :target => "_blank" }) debian/ruby-rails-autolink.docs0000644000000000000000000000001412144700753013753 0ustar README.rdoc debian/changelog0000644000000000000000000000025612144700753011046 0ustar ruby-rails-autolink (1.1.0-1) unstable; urgency=low * Initial release (Closes: #708373) -- Praveen Arimbrathodiyil Mon, 13 May 2013 19:32:52 +0530 debian/control0000644000000000000000000000174512144701317010600 0ustar Source: ruby-rails-autolink Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-railties-3.2, ruby-minitest Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-autolink.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rails-autolink.git;a=summary Homepage: https://github.com/tenderlove/rails_autolink XS-Ruby-Versions: all Package: ruby-rails-autolink Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rails3 Description: `auto_link` method from rails, removed in rails 3.1+ This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating. debian/watch0000644000000000000000000000016112144700753010220 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rails_autolink .*/rails_autolink-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000004612144701007011630 0ustar require 'test/test_rails_autolink.rb' debian/source/0000755000000000000000000000000012144700731010465 5ustar debian/source/format0000644000000000000000000000001412144700753011677 0ustar 3.0 (quilt)