Readme.md in secretkey-1.1.0 vs Readme.md in secretkey-1.1.1

- old
+ new

@@ -1,7 +1,10 @@ # SecretKey +[![Code Climate](https://codeclimate.com/github/jobready/secretkey/badges/gpa.svg)](https://codeclimate.com/github/jobready/secretkey) +[![Test Coverage](https://codeclimate.com/github/jobready/secretkey/badges/coverage.svg)](https://codeclimate.com/github/jobready/secretkey) + Ruby Gem for generating a unique access token when provided with an application id, application secret and timestamp ## Installation Add this line to your application's Gemfile: @@ -38,15 +41,10 @@ * `key` - application key * `secret` - application secret * `timestamp` - an epoch timestamp in seconds i.e. 2014-07-24 14:03:30 +1000 would be 1406174610 in epoch format - -## Development Guidelines - - * https://jobready.atlassian.net/wiki/display/DEV/Development+Guidelines - ## Style guidelines We try to adhere to the following coding style guidelines * https://github.com/styleguide/ruby @@ -57,6 +55,6 @@ 1. Fork it ( http://github.com/jobready/secretkey/fork ) 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 \ No newline at end of file +5. Create new Pull Request