Project

tundra

0.0
No commit activity in last 3 years
No release in over 3 years
A generic stats collector for Ruby profiling
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Tundra

Installation

Add this line to your application's Gemfile:

gem 'tundra'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tundra

Usage

Contributing

I welcome new ideas, bug fixes and comments from anyone and strive to take no longer than a week to respond to issues, PRs, or various comments.

All code submitted through PRs will be licensed under this project's MIT license, if this is a problem please instead open an issue before making your changes indicating this and I depending on the request I may make the requested changes myself or attempt to convince about the usage of this license. I want to avoid a multi-license code base that may impede any individual's usage of this code.

With all that said, if you'd like to contribute please follow the standard contribution guide:

  1. Review the Contributor Code of Conduct
  2. Fork it (https://github.com/sstelfox/tundra/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request