debian/0000755000000000000000000000000012150474217007171 5ustar debian/rules0000755000000000000000000000070112150474176010253 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/copyright0000644000000000000000000000253012150474176011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: oauth2 Source: http://rubygems.org/gems/oauth2 Files: * Copyright: 2011-2013 Michael Bleigh and Intridea, Inc. 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/compat0000644000000000000000000000000212150474176010373 0ustar 7 debian/patches/0000755000000000000000000000000012150474176010624 5ustar debian/patches/series0000644000000000000000000000002712150474176012040 0ustar remove-simplecov.patch debian/patches/remove-simplecov.patch0000644000000000000000000000102312150474176015135 0ustar Description: Remove simplecov SimpleCov is used only for code coverage analysis. When someone package it for debian, this patch may be removed. Author: Praveen Arimbrathodiyil Last-Update: 2013-05-27 --- 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 'oauth2' require 'addressable/uri' debian/ruby-oauth2.docs0000644000000000000000000000003212150474176012223 0ustar README.md CONTRIBUTING.md debian/ruby-oauth2.lintian-overrides0000644000000000000000000000011312150474176014731 0ustar # Upstream does not provide a changelog ruby-oauth2: no-upstream-changelog debian/ruby-tests.rake0000644000000000000000000000022312150474176012157 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000024612150474176011051 0ustar ruby-oauth2 (0.9.1-1) unstable; urgency=low * Initial release (Closes: #709933) -- Praveen Arimbrathodiyil Mon, 27 May 2013 01:26:16 +0530 debian/control0000644000000000000000000000232512150474176010602 0ustar Source: ruby-oauth2 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-faraday, ruby-httpauth, ruby-multi-json, ruby-multi-xml, ruby-rack, ruby-jwt, ruby-rspec, rake, ruby-addressable Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oauth2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-oauth2.git;a=summary Homepage: http://github.com/intridea/oauth2 XS-Ruby-Versions: all Package: ruby-oauth2 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-faraday, ruby-httpauth, ruby-multi-json, ruby-multi-xml, ruby-rack, ruby-jwt Description: ruby wrapper for the OAuth 2.0 protocol A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec. . This is a work in progress, being built first to solve the pragmatic process of connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time. debian/watch0000644000000000000000000000014112150474176010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/oauth2 .*/oauth2-(.*).tar.gz debian/source/0000755000000000000000000000000012150473502010465 5ustar debian/source/format0000644000000000000000000000001412150474176011703 0ustar 3.0 (quilt)