1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ruby-hashie
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
rake, ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hashie.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-hashie.git;a=summary
Homepage: https://github.com/intridea/hashie
XS-Ruby-Versions: all
Package: ruby-hashie
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# rake (~> 0.9.2, development), rspec (~> 2.5, development), guard (>= 0, development), guard-rspec (>= 0, development)
Description: small collection of tools that make hashes more powerful
Hashie is a growing collection of tools that extend Hashes and make
them more useful.
.
Currently includes Mash (Mocking Hash), Dash (Discrete Hash), Trash,
and Clash.
|