debian/0000755000000000000000000000000012145532547007176 5ustar debian/rules0000755000000000000000000000044212145522572010253 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Ignore all tests because these required network connection. export DH_RUBY_IGNORE_TESTS=all # # If you need to specify the .gemspec (eg there is more than one) export DH_RUBY_GEMSPEC=simple_oauth.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/ruby-simple-oauth.lintian-overrides0000644000000000000000000000012612145532120016126 0ustar # Upstream does not provide a changelog file ruby-simple-oauth: no-upstream-changelog debian/copyright0000644000000000000000000000262512145522572011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: simple_oauth Source: https://rubygems.org/gems/simple_oauth Files: * Copyright: 2010 Steve Richert, Erik Michaels-Ober. License: Expat Files: debian/* Copyright: 2011 Youhei SASAKI License: Expat License: Expat Copyright (c) 2010 Steve Richert, Erik Michaels-Ober. . 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/compat0000644000000000000000000000000212145522572010371 0ustar 7 debian/patches/0000755000000000000000000000000012145532661010622 5ustar debian/patches/series0000644000000000000000000000002712145530665012040 0ustar remove-simplecov.patch debian/patches/remove-simplecov.patch0000644000000000000000000000063412145532661015142 0ustar Description: remove simplecov Author: Praveen Arimbrathodiyil Last-Updated: 2013-05-18 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -1,9 +1,9 @@ -unless ENV['CI'] - require 'simplecov' - SimpleCov.start do - add_filter 'spec' - end -end +#unless ENV['CI'] +# require 'simplecov' +# SimpleCov.start do +# add_filter 'spec' +# end +#end require 'simple_oauth' require 'rspec' debian/ruby-tests.rake0000644000000000000000000000022312145530200012140 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000032712145530012011033 0ustar ruby-simple-oauth (0.2.0-1) unstable; urgency=low * Initial release (Closes: #635727) [ Youhei SASAKI ] * Initial packaging -- Praveen Arimbrathodiyil Sat, 18 May 2013 03:59:35 +0530 debian/control0000644000000000000000000000216412145532547010604 0ustar Source: ruby-simple-oauth Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.5~), ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simple-oauth.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-simple-oauth.git;a=summary Homepage: http://github.com/laserlemon/simple_oauth XS-Ruby-Versions: all Package: ruby-simple-oauth Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Simply builds and verifies OAuth headers The library, "simple_oauth", provides classes in order to simply build and verify OAuth headers. . This library aims to support and is tested against the following Ruby implementations: Ruby 1.8.7 Ruby 1.9.2 Ruby 1.9.3 Ruby 2.0.0 JRuby Rubinius . If something doesn't work on one of these interpreters, it's a bug. debian/watch0000644000000000000000000000015512145522572010225 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/simple_oauth .*/simple_oauth-(.*).tar.gz debian/ruby-simple-oauth.docs0000644000000000000000000000001212145522572013424 0ustar README.md debian/source/0000755000000000000000000000000012145531051010463 5ustar debian/source/format0000644000000000000000000000001412145522572011701 0ustar 3.0 (quilt)