[DRE-commits] [ruby-state-machine] 04/07: update dependencies; mention Yard plugin in description
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 16 13:30:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-state-machine.
commit 44370cc6ee35b622f707315bd5102f00123b925e
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Apr 16 13:55:03 2014 +0200
update dependencies; mention Yard plugin in description
---
debian/control | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index a6be638..84aa5c3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Cédric Boutillier <boutil at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~),
ruby-graphviz,
ruby-activerecord,
- ruby-sqlite3
+ ruby-sqlite3,
+ yard
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-state-machine.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-state-machine.git;a=summary
@@ -20,7 +21,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Recommends: ruby-graphviz,
ruby-activerecord,
ruby-activemodel,
- ruby-sequel
+ ruby-sequel,
+ libjs-jquery
+Suggests: yard
Description: State machines for attributes
This Ruby library adds support for creating state machines for attributes on
any Ruby class.
@@ -31,4 +34,5 @@ Description: State machines for attributes
difficult to maintain when the complexity of the class starts to increase.
.
This library simplifies this design by introducing the various parts of a real
- state machine, including states, events, transitions, and callbacks.
+ state machine, including states, events, transitions, and callbacks. It also
+ provides a YARD plugin to document state machines in Ruby.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-state-machine.git
More information about the Pkg-ruby-extras-commits
mailing list