doc/file.README.html in clavem-2.0.0 vs doc/file.README.html in clavem-2.1.0
- old
+ new
@@ -4,22 +4,22 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
File: README
- — Documentation by YARD 0.8.7
+ — Documentation by YARD 0.8.7.4
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '';
- framesUrl = "frames.html#!" + escape(window.location.href);
+ framesUrl = "frames.html#!file.README.html";
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
@@ -65,11 +65,13 @@
<p><a href="http://badge.fury.io/rb/clavem"><img src="https://badge.fury.io/rb/clavem.png" alt="Gem Version" /></a>
<a href="https://gemnasium.com/ShogunPanda/clavem"><img src="https://gemnasium.com/ShogunPanda/clavem.png?travis" alt="Dependency Status" /></a>
<a href="http://travis-ci.org/ShogunPanda/clavem"><img src="https://secure.travis-ci.org/ShogunPanda/clavem.png?branch=master" alt="Build Status" /></a>
<a href="https://codeclimate.com/github/ShogunPanda/clavem"><img src="https://codeclimate.com/github/ShogunPanda/clavem.png" alt="Code Climate" /></a>
-<a href="https://coveralls.io/r/ShogunPanda/clavem"><img src="https://coveralls.io/repos/ShogunPanda/clavem/badge.png" alt="Coverage Status" /></a></p>
+<a href="https://coveralls.io/r/ShogunPanda/clavem"><img src="https://coveralls.io/repos/ShogunPanda/clavem/badge.png" alt="Coverage Status" /></a>
+<a href="https://bitdeli.com/free" title="Bitdeli Badge"><img src="https://d2weczhvl823v0.cloudfront.net/ShogunPanda/clavem/trend.png" alt="Bitdeli Trend" /></a>
+<iframe src="http://ghbtns.com/github-btn.html?user=ShogunPanda&repo=clavem&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="135" height="20"></iframe></p>
<p>A local callback server for oAuth web-flow.</p>
<p>http://sw.cow.tc/clavem</p>
@@ -88,11 +90,11 @@
<p>authorizer = Clavem::Authorizer.new</p>
<h1 id="get-the-token">Get the token</h1>
<p># You can also handle callback parameter by yourself.
-# url += “?oauth_callback=#authorizerauthorizer.callback_url”
+# url += “?oauth_callback=” + authorizer.callback_url
# authorizer.authorize(url, false)
authorizer.authorize(url)</p>
<p>if authorizer.succeeded? then
access_token = authorizer.token</p>
@@ -131,12 +133,12 @@
<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
</div></div>
<div id="footer">
- Generated on Wed Aug 21 16:17:53 2013 by
+ Generated on Sun Apr 6 15:36:21 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.7 (ruby-2.0.0).
+ 0.8.7.4 (ruby-2.1.0).
</div>
</body>
</html>
\ No newline at end of file