[DRE-commits] [ruby-jar-dependencies] 04/08: Complete package description

Miguel Landaeta nomadium at moszumanska.debian.org
Sat Mar 4 19:52:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository ruby-jar-dependencies.

commit 7c32149703cbfd239e8fba8ab41bd34a1f4991a4
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Sat Mar 4 19:22:12 2017 +0000

    Complete package description
---
 debian/control | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ea42079..a3b4dfa 100644
--- a/debian/control
+++ b/debian/control
@@ -18,5 +18,15 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: manage jar dependencies for gems
- manage jar dependencies for gems and keep track which jar was already loaded using maven artifact coordinates. it warns on version conflicts and loads only ONE jar assuming the first one is compatible to the second one otherwise your project needs to lock down the right version by providing a Jars.lock file.
+Description: manage jar dependencies for Ruby gems
+ jar-dependencies gem provides a simple way to load jars into JRuby's
+ classloader. It also has additional and very convenient features like:
+ allowing to declare jar dependencies in the gemspec files, vendoring
+ jars with gems if needed, reuse jar files from Maven local
+ repositories, lock down specific jar versions to avoid conflicts and
+ support for proxy and mirrors functionalities thanks to a close
+ integration with Maven.
+ .
+ The idea behind jar-dependencies is to do jar dependencies management
+ in a correct way. It's somehow similar to the bundler tool but for
+ jars.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jar-dependencies.git



More information about the Pkg-ruby-extras-commits mailing list