diff --git a/.travis.yml b/.travis.yml index 37ea06a..a4233fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ bundler_args: --without extra rvm: - 1.9.3 - 2.0.0 + - 2.1.1 env: - XML_PARSER=rexml - XML_PARSER=nokogiri diff --git a/README.md b/README.md index 6fdf01b..cb4454d 100644 --- a/README.md +++ b/README.md @@ -147,10 +147,11 @@ Currently alexa will not work with `ox` gem * [jasongill](https://github.com/jasongill) * [sporkmonger](https://github.com/sporkmonger) * [pelf](https://github.com/pelf) +* [tyler-smith](https://github.com/tyler-smith) ## Continuous Integration -[![Build Status](https://secure.travis-ci.org/morgoth/alexa.png?branch=master)](http://travis-ci.org/morgoth/alexa) +[![Build Status](https://travis-ci.org/morgoth/alexa.svg?branch=master)](https://travis-ci.org/morgoth/alexa) ## Copyright diff --git a/lib/alexa/version.rb b/lib/alexa/version.rb index 56d2a66..586429a 100644 --- a/lib/alexa/version.rb +++ b/lib/alexa/version.rb @@ -1,3 +1,3 @@ module Alexa - VERSION = "0.6.2" + VERSION = "0.6.3" end