imc_artur 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +21 -12
- data/imc_artur.gemspec +2 -2
- data/lib/imc_artur/version.rb +1 -1
- metadata +1 -8
- data/doc/ImcArtur.html +0 -113
- data/doc/README_rdoc.html +0 -111
- data/doc/Rakefile.html +0 -93
- data/doc/created.rid +0 -9
- data/doc/imc_artur_gemspec.html +0 -107
- data/doc/index.html +0 -106
- data/doc/table_of_contents.html +0 -100
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9582e978fb42d0decf13eeaf3370f8c7f291a578412b4a749ec1724999e5112c
|
4
|
+
data.tar.gz: 1b5e26591b2f160034772a89ce71b6f65eb735e84dd20c82900bb8f39987fc0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ee23fa7dadea16f2128b618b52b0416d055d05f4104091bd216257e572fc4d8b74ef0c1a9146a03464e3189711437edcb307fb2938c5130c10a40f7fb38b312
|
7
|
+
data.tar.gz: 04bfc18cf377f1038cd84af04632dfb03ccdf2c6a62ffd5974aa314b4de19bcde68294c8ff6e5d6bd1865cfaa52ab070459f92350933985ba0df055ad07a2acd
|
data/README.rdoc
CHANGED
@@ -1,12 +1,21 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
Artur Camelo
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
##
|
2
|
+
# This class represents an arbitrary shape by a series of points.
|
3
|
+
#
|
4
|
+
# Autor - Artur Camelo
|
5
|
+
|
6
|
+
class Shape
|
7
|
+
|
8
|
+
##
|
9
|
+
# Creates a new shape described by a +polyline+.
|
10
|
+
#
|
11
|
+
# If the +polyline+ does not end at the same point it started at the
|
12
|
+
# first pointed is copied and placed at the end of the line.
|
13
|
+
#
|
14
|
+
# An ArgumentError is raised if the line crosses itself, but shapes may
|
15
|
+
# be concave.
|
16
|
+
|
17
|
+
def initialize polyline
|
18
|
+
# ...
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
data/imc_artur.gemspec
CHANGED
@@ -2,11 +2,11 @@ require_relative 'lib/imc_artur/version'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "imc_artur"
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.14"
|
6
6
|
s.description = "Calculo do IMC"
|
7
7
|
s.summary = "Calcular o IMC"
|
8
8
|
s.author = "Artur Camelo"
|
9
|
-
s.files = Dir["{lib/**/*.rb,README.rdoc,test/**/*.rb,Rakefile,*.gemspec
|
9
|
+
s.files = Dir["{lib/**/*.rb,README.rdoc,test/**/*.rb,Rakefile,*.gemspec}"]
|
10
10
|
s.license = "MIT"
|
11
11
|
s.homepage = ""
|
12
12
|
end
|
data/lib/imc_artur/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imc_artur
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artur Camelo
|
@@ -18,13 +18,6 @@ extra_rdoc_files: []
|
|
18
18
|
files:
|
19
19
|
- README.rdoc
|
20
20
|
- Rakefile
|
21
|
-
- doc/ImcArtur.html
|
22
|
-
- doc/README_rdoc.html
|
23
|
-
- doc/Rakefile.html
|
24
|
-
- doc/created.rid
|
25
|
-
- doc/imc_artur_gemspec.html
|
26
|
-
- doc/index.html
|
27
|
-
- doc/table_of_contents.html
|
28
21
|
- imc_artur.gemspec
|
29
22
|
- lib/imc_artur.rb
|
30
23
|
- lib/imc_artur/version.rb
|
data/doc/ImcArtur.html
DELETED
@@ -1,113 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>module ImcArtur - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="module">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="./index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
42
|
-
<form action="#" method="get" accept-charset="utf-8">
|
43
|
-
<div id="search-field-wrapper">
|
44
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
45
|
-
aria-autocomplete="list" aria-controls="search-results"
|
46
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
47
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
48
|
-
</div>
|
49
|
-
|
50
|
-
<ul id="search-results" aria-label="Search Results"
|
51
|
-
aria-busy="false" aria-expanded="false"
|
52
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
53
|
-
</form>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div id="class-metadata">
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
</div>
|
67
|
-
</nav>
|
68
|
-
|
69
|
-
<main role="main" aria-labelledby="module-ImcArtur">
|
70
|
-
<h1 id="module-ImcArtur" class="module">
|
71
|
-
module ImcArtur
|
72
|
-
</h1>
|
73
|
-
|
74
|
-
<section class="description">
|
75
|
-
|
76
|
-
</section>
|
77
|
-
|
78
|
-
|
79
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
<section class="constants-list">
|
86
|
-
<header>
|
87
|
-
<h3>Constants</h3>
|
88
|
-
</header>
|
89
|
-
<dl>
|
90
|
-
|
91
|
-
<dt id="VERSION">VERSION
|
92
|
-
|
93
|
-
<dd>
|
94
|
-
|
95
|
-
|
96
|
-
</dl>
|
97
|
-
</section>
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
</section>
|
104
|
-
|
105
|
-
</main>
|
106
|
-
|
107
|
-
|
108
|
-
<footer id="validator-badges" role="contentinfo">
|
109
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
110
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
111
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
112
|
-
</footer>
|
113
|
-
|
data/doc/README_rdoc.html
DELETED
@@ -1,111 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>README - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="file">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="./index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
42
|
-
<form action="#" method="get" accept-charset="utf-8">
|
43
|
-
<div id="search-field-wrapper">
|
44
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
45
|
-
aria-autocomplete="list" aria-controls="search-results"
|
46
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
47
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
48
|
-
</div>
|
49
|
-
|
50
|
-
<ul id="search-results" aria-label="Search Results"
|
51
|
-
aria-busy="false" aria-expanded="false"
|
52
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
53
|
-
</form>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div id="project-metadata">
|
61
|
-
<div id="fileindex-section" class="nav-section">
|
62
|
-
<h3>Pages</h3>
|
63
|
-
|
64
|
-
<ul class="link-list">
|
65
|
-
|
66
|
-
<li><a href="./README_rdoc.html">README</a>
|
67
|
-
|
68
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
69
|
-
|
70
|
-
<li><a href="./bin/setup.html">setup</a>
|
71
|
-
|
72
|
-
<li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
|
73
|
-
|
74
|
-
</ul>
|
75
|
-
</div>
|
76
|
-
|
77
|
-
</div>
|
78
|
-
</nav>
|
79
|
-
|
80
|
-
<main role="main" aria-label="Page README.rdoc">
|
81
|
-
<dl class="rdoc-list note-list"><dt>Gem imc_artur
|
82
|
-
<dd>
|
83
|
-
<p>Gem desenvolvida para calcular o IMC</p>
|
84
|
-
<dl class="rdoc-list note-list"><dt>Autor
|
85
|
-
<dd>
|
86
|
-
<p>Artur Camelo</p>
|
87
|
-
<dl class="rdoc-list note-list"><dt>Installation
|
88
|
-
<dd>
|
89
|
-
<p>gem install imc_artur</p>
|
90
|
-
<dl class="rdoc-list note-list"><dt>Usage
|
91
|
-
<dd>
|
92
|
-
<p>obj = ImcArtur::Pessoa.new obj.peso_altura print obj.calculo_imc</p>
|
93
|
-
<dl class="rdoc-list note-list"><dt>Contribute
|
94
|
-
<dd>
|
95
|
-
<p>example@email.com</p>
|
96
|
-
</dd></dl>
|
97
|
-
</dd></dl>
|
98
|
-
</dd></dl>
|
99
|
-
</dd></dl>
|
100
|
-
</dd></dl>
|
101
|
-
|
102
|
-
</main>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<footer id="validator-badges" role="contentinfo">
|
107
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
108
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
109
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
110
|
-
</footer>
|
111
|
-
|
data/doc/Rakefile.html
DELETED
@@ -1,93 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>Rakefile - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="file">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="./index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
42
|
-
<form action="#" method="get" accept-charset="utf-8">
|
43
|
-
<div id="search-field-wrapper">
|
44
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
45
|
-
aria-autocomplete="list" aria-controls="search-results"
|
46
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
47
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
48
|
-
</div>
|
49
|
-
|
50
|
-
<ul id="search-results" aria-label="Search Results"
|
51
|
-
aria-busy="false" aria-expanded="false"
|
52
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
53
|
-
</form>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div id="project-metadata">
|
61
|
-
<div id="fileindex-section" class="nav-section">
|
62
|
-
<h3>Pages</h3>
|
63
|
-
|
64
|
-
<ul class="link-list">
|
65
|
-
|
66
|
-
<li><a href="./README_rdoc.html">README</a>
|
67
|
-
|
68
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
69
|
-
|
70
|
-
<li><a href="./bin/setup.html">setup</a>
|
71
|
-
|
72
|
-
<li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
|
73
|
-
|
74
|
-
</ul>
|
75
|
-
</div>
|
76
|
-
|
77
|
-
</div>
|
78
|
-
</nav>
|
79
|
-
|
80
|
-
<main role="main" aria-label="Page Rakefile">
|
81
|
-
|
82
|
-
<p>require “bundler/gem_tasks” task :default => :spec</p>
|
83
|
-
|
84
|
-
</main>
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
<footer id="validator-badges" role="contentinfo">
|
89
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
90
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
91
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
92
|
-
</footer>
|
93
|
-
|
data/doc/created.rid
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
Sat, 22 Feb 2020 00:29:14 -0300
|
2
|
-
./bin/console Fri, 21 Feb 2020 13:23:06 -0300
|
3
|
-
./bin/setup Fri, 21 Feb 2020 13:23:06 -0300
|
4
|
-
./imc_artur.gemspec Sat, 22 Feb 2020 00:28:51 -0300
|
5
|
-
./lib/imc_artur/version.rb Sat, 22 Feb 2020 00:28:57 -0300
|
6
|
-
./lib/imc_artur.rb Fri, 21 Feb 2020 14:30:11 -0300
|
7
|
-
./Rakefile Fri, 21 Feb 2020 13:23:06 -0300
|
8
|
-
./README.rdoc Sat, 22 Feb 2020 00:28:40 -0300
|
9
|
-
./teste.rb Fri, 21 Feb 2020 13:27:51 -0300
|
data/doc/imc_artur_gemspec.html
DELETED
@@ -1,107 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>imc_artur.gemspec - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="file">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="./index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
42
|
-
<form action="#" method="get" accept-charset="utf-8">
|
43
|
-
<div id="search-field-wrapper">
|
44
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
45
|
-
aria-autocomplete="list" aria-controls="search-results"
|
46
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
47
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
48
|
-
</div>
|
49
|
-
|
50
|
-
<ul id="search-results" aria-label="Search Results"
|
51
|
-
aria-busy="false" aria-expanded="false"
|
52
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
53
|
-
</form>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div id="project-metadata">
|
61
|
-
<div id="fileindex-section" class="nav-section">
|
62
|
-
<h3>Pages</h3>
|
63
|
-
|
64
|
-
<ul class="link-list">
|
65
|
-
|
66
|
-
<li><a href="./README_rdoc.html">README</a>
|
67
|
-
|
68
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
69
|
-
|
70
|
-
<li><a href="./bin/setup.html">setup</a>
|
71
|
-
|
72
|
-
<li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
|
73
|
-
|
74
|
-
</ul>
|
75
|
-
</div>
|
76
|
-
|
77
|
-
</div>
|
78
|
-
</nav>
|
79
|
-
|
80
|
-
<main role="main" aria-label="Page imc_artur.gemspec">
|
81
|
-
|
82
|
-
<p>require_relative 'lib/imc_artur/version'</p>
|
83
|
-
|
84
|
-
<p>Gem::Specification.new do |s|</p>
|
85
|
-
|
86
|
-
<pre class="ruby"><span class="ruby-identifier">s</span>.<span class="ruby-identifier">name</span> = <span class="ruby-string">"imc_artur"</span>
|
87
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">"0.1.13"</span>
|
88
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">"Calculo do IMC"</span>
|
89
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">"Calcular o IMC"</span>
|
90
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">author</span> = <span class="ruby-string">"Artur Camelo"</span>
|
91
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">files</span> = <span class="ruby-constant">Dir</span>[<span class="ruby-string">"{lib /*.rb,README.rdoc,test/ *.rb,Rakefile,*.gemspec,doc/*}"</span>]
|
92
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">"MIT"</span>
|
93
|
-
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">""</span>
|
94
|
-
</pre>
|
95
|
-
|
96
|
-
<p>end</p>
|
97
|
-
|
98
|
-
</main>
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
<footer id="validator-badges" role="contentinfo">
|
103
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
104
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
105
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
106
|
-
</footer>
|
107
|
-
|
data/doc/index.html
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" role="document" class="file">
|
27
|
-
<nav role="navigation">
|
28
|
-
<div id="project-navigation">
|
29
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
30
|
-
<h2>
|
31
|
-
<a href="./index.html" rel="home">Home</a>
|
32
|
-
</h2>
|
33
|
-
|
34
|
-
<div id="table-of-contents-navigation">
|
35
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
36
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
37
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
|
42
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
43
|
-
<form action="#" method="get" accept-charset="utf-8">
|
44
|
-
<div id="search-field-wrapper">
|
45
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
46
|
-
aria-autocomplete="list" aria-controls="search-results"
|
47
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
48
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
49
|
-
</div>
|
50
|
-
|
51
|
-
<ul id="search-results" aria-label="Search Results"
|
52
|
-
aria-busy="false" aria-expanded="false"
|
53
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
54
|
-
</form>
|
55
|
-
</div>
|
56
|
-
|
57
|
-
</div>
|
58
|
-
|
59
|
-
<div id="project-metadata">
|
60
|
-
<div id="fileindex-section" class="nav-section">
|
61
|
-
<h3>Pages</h3>
|
62
|
-
|
63
|
-
<ul class="link-list">
|
64
|
-
|
65
|
-
<li><a href="./README_rdoc.html">README</a>
|
66
|
-
|
67
|
-
<li><a href="./Rakefile.html">Rakefile</a>
|
68
|
-
|
69
|
-
<li><a href="./bin/setup.html">setup</a>
|
70
|
-
|
71
|
-
<li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
|
72
|
-
|
73
|
-
</ul>
|
74
|
-
</div>
|
75
|
-
|
76
|
-
<div id="classindex-section" class="nav-section">
|
77
|
-
<h3>Class and Module Index</h3>
|
78
|
-
|
79
|
-
<ul class="link-list">
|
80
|
-
|
81
|
-
<li><a href="./ImcArtur.html">ImcArtur</a>
|
82
|
-
|
83
|
-
<li><a href="./ImcArtur/Error.html">ImcArtur::Error</a>
|
84
|
-
|
85
|
-
<li><a href="./ImcArtur/Pessoa.html">ImcArtur::Pessoa</a>
|
86
|
-
|
87
|
-
</ul>
|
88
|
-
</div>
|
89
|
-
|
90
|
-
</div>
|
91
|
-
</nav>
|
92
|
-
|
93
|
-
<main role="main">
|
94
|
-
|
95
|
-
<p>This is the API documentation for RDoc Documentation.
|
96
|
-
|
97
|
-
</main>
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
<footer id="validator-badges" role="contentinfo">
|
102
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
103
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
104
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
105
|
-
</footer>
|
106
|
-
|
data/doc/table_of_contents.html
DELETED
@@ -1,100 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>Table of Contents - RDoc Documentation</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<body id="top" class="table-of-contents">
|
27
|
-
<main role="main">
|
28
|
-
<h1 class="class">Table of Contents - RDoc Documentation</h1>
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
<h2 id="pages">Pages</h2>
|
33
|
-
<ul>
|
34
|
-
|
35
|
-
<li class="file">
|
36
|
-
<a href="README_rdoc.html">README</a>
|
37
|
-
|
38
|
-
</li>
|
39
|
-
|
40
|
-
<li class="file">
|
41
|
-
<a href="Rakefile.html">Rakefile</a>
|
42
|
-
|
43
|
-
</li>
|
44
|
-
|
45
|
-
<li class="file">
|
46
|
-
<a href="bin/setup.html">setup</a>
|
47
|
-
|
48
|
-
</li>
|
49
|
-
|
50
|
-
<li class="file">
|
51
|
-
<a href="imc_artur_gemspec.html">imc_artur.gemspec</a>
|
52
|
-
|
53
|
-
</li>
|
54
|
-
|
55
|
-
</ul>
|
56
|
-
|
57
|
-
|
58
|
-
<h2 id="classes">Classes and Modules</h2>
|
59
|
-
<ul>
|
60
|
-
|
61
|
-
<li class="module">
|
62
|
-
<a href="ImcArtur.html">ImcArtur</a>
|
63
|
-
|
64
|
-
</li>
|
65
|
-
|
66
|
-
<li class="class">
|
67
|
-
<a href="ImcArtur/Error.html">ImcArtur::Error</a>
|
68
|
-
|
69
|
-
</li>
|
70
|
-
|
71
|
-
<li class="class">
|
72
|
-
<a href="ImcArtur/Pessoa.html">ImcArtur::Pessoa</a>
|
73
|
-
|
74
|
-
</li>
|
75
|
-
|
76
|
-
</ul>
|
77
|
-
|
78
|
-
<h2 id="methods">Methods</h2>
|
79
|
-
<ul>
|
80
|
-
|
81
|
-
<li class="method">
|
82
|
-
<a href="ImcArtur/Pessoa.html#method-i-calculo_imc">#calculo_imc</a>
|
83
|
-
—
|
84
|
-
<span class="container">ImcArtur::Pessoa</span>
|
85
|
-
|
86
|
-
<li class="method">
|
87
|
-
<a href="ImcArtur/Pessoa.html#method-i-peso_altura">#peso_altura</a>
|
88
|
-
—
|
89
|
-
<span class="container">ImcArtur::Pessoa</span>
|
90
|
-
|
91
|
-
</ul>
|
92
|
-
</main>
|
93
|
-
|
94
|
-
|
95
|
-
<footer id="validator-badges" role="contentinfo">
|
96
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
97
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
98
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
99
|
-
</footer>
|
100
|
-
|