1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ruby-default-value-for
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-activerecord, ruby-sqlite3, ruby-minitest-around
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-default-value-for.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-default-value-for.git;a=summary
Homepage: https://github.com/FooBarWidget/default_value_for
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-default-value-for
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord
Description: provides a way to specify default values for ActiveRecord models
The default_value_for plugin allows one to define default values for
ActiveRecord models in a declarative manner. The readme file can be found at
/usr/share/doc/ruby-default-value-for/README.md.gz
|