ruby-polyglot 0.3.2-1 source package in Ubuntu

Changelog

ruby-polyglot (0.3.2-1) unstable; urgency=low

  * Imported Upstream version 0.3.2
  * Bumped Standards-Version to 3.9.2
  * Fixed a typo in control file
  * Removed the ruby-test.yaml file as there is no test in upstream
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:33:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-polyglot_0.3.2.orig.tar.gz 14.5 KiB 86c602b499350dd65383c969c12dc96da1c3163d3d4c0cdc91214791145ea455
ruby-polyglot_0.3.2-1.debian.tar.gz 2.0 KiB 6c609bc90f9d0ee412aa0599597d9f9d2675671242c95bcfe99030ba54ef4014
ruby-polyglot_0.3.2-1.dsc 1.9 KiB 5c9253cb6db35ed0f72a79482ff9583b09a12133ac372b78a91b26130d4b7490

Available diffs

View changes file

Binary packages built by this source

ruby-polyglot: Custom language loaders for specified file extensions

 Allows one to write custom language loaders for specified file extensions
 to be hooked into require.
 .
 This supports the creation of DSLs having a syntax that is most
 appropriate to their purpose, instead of abusing the Ruby syntax.
 .
 Required files are attempted first using the normal Ruby loader,
 and if that fails, Polyglot conducts a search for a file having
 a supported extension.