debian/0000755000000000000000000000000012226727421007173 5ustar debian/rules0000755000000000000000000000070112225624026010245 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/watch0000644000000000000000000000013312225624026010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/jwt .*/jwt-(.*).tar.gz debian/source/0000755000000000000000000000000012225624026010467 5ustar debian/source/format0000644000000000000000000000001412225624026011675 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000022312225624026012151 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/copyright0000644000000000000000000000252112225624026011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jwt Source: https://github.com/progrium/ruby-jwt Files: * Copyright: 2011 Jeff Lindsay License: Expat Files: debian/* Copyright: 2012 Markus Tornow 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/control0000644000000000000000000000245112226725150010575 0ustar Source: ruby-jwt Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Markus Tornow Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake (>= 0.9.2.2), ruby-rspec (>= 2.10.0), ruby-multi-json (>= 1.5) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-jwt.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-jwt.git;a=summary Homepage: http://github.com/progrium/ruby-jwt XS-Ruby-Versions: all Package: ruby-jwt Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json (>= 1.5) Description: JSON Web Token implementation in Ruby A JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters, and used as a means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed. . The JWT specification supports several algorithms for cryptographic signing. This library currently supports HMAC (HS256, HS384, HS512) and RSA (RS256, RS256, RS512). Unsigned plaintext JWT's are supported too. debian/compat0000644000000000000000000000000212225624026010365 0ustar 7 debian/changelog0000644000000000000000000000054712226727421011053 0ustar ruby-jwt (0.1.8-1) unstable; urgency=low * New upstream Release [ Cédric Boutillier ] * use of canonical URI in Vcs-* fields -- Markus Tornow Tue, 08 Oct 2013 23:42:19 +0200 ruby-jwt (0.1.5-1) unstable; urgency=low * Initial release (Closes: #695059) -- Markus Tornow Tue, 27 Nov 2012 18:25:50 +0100