debian/0000755000000000000000000000000012153642171007170 5ustar debian/ruby-tests.rb0000644000000000000000000000004212153637320011632 0ustar exec("rspec spec/parser_spec.rb") debian/ruby-expression-parser-doc.doc-base0000644000000000000000000000105512153640343016002 0ustar Document: ruby-expression-parser-doc Title: Debian ruby-expression-parser Manual Author: David Ricciardi Abstract: mathematical expression parser for Ruby Implementation of a parser for mathematical expressions. Introducing the Parser class which parses raw string input and gives mathematical objects as output. . Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation . Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-expression-parser-doc/html/index.html Files: /usr/share/doc/ruby-expression-parser-doc/html/* debian/ruby-expression-parser-doc.install0000644000000000000000000000006712153637320015776 0ustar doc/* usr/share/doc/ruby-expression-parser-doc/html/ debian/copyright0000644000000000000000000000254412153637320011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: expression_parser Source: http://github.com/nricciar/expression_parser Files: * Copyright: 2010, 2013 David Ricciardi License: MIT Files: debian/* Copyright: 2013 Per Andersson License: MIT License: MIT 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/control0000644000000000000000000000305012153640344010571 0ustar Source: ruby-expression-parser Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-expression-parser.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-expression-parser.git;a=summary Homepage: http://github.com/nricciar/expression_parser XS-Ruby-Versions: all Package: ruby-expression-parser Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Suggests: ruby-expression-parser-doc Description: mathematical expression parser for Ruby Implementation of a parser for mathematical expressions. Introducing the Parser class which parses raw string input and gives mathematical objects as output. . Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation . Package: ruby-expression-parser-doc Section: doc Architecture: all Depends: ${misc:Depends}, libjs-jquery Suggests: ruby-expression-parser Description: mathematical expression parser for Ruby (documentation) Implementation of a parser for mathematical expressions. Introducing the Parser class which parses raw string input and gives mathematical objects as output. . Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation . . This package contains the documentation for ruby-expression-parser. debian/changelog0000644000000000000000000000024712153637403011047 0ustar ruby-expression-parser (0.9.1-1) unstable; urgency=low * Initial release (Closes: #703013) -- Per Andersson Wed, 05 Jun 2013 15:37:03 +0200 debian/ruby-expression-parser.docs0000644000000000000000000000000712153637320014507 0ustar README debian/rules0000755000000000000000000000135212153637320010251 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 override_dh_auto_clean: dh_auto_clean rm -rf doc override_dh_auto_build: dh_auto_build # build documentation rdoc lib override_dh_auto_install: dh_auto_install # remove bundled jquery.js rm -f debian/ruby-expression-parser-doc/usr/share/doc/ruby-expression-parser-doc/html/js/jquery.js debian/watch0000644000000000000000000000013012153637320010213 0ustar version=3 http://githubredir.debian.net/github/nricciar/expression_parser/ v(.*).tar.gz debian/source/0000755000000000000000000000000012153637320010470 5ustar debian/source/format0000644000000000000000000000001412153637320011676 0ustar 3.0 (quilt) debian/ruby-expression-parser-doc.links0000644000000000000000000000014112153637320015441 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-expression-parser-doc/html/js/jquery.js debian/compat0000644000000000000000000000000212153637320010366 0ustar 7