brcobranca 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -0
- data/brcobranca.gemspec +1 -1
- data/lib/brcobranca.rb +1 -1
- data/website/index.html +8 -1
- data/website/index.txt +5 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
data/README.rdoc
CHANGED
@@ -54,6 +54,10 @@ Veja a documentação em http://brcobranca.rubyforge.org/rdoc
|
|
54
54
|
|
55
55
|
* http://github.com/kivanio/brcobranca/tree/master
|
56
56
|
|
57
|
+
== WIKI
|
58
|
+
|
59
|
+
* http://wiki.github.com/kivanio/brcobranca
|
60
|
+
|
57
61
|
== PROBLEMAS? QUERENDO MAIS?
|
58
62
|
|
59
63
|
Informe em http://github.com/kivanio/brcobranca/issues
|
data/brcobranca.gemspec
CHANGED
data/lib/brcobranca.rb
CHANGED
data/website/index.html
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
<div class="sidebar">
|
35
35
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/brcobranca"; return false'>
|
36
36
|
<p>Fazer download</p>
|
37
|
-
<a href="http://rubyforge.org/projects/brcobranca" class="numbers">2.0.
|
37
|
+
<a href="http://rubyforge.org/projects/brcobranca" class="numbers">2.0.1</a>
|
38
38
|
</div>
|
39
39
|
</div>
|
40
40
|
<p>Gerador de bloquetos de cobrança para bancos brasileiros.</p>
|
@@ -45,6 +45,9 @@
|
|
45
45
|
<li><a href="http://brcobranca.rubyforge.org/rdoc">http://brcobranca.rubyforge.org/rdoc</a></li>
|
46
46
|
</ul>
|
47
47
|
<h2>Exemplo</h2>
|
48
|
+
<ul>
|
49
|
+
<li><a href="http://www.boletorails.com.br">http://www.boletorails.com.br</a></li>
|
50
|
+
</ul>
|
48
51
|
<h2>Fontes</h2>
|
49
52
|
<ul>
|
50
53
|
<li>github: <a href="http://github.com/kivanio/brcobranca/tree/master">http://github.com/kivanio/brcobranca/tree/master</a></li>
|
@@ -54,6 +57,10 @@
|
|
54
57
|
<pre>cd brcobranca
|
55
58
|
rake test
|
56
59
|
rake install_gem</pre>
|
60
|
+
<h2>Bugs</h2>
|
61
|
+
<ul>
|
62
|
+
<li><a href="http://github.com/kivanio/brcobranca/issues">http://github.com/kivanio/brcobranca/issues</a></li>
|
63
|
+
</ul>
|
57
64
|
<h2>Licensa</h2>
|
58
65
|
<p>Esta gem é licenciada pel licensa <span class="caps">BSD</span></p>
|
59
66
|
<h2>Gostou?</h2>
|
data/website/index.txt
CHANGED
@@ -12,6 +12,8 @@ h2. Documentação
|
|
12
12
|
|
13
13
|
h2. Exemplo
|
14
14
|
|
15
|
+
* "http://www.boletorails.com.br":http://www.boletorails.com.br
|
16
|
+
|
15
17
|
h2. Fontes
|
16
18
|
|
17
19
|
* github: "http://github.com/kivanio/brcobranca/tree/master":http://github.com/kivanio/brcobranca/tree/master
|
@@ -25,6 +27,9 @@ h3. Se preferir compilar direto do fonte
|
|
25
27
|
rake test
|
26
28
|
rake install_gem</pre>
|
27
29
|
|
30
|
+
h2. Bugs
|
31
|
+
|
32
|
+
* "http://github.com/kivanio/brcobranca/issues":http://github.com/kivanio/brcobranca/issues
|
28
33
|
|
29
34
|
h2. Licensa
|
30
35
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|