Skip to content

Commit

Permalink
add documents
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 15, 2013
1 parent 4a97993 commit d2b0062
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Next Release

## 1.1.0 (03/15/2013)

* Make sure #method_tracer is there by the time we start tracking.
* Add tests.

## 1.0.0 (10/11/2012)

* Initial public release
12 changes: 12 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CONTRIBUTING

We love pull requests. Here's a quick guide:

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Please make sure you add a test for your change and all tests are passed.
(`bundle && rspec spec`)
4 changes: 2 additions & 2 deletions LICENSE.txt → MIT_LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Richard Huang
Copyright (c) 2012 - 2013 Richard Huang

MIT License

Expand All @@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ Or install it yourself as:

nothing special to set.

## Contributing
## Authors and Contributors

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
* [Richard Huang](https://github.com/flyerhzm) - Creator of the project
* [Yury Velikanau](yury.velikanau@gmail.com) - Add tests, fix newrelic
method tracer.

Please fork and contribute, any help in making this project better is appreciated!

This project is a member of the [OSS Manifesto](http://ossmanifesto.org/).

## Copyright

Copyright @ 2012 - 2013 Richard Huang. See
[MIT-LICENSE](https://github.com/flyerhzm/newrelic-rake/blob/master/MIT-LICENSE) for details

0 comments on commit d2b0062

Please sign in to comment.