Metadata-Version: 2.1
Name: rubyvenv
Version: 0.0.1
Summary: Create no-hassle ruby "virtualenvs".  No .bashrc, no shims, no cd-magic.
Home-page: https://github.com/asottile/rubyvenv
Author: Anthony Sottile
Author-email: asottile@umich.edu
License: MIT
Description: [![Build Status](https://travis-ci.org/asottile/rubyvenv.svg?branch=master)](https://travis-ci.org/asottile/rubyvenv)
        [![Coverage Status](https://img.shields.io/coveralls/asottile/rubyvenv.svg?branch=master)](https://coveralls.io/r/asottile/rubyvenv)
        
        rubyvenv
        ========
        
        Create no-hassle ruby "virtualenvs".  No .bashrc, no shims, no cd-magic.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
