{ "info": { "author": "Mantas Zimnickas", "author_email": "sirexas@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Ruby Modules" ], "description": "*******************************\nRecipe for installing ruby gems\n*******************************\n\nUsing this recipe you can easily install ruby gems packages into buildout\nenvironment.\n\nAll executable files from gem packages are available in ``bin-directory``.\n\nUsage\n=====\n\n::\n\n [buildout]\n parts =\n rubygems\n\n [rubygems]\n recipe = rubygemsrecipe\n gems =\n sass\n compass==0.10\n\nAfter running buildout you can use SASS from buildout environment::\n\n ./bin/sass --version\n\nOptions\n=======\n\ngems\n list of gem package names, also you can specify gem version, example:\n ``sass==3.1.1``.\n\nurl\n rubygems zip download url, if not specified, recipe will try to find most\n recent version.\n\nversion\n rubygems version, if not specified, recipe will try to find most recent\n version.\n\nruby-executable\n A path to a Ruby executable. Gems will be installed using this executable.\n\ngem-options\n Extra options, that will be passed to gem executable. Example::\n\n gem-options =\n --with-icu-lib=${icu:location}/lib/\n --with-icu-dir=${icu:location}/\n\nenvironment\n Possibility to add or override environment variables. Example::\n\n environment =\n LDFLAGS = -L${icu:location}/lib -Wl,-rpath=${icu:location}/lib\n CFLAGS = -I${icu:location}/include\n\nChange History\n**************\n\n0.2.2 (2015-08-18)\n==================\n\n- Fix: https://bitbucket.org/sirex/rubygemsrecipe/issues/8/cant-find-latest-rubygems-version (thanks Pierre Allix)\n\n0.2.1 (2014-11-21)\n==================\n\n- Fix: https://bitbucket.org/sirex/rubygemsrecipe/issue/6/cannot-install-rubygems-020\n\n0.2.0 (2014-11-20)\n==================\n\n- Native Python 2 and Python 3 support using ``six``, without ``use_2to3``.\n\n- Tests for Python 2 and Python 3 using ``tox`` with 100% test coverage.\n\n- All ``subprocess`` commands are rewritten to run without ``shell=True``.\n\n0.1.8 (2014-01-26)\n==================\n\n- Feature: Python 3 support.\n\n- Feature: added 'url', 'gem-options' and 'environment' options.\n\n- Fix: add quotes to values of environment variables.\n\n0.1.7 (2012-05-24)\n==================\n\n- Feature: added 'ruby-executable' option, thanks to desaintmartin.\n\n0.1.6 (2012-04-26)\n==================\n\n- Fix: pass all arguments as separate arguments instead of a single string.\n\n0.1.5 (2012-01-06)\n==================\n\n- Fix: use each version only for the line it's specified in.\n\n0.1.4 (2012-01-03)\n==================\n\n- You can specify a version for each gem with a syntax similar to python eggs.\n\n\n0.1.3 (2011-12-28)\n==================\n\n- Added 'version' option to specify explicit rubygems version.\n\n0.1.2 (2011-11-09)\n==================\n\n- New version of rubygems includes symlinks in .tgz archyve and extracted by\n setuptools.archive_util extractor ignores all symlinks. This causes missing\n files in extracted folder. Now rubygemsrecipe downloads .zip archyve instead\n of .tgz.\n\n0.1.1 (2011-10-04)\n==================\n\n- Fixed issue with name of gem executable, which can be different depending on\n how ruby is istalled on host system.\n\n- Install rubygems if gem executable is not found, not rubygems direcotry.\n\n0.1 (2011-09-07)\n================\n\n- Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/sirex/rubygemsrecipe", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "rubygemsrecipe", "package_url": "https://pypi.org/project/rubygemsrecipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rubygemsrecipe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/sirex/rubygemsrecipe" }, "release_url": "https://pypi.org/project/rubygemsrecipe/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe for installing ruby gems.", "version": "0.2.2" }, "last_serial": 1682977, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "db9f0105b2d18cb0b02cc80bb8cdb0ed", "sha256": "6877ee459965235827fbb6a5a21c04e772233080150c47c43a3a2d6a75487020" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.tar.gz", "has_sig": false, "md5_digest": "db9f0105b2d18cb0b02cc80bb8cdb0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2837, "upload_time": "2011-09-07T14:23:14", "url": "https://files.pythonhosted.org/packages/a4/6a/f931f1968e743451ceeb30f5cd3e102edef4c06654101ff253bbb565fdec/rubygemsrecipe-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f7286ceae2b681cfd59f95f121df671f", "sha256": "aca213fbbbe71c9c562cb8c411b03de2b2b38f4a26261e7f83bba09210a1f114" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f7286ceae2b681cfd59f95f121df671f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3016, "upload_time": "2011-10-04T22:04:03", "url": "https://files.pythonhosted.org/packages/7a/e2/24b939c1cfb63de5c328c55389fa655ba2c63948c80a1a7e8ca79e6aeb5c/rubygemsrecipe-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "008b53318f76220c70ea42fd56f1ca51", "sha256": "ac16365e0cac075da67c9feeb3a7cd0c55a6cf9b95c5884092da1ac9c57a8fa9" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.2-py2.7.egg", "has_sig": false, "md5_digest": "008b53318f76220c70ea42fd56f1ca51", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6478, "upload_time": "2011-11-09T21:26:09", "url": "https://files.pythonhosted.org/packages/3a/77/68eff202778fe2dd59a8a87bc698bf8190ec9b2239b84f85608f23bd977b/rubygemsrecipe-0.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "61ab5ba2dfba1dfb7ce7229adc2c700a", "sha256": "84b2a65f3d69571c197816f76615befcb7b5fb74b71f3ccc3e6804e915734542" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.2.tar.gz", "has_sig": false, "md5_digest": "61ab5ba2dfba1dfb7ce7229adc2c700a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3589, "upload_time": "2011-11-09T21:26:09", "url": "https://files.pythonhosted.org/packages/cf/22/56eedc106f4d6613077a2489566122d33c8b4ab568e819369609978b2666/rubygemsrecipe-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4c74a33bac3b492dd6e116c5d86d2bbf", "sha256": "e46bac818c0dd40ec2f8dbbacbf66e4312f2511e162e2cb6f78343decf5c24b7" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4c74a33bac3b492dd6e116c5d86d2bbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3722, "upload_time": "2011-12-28T10:43:20", "url": "https://files.pythonhosted.org/packages/57/e4/a4a69b40a2e978b23c9c39efb6f864eb4a06734db38fcdb28e544618d7b3/rubygemsrecipe-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a6a7a1c87a248e31a89909d9e5f825cf", "sha256": "bafbdcd6321ddafded09a8c01e2587710eb10dca2e6cd1c6d8044a98ca8343d4" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a6a7a1c87a248e31a89909d9e5f825cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2012-01-03T00:34:23", "url": "https://files.pythonhosted.org/packages/25/89/a80aa5842ea254dcc9edf20902621feb5dc6b773db822f60e36f341fbd3a/rubygemsrecipe-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b08bc74822ba414b701eb7cb4fe797c8", "sha256": "45229268e83507a58014fb7b82d59c74b03663a175cd4fde77e5f9b7f82d03b4" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b08bc74822ba414b701eb7cb4fe797c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3943, "upload_time": "2012-01-06T21:15:27", "url": "https://files.pythonhosted.org/packages/82/35/60108ed0798294aa8fca553a1c82a26ebe74fcb088898f74a9a5cd7b422b/rubygemsrecipe-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "cb4e837975fe42aa34fd296b50fba3bc", "sha256": "19117da1bd2e7f1ca4f12cf33deadcb91627b368e3b1cdba3ca056fdbcc2301a" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.6-py2.7.egg", "has_sig": false, "md5_digest": "cb4e837975fe42aa34fd296b50fba3bc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7008, "upload_time": "2012-04-26T22:30:24", "url": "https://files.pythonhosted.org/packages/6e/e4/d229c2d98440e9c792cfa2f25c362b7e83a6245f12a4fdea8cf39a217eca/rubygemsrecipe-0.1.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "acc026753852467c36173f952c43931c", "sha256": "f1cb1ad3ef4029e45f81c64d4d5d7eb3c4b7444957a91e18aa00dd11b9b3d5d0" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.6.tar.gz", "has_sig": false, "md5_digest": "acc026753852467c36173f952c43931c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4003, "upload_time": "2012-04-26T22:30:20", "url": "https://files.pythonhosted.org/packages/14/25/8b414d545c98987052252ec53c3870e83e17a0550f62c9be1a45635650a9/rubygemsrecipe-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "1053cfe04e076adab6e2f1d68218e69d", "sha256": "89518b68e916afeb9be2b1dba12f15b43891f374123839327a82df47fe32d15a" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.7.tar.gz", "has_sig": false, "md5_digest": "1053cfe04e076adab6e2f1d68218e69d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4217, "upload_time": "2012-05-24T17:42:50", "url": "https://files.pythonhosted.org/packages/7c/6c/43ac7dafb0593e849e4d3bca7e79321bde9734d7cb9d1307dc5e5c8116e4/rubygemsrecipe-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "012fbfd07b7085cbccfbf40cca2ed3db", "sha256": "710d2fada733cd8930daf8cf0b5cdbdc79d3209ae60a4b8c9c0843dea38e6fea" }, "downloads": -1, "filename": "rubygemsrecipe-0.1.8.tar.gz", "has_sig": false, "md5_digest": "012fbfd07b7085cbccfbf40cca2ed3db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4820, "upload_time": "2014-01-26T12:28:57", "url": "https://files.pythonhosted.org/packages/01/09/19ff7fb67a43ff960645c573e7c0b431cdb62e756c5bfa86c81b93155c50/rubygemsrecipe-0.1.8.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "291597495b648e8e923fbd2a780d8d52", "sha256": "73a72f8674b33b2eb3dd8a4d5e23b5bb2757540d1952846da8c5d1e9c5cd4044" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "291597495b648e8e923fbd2a780d8d52", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7370, "upload_time": "2014-11-20T19:03:44", "url": "https://files.pythonhosted.org/packages/e0/c5/1756a91d6137dbdd659ec851e048aeb15a14d5465c860694c79f5c68507c/rubygemsrecipe-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63d1734a09705c2c10bfe08f2a305d2c", "sha256": "6d3ec4436f16e9c4a775b02f0d4a638cc9e6825ce7dc0cbb920369d033c0f74e" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "63d1734a09705c2c10bfe08f2a305d2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7371, "upload_time": "2014-11-20T19:03:48", "url": "https://files.pythonhosted.org/packages/c7/ad/b645f587507bfcc67cf45b7be2347e366ea2737d403a06be0bbcb17907bf/rubygemsrecipe-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dd9e8bb10c1f25b58d217a18b15d2a0", "sha256": "187420ae935664ea0527ac4d9bce0b6bc005b613d04fab7a560b12f80d2fa601" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.0.tar.gz", "has_sig": false, "md5_digest": "0dd9e8bb10c1f25b58d217a18b15d2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5237, "upload_time": "2014-11-20T19:03:51", "url": "https://files.pythonhosted.org/packages/32/16/04002e0b16e50accbcc136c79a0d5fe6e5c4e15fdb0a7ec8d23edf84f142/rubygemsrecipe-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b379aec1a43834e46f3ae54cd06ecc0d", "sha256": "1417ea1ec2c9d9b1e4553d3a01dd71d329f01dddb04bd8cdc89d738a47ea5c87" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "b379aec1a43834e46f3ae54cd06ecc0d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7443, "upload_time": "2014-11-21T17:47:58", "url": "https://files.pythonhosted.org/packages/a0/0d/6d69f0aa3c7f8ac32c98cd88f3c7657f6e3c7a3bc1522158f112c49475e2/rubygemsrecipe-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b12fe64387aaca22bc79e8d909041669", "sha256": "b8ef5d7662a8870db2c98bc89988e1cc6b332f66e4fcc7a65b7679d365d92cb2" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b12fe64387aaca22bc79e8d909041669", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7440, "upload_time": "2014-11-21T17:42:26", "url": "https://files.pythonhosted.org/packages/b9/3b/66ee5238a465724fbd07c1cda4660e720ec55fe612352eb793db21394598/rubygemsrecipe-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df588561ca9626d442aac6fed6e8f94e", "sha256": "a7c6e063d061b7cb23f9cac4ed31550bbf8ecd2ad341e48339e6c70d500977c4" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.1.tar.gz", "has_sig": false, "md5_digest": "df588561ca9626d442aac6fed6e8f94e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5266, "upload_time": "2014-11-21T17:42:23", "url": "https://files.pythonhosted.org/packages/a3/f5/8d629a63f75a445a78003090eff586ed2db1a3d936c0eb469f053ea7612b/rubygemsrecipe-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2060d7e6353b8b5958c885e0ed81375b", "sha256": "fd5dc8ee5b0c31bb731bdb4754bc177d0ff17582d8234271b1bf15f220a7404f" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2060d7e6353b8b5958c885e0ed81375b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7526, "upload_time": "2015-08-18T20:17:29", "url": "https://files.pythonhosted.org/packages/2a/c6/e4060d85d4631eecc6e5e959bf8178fd873921944aab8afeb1fb6ebee75d/rubygemsrecipe-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "502394f6e676a5bfb344057555f796ee", "sha256": "040c399a32fffbf1143fae207176751a89a41aaf68212eb7e465160fa8bbeb05" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "502394f6e676a5bfb344057555f796ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7531, "upload_time": "2015-08-18T20:17:33", "url": "https://files.pythonhosted.org/packages/15/da/37b994b2350a8b58954739ffa3c0aaa79a469fd92699eba3d374e530fde5/rubygemsrecipe-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8aa058b02b4cffecc7d28c926775f9fe", "sha256": "efd38cf0bf054afa97d69ceea1546d04e1d12bad356c33d5e9372c43e1659595" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8aa058b02b4cffecc7d28c926775f9fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5307, "upload_time": "2015-08-18T20:17:36", "url": "https://files.pythonhosted.org/packages/c3/9a/b116055922adfa95a4072085512c2be8dc2a84cef4358438ba9ee9cecdbb/rubygemsrecipe-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2060d7e6353b8b5958c885e0ed81375b", "sha256": "fd5dc8ee5b0c31bb731bdb4754bc177d0ff17582d8234271b1bf15f220a7404f" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2060d7e6353b8b5958c885e0ed81375b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7526, "upload_time": "2015-08-18T20:17:29", "url": "https://files.pythonhosted.org/packages/2a/c6/e4060d85d4631eecc6e5e959bf8178fd873921944aab8afeb1fb6ebee75d/rubygemsrecipe-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "502394f6e676a5bfb344057555f796ee", "sha256": "040c399a32fffbf1143fae207176751a89a41aaf68212eb7e465160fa8bbeb05" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "502394f6e676a5bfb344057555f796ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7531, "upload_time": "2015-08-18T20:17:33", "url": "https://files.pythonhosted.org/packages/15/da/37b994b2350a8b58954739ffa3c0aaa79a469fd92699eba3d374e530fde5/rubygemsrecipe-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8aa058b02b4cffecc7d28c926775f9fe", "sha256": "efd38cf0bf054afa97d69ceea1546d04e1d12bad356c33d5e9372c43e1659595" }, "downloads": -1, "filename": "rubygemsrecipe-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8aa058b02b4cffecc7d28c926775f9fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5307, "upload_time": "2015-08-18T20:17:36", "url": "https://files.pythonhosted.org/packages/c3/9a/b116055922adfa95a4072085512c2be8dc2a84cef4358438ba9ee9cecdbb/rubygemsrecipe-0.2.2.tar.gz" } ] }