From c8f8a621f3f8bd494cc6c990228df4a4011995af Mon Sep 17 00:00:00 2001 From: Greg Beech Date: Mon, 3 Feb 2014 13:54:50 +0000 Subject: [PATCH] Updated README and dependencies --- README.md | 2 +- sandal.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75cf0fc..0bccc83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Sandal [![Build Status](https://travis-ci.org/gregbeech/sandal.png?branch=master)](https://travis-ci.org/gregbeech/sandal) [![Coverage Status](https://coveralls.io/repos/gregbeech/sandal/badge.png?branch=master)](https://coveralls.io/r/gregbeech/sandal) [![Code Climate](https://codeclimate.com/github/gregbeech/sandal.png)](https://codeclimate.com/github/gregbeech/sandal) [![Dependency Status](https://gemnasium.com/gregbeech/sandal.png)](https://gemnasium.com/gregbeech/sandal) +# Sandal [![Gem Version](https://badge.fury.io/rb/sandal.png)](http://badge.fury.io/rb/sandal) [![Build Status](https://travis-ci.org/gregbeech/sandal.png?branch=master)](https://travis-ci.org/gregbeech/sandal) [![Coverage Status](https://coveralls.io/repos/gregbeech/sandal/badge.png?branch=master)](https://coveralls.io/r/gregbeech/sandal) [![Code Climate](https://codeclimate.com/github/gregbeech/sandal.png)](https://codeclimate.com/github/gregbeech/sandal) [![Dependency Status](https://gemnasium.com/gregbeech/sandal.png)](https://gemnasium.com/gregbeech/sandal) A Ruby library for creating and reading [JSON Web Tokens (JWT) draft-13](http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-13), supporting [JSON Web Signatures (JWS) draft-18](http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-18) and [JSON Web Encryption (JWE) draft-18](http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-18). See the [CHANGELOG](CHANGELOG.md) for version history. diff --git a/sandal.gemspec b/sandal.gemspec index 81b1c2e..759a9c7 100644 --- a/sandal.gemspec +++ b/sandal.gemspec @@ -28,5 +28,5 @@ Gem::Specification.new do |s| s.add_development_dependency "redcarpet", ">= 2.2" unless RUBY_PLATFORM == "java" # for yard s.add_development_dependency "kramdown", ">= 1.0" if RUBY_PLATFORM == "java" # for yard - s.requirements << "openssl 1.0.1c for EC signature methods" + s.requirements << "OpenSSL 1.0.1c for EC signature methods (1.0.1f recommended)" end \ No newline at end of file