Skip to content

Commit

Permalink
Updated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 committed Apr 6, 2010
0 parents commit f509493
Show file tree
Hide file tree
Showing 13 changed files with 5,532 additions and 0 deletions.
335 changes: 335 additions & 0 deletions classes/Grancher.html

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions classes/Grancher/Task.html
@@ -0,0 +1,87 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>: Grancher::Task [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='class' id='wrapper'>
<div class='header'>
<h1 class='name'>
<span class='type'>Class</span>
Grancher::Task
</h1>
<ol class='paths'>
<li>
<a href="../../files/lib/grancher/task_rb.html">lib/grancher/task.rb</a>
</li>
</ol>
<div class='parent'>
Parent:
<strong>Object</strong>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='method-list'>
<h2>Methods</h2>
<h3>public class</h3>
<ol>
<li><a href="#M000011">new</a></li>
</ol>
</div>
<div id='section'>
<div id='methods'>
<h2>Public class methods</h2>
<div class='public-class method' id='method-M000011'>
<a name='M000011'> </a>
<div class='synopsis'>
<span class='name'>new</span>
<span class='arguments'>(name = 'publish', &amp;blk)</span>
</div>
<div class='description'>
<p>
Defines a task named <tt>name</tt> where the block given behaves like a
Grancher-object.
</p>
<p>
If <tt>push_to</tt> is set, it will automatically push the branch when
done.
</p>
</div>
<div class='source'>
<a class='source-toggle' href='#' onclick="toggleCode('M000011-source'); return false">
[show source]
</a>
<pre id='M000011-source'> <span class="ruby-comment cmt"># File lib/grancher/task.rb, line 9</span>&#x000A; 9: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">name</span> = <span class="ruby-value str">'publish'</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">blk</span>)&#x000A;10: <span class="ruby-ivar">@grancher</span> = <span class="ruby-constant">Grancher</span>.<span class="ruby-identifier">new</span>(<span class="ruby-operator">&amp;</span><span class="ruby-identifier">blk</span>)&#x000A;11: <span class="ruby-identifier">define_task</span>(<span class="ruby-identifier">name</span>)&#x000A;12: <span class="ruby-keyword kw">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions created.rid
@@ -0,0 +1 @@
Tue, 06 Apr 2010 08:56:18 +0100
55 changes: 55 additions & 0 deletions files/CHANGELOG.html
@@ -0,0 +1,55 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>File: CHANGELOG [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='file' id='wrapper'>
<div class='header'>
<h1 class='name'>CHANGELOG</h1>
<div class='paths'>
CHANGELOG
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Tue Apr 06 08:52:06 +0100 2010</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='description'>
<p>
v0.1.1 Allows full git refspec to push to (in place of g.branch). Other
minor fixes. v0.1. First version.
</p>
</div>
<div id='section'>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
76 changes: 76 additions & 0 deletions files/LICENSE.html
@@ -0,0 +1,76 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>File: LICENSE [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='file' id='wrapper'>
<div class='header'>
<h1 class='name'>LICENSE</h1>
<div class='paths'>
LICENSE
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Sat Mar 27 13:42:32 +0000 2010</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='description'>
<p>
Copyright &#169; 2008 Magnus Holm
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
&#8220;Software&#8221;), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED &#8220;AS IS&#8221;, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
</div>
<div id='section'>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
57 changes: 57 additions & 0 deletions files/README.html
@@ -0,0 +1,57 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>File: README [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='file' id='wrapper'>
<div class='header'>
<div class='name'>README</div>
<div class='paths'>
README
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Sat Mar 27 13:42:32 +0000 2010</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='description'>
<h1><a href="../classes/Grancher.html">Grancher</a>, easily copy folders and files to other Git branches</h1>
<p>
Please see <a
href="http://judofyr.github.com/grancher">judofyr.github.com/grancher</a>
or the documentation in <a href="lib/grancher_rb.html">lib/grancher.rb</a>!
</p>
</div>
<div id='section'>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
49 changes: 49 additions & 0 deletions files/lib/grancher/task_rb.html
@@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>File: task.rb [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='file' id='wrapper'>
<div class='header'>
<h1 class='name'>task.rb</h1>
<div class='paths'>
lib/grancher/task.rb
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Sat Mar 27 13:42:32 +0000 2010</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='section'>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
57 changes: 57 additions & 0 deletions files/lib/grancher_rb.html
@@ -0,0 +1,57 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>File: grancher.rb [Grancher]</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
//<![CDATA[
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
//]]>
</script>
</head>
<body class='page'>
<div class='file' id='wrapper'>
<div class='header'>
<h1 class='name'>grancher.rb</h1>
<div class='paths'>
lib/grancher.rb
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Tue Apr 06 08:54:20 +0100 2010</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='context'>
<div id='requires'>
<h2>Required files</h2>
<ol>
<li>gash</li>
</ol>
</div>
</div>
<div id='section'>
</div>
</div>
</div>
<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>

0 comments on commit f509493

Please sign in to comment.