Karel Minarik 91a2150373 [UTIL] Added a JSON files generator
The generator will parse the Elasticsearch *.java source files,
extract information about REST API endpoints (URLs, HTTP methods, URL parameters, etc),
and create a skeleton of the JSON API specification file for each endpoint.

See:

    $ thor list
    $ thor help api:generate:spec
2013-05-24 12:06:04 +02:00

8 lines
101 B
Ruby

source 'https://rubygems.org'
gem 'activesupport'
gem 'rest-client'
gem 'thor'
gem 'json'
gem 'pry'