Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.69 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.69 KB

Leafy

Join the chat at https://gitter.im/lookout/leafy

Build Status

The green way to build Ruby-based web services

Goals

The goal of Leafy is to provide an out-of-the-box set of best practices and tools for building JRuby-based web services. In its initial form, it is based largely on Dropwizard underneath but this is not a long-term guarantee and may change in the future. As such the APIs exposed by Leafy should be stable regardless of what is "under the hood."

Leafy should provide standard means of:

  • Tracking metrics
  • Logging
  • Health checks
  • Exposing operations-friendly interfaces

how to release all the gems

adjust the version in

now build and push each gem with

mvn deploy

(note that maven POM is the Mavenfile or the respective gemspec files inside the submodules)