[DRE-commits] [SCM] rubygems-integration.git branch, master, updated. 28bf3027b3759e3b9fcde731d0dc6bc3dd25f9e8

Antonio Terceiro terceiro at softwarelivre.org
Wed Jun 20 23:29:59 UTC 2012


The following commit has been merged in the master branch:
commit 63dbbb3675578c12cf86923e0e2ab566de738c9b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jun 20 20:21:15 2012 -0300

    Adding a simple README

diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..4245bc4
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,34 @@
+# rubygems-integration
+
+This package makes Debian Ruby recognizable by Rubygems. The packages will be
+listed by `gem list` and will be recognized by Rubygems. They can be used to
+satisfy dependencies both with plain Rubygems and with Bundler. As a special
+case, they can be used to satisfy dependencies of Rails 3 applications.
+
+# How to make a Debian Ruby package work with rubygems-integration
+
+Install a gemspec file to /usr/share/rubygems-integration/$VERSION to make the
+package available for Ruby $VERSION (e.g. if $VERSION is 1.9.1 the the package
+will be visible to Rubygems on Ruby 1.9)
+
+# Copyright
+
+Copyright © 2012 Antonio Terceiro <terceiro at debian.org>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

-- 
rubygems-integration.git



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