README.md in oauthenticator-0.1.3 vs README.md in oauthenticator-0.1.4
- old
+ new
@@ -115,7 +115,7 @@
fork with some improvements that have not yet made it into the main SimpleOAuth repo, and it is recommended
to use these for more robust and safe parsing of the Authorization header. This is not published in rubygems,
but if you use Bundler, you can use this by using the following line in your `Gemfile`;
```ruby
-gem 'simple_oauth', :git => 'https://github.com/notEthan/simple_oauth.git', :tag => 'ethan-v0.2.0.1'
+gem 'simple_oauth', :git => 'https://github.com/notEthan/simple_oauth.git', :tag => 'ethan-v0.2.0.2'
```