From 85c6934e851d0fc6fa24ddcd76d56326c944b96e Mon Sep 17 00:00:00 2001 From: Jeremy Hinegardner Date: Mon, 2 May 2016 22:32:20 -0600 Subject: [PATCH] spell checking --- CONTRIBUTING.md | 2 +- HISTORY.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a62f213..6fa4729 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ easiest way to contribute. * Fork the [repo][]. * Create a new branch for your issue: `git checkout -b issue/my-issue` * Lovingly craft your contribution: - * `rake develop` to get started, or if you prefer bundler `rake develop:using_bunder && bundle`. + * `rake develop` to get started * `rake test` to run tests * Make sure that `rake test` passes. Its important, I said it twice. * Add yourself to the contributors section below. diff --git a/HISTORY.md b/HISTORY.md index 411b170..852d6c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Hitimes Changelog +## Version 1.2.4 2016-05-01 + +* Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski) +* Add more readable load error (thanks @mbautin) +* Update README with what versions of ruby are supported. + ## Version 1.2.3 2015-09-13 * Release new fatbinary version for windows diff --git a/README.md b/README.md index cf6bed9..dfd4526 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ puts timed_value_metric.value_stats.stddev ### Implementation details -THitimes use the appropriate low-level system call for each operating system to -get the highest granualtiry time increment possible. Generally this is +Hitimes use the appropriate low-level system call for each operating system to +get the highest granularity time increment possible. Generally this is nanosecond resolution, or whatever the hardware chip in the CPU supports. It currently supports any of the following systems: