Metadata-Version: 2.0
Name: gemparser
Version: 0.1
Summary: Parse Ruby Gemfiles
Home-page: https://github.com/mfwarren/gemparser
Author: Matt Warren
Author-email: matt.warren@gmail.com
License: MIT
Keywords: ruby gems gemfile gemspec
Platform: UNKNOWN
Classifier: Development Status :: 3 - AlphaProgramming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: RubyIntended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Ruby Modules

gemparser
==========================

==============  ===============  =========  ============  ============
VERSION         DOWNLOADS        TESTS      COVERAGE      REQUIREMENTS
==============  ===============  =========  ============  ============
|pip version|   |pip downloads|  |travis|   |coveralls|   |requirements|
==============  ===============  =========  ============  ============

About
====

gemparser is a library and command-line tool to parse ruby Gemfiles.  It is
useful for doing static analysis on Ruby based projects.

documentation is coming soon...


Credits
-------

- `Distribute`_
- `Buildout`_
- `modern-package-template`_

.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template

.. |travis| image:: https://travis-ci.org/mfwarren/gemparser.svg
  :target: https://travis-ci.org/mfwarren/gemparser
  :alt: Travis results

.. |coveralls| image:: https://coveralls.io/repos/mfwarren/gemparser/badge.png
  :target: https://coveralls.io/r/mfwarren/gemparser
  :alt: Coveralls results_

.. |requirements| image:: https://requires.io/github/mfwarren/gemparser/requirements.svg?branch=master
     :target: https://requires.io/github/mfwarren/gemparser/requirements/?branch=master
     :alt: Requirements Status



News
====

0.1
-----

*Release date: Nov 10, 2014*

* released first alpha


