debian/0000755000000000000000000000000012331752117007170 5ustar debian/ruby-omniauth-google-oauth2.examples0000644000000000000000000000014312317265157016212 0ustar # FIXME: examples/ dir found in source. Consider installing the examples. # Examples: # examples/* debian/changelog0000644000000000000000000000052512331746354011052 0ustar ruby-omniauth-google-oauth2 (0.2.4-1) unstable; urgency=low * New upstream release -- Nitesh A Jain Sat, 26 Apr 2014 21:51:32 +0530 ruby-omniauth-google-oauth2 (0.2.2-1) unstable; urgency=low * Initial release (Closes: #721846) -- Nitesh A Jain Thu, 03 Apr 2014 19:42:38 +0530 debian/copyright0000644000000000000000000000254112317265157011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: omniauth-google-oauth2 Source: https://github.com/zquestz/omniauth-google-oauth2 Files: * Copyright: 2013 Josh Ellithorpe License: Expat Files: debian/* Copyright: 2013 Nitesh A Jain 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/control0000644000000000000000000000211712317302145010570 0ustar Source: ruby-omniauth-google-oauth2 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Nitesh A Jain Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-omniauth-oauth2 Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-google-oauth2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-google-oauth2.git;a=summary Homepage: https://github.com/zquestz/omniauth-google-oauth2 XS-Ruby-Versions: all Package: ruby-omniauth-google-oauth2 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Google OAuth2 strategy for OmniAuth 1.x This gem allows one to authenticate with Google via OAuth2 in OmniAuth . Google's developer area contains ample documentation on how it implements this, so if you are really interested in the details, check out https://developers.google.com/accounts/docs/OAuth2 for more. debian/patches/0000755000000000000000000000000012317265157010626 5ustar debian/patches/series0000644000000000000000000000002412317265157012037 0ustar remove_bundler.diff debian/patches/remove_bundler.diff0000644000000000000000000000064312317265157014473 0ustar Description: Removing bundler from spec/spec_helper.rb Author: Nitesh A Jain Forwarded: no Last-Update: 2013-09-04 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1,2 @@ -require File.join('bundler', 'setup') -require 'rspec' \ No newline at end of file +#require File.join('bundler', 'setup') +require 'rspec' debian/ruby-tests.rake0000644000000000000000000000022312317265157012161 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/compat0000644000000000000000000000000212317265157010375 0ustar 7 debian/watch0000644000000000000000000000020112317265157010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/omniauth-google-oauth2 .*/omniauth-google-oauth2-(.*).tar.gz debian/rules0000755000000000000000000000070112317265157010255 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/source/0000755000000000000000000000000012317265157010477 5ustar debian/source/format0000644000000000000000000000001412317265157011705 0ustar 3.0 (quilt) debian/ruby-omniauth-google-oauth2.docs0000644000000000000000000000001212317265157015317 0ustar README.md