imc_artur 0.1.12 → 0.1.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 383cbbdf1ff50aa917a4ba926461212ac78b74afd2427cf9a5d03aa6bc4017d9
4
- data.tar.gz: 0ca3ca571f958c88ca18a0c6efcbe82c35a7a8cd5b600af42a3a19365e13d50d
3
+ metadata.gz: 178ae397c3c4588f9b3baa444747279838ecb845db03e2ad80d83f29a2d9b573
4
+ data.tar.gz: ac336dc85dbb9d78b89777c4e54180e5c160dccdaa325a3f8e493d497dff6088
5
5
  SHA512:
6
- metadata.gz: 4d0a544d08c7210854f33403ce5833a169357346c0525863558e8c3fea0e48d6a0c6c1fb5cba5f8d47105e619e831b31756ced71ba7c11b7f8aac2a29c34013d
7
- data.tar.gz: 88c9ccee9dfa4f19e9750bd60250cb35444029e85371f266916d8857cbef4fe69728776f690099072d4ef6b6be3526a11d84cff7f112b6771548ed4e1e569d20
6
+ metadata.gz: 57291c474ef273e9cb318390269548372dc30b9934148a8bae0a19eea7d06667ee0d6003848b9d6e0ef55a477f4dbe6ca69df022832484f35a7dc60ab0366eb9
7
+ data.tar.gz: ce46976ac7f85ff498fa2e4251e5fecd324d171bf43976966262203a75131f6fd80501d4e345e82bd0a5a87e75312a8076b08d602ea5f5b6dccf6f83d6b16c62
data/README.rdoc CHANGED
@@ -4,8 +4,9 @@ Autor::
4
4
  Artur Camelo
5
5
  Installation::
6
6
  gem install imc_artur
7
-
8
7
  Usage::
9
8
  obj = ImcArtur::Pessoa.new
10
9
  obj.peso_altura
11
- print obj.calculo_imc
10
+ print obj.calculo_imc
11
+ Contribute::
12
+ example@email.com
data/doc/ImcArtur.html ADDED
@@ -0,0 +1,113 @@
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
+
@@ -0,0 +1,111 @@
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 ADDED
@@ -0,0 +1,93 @@
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 =&gt; :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 ADDED
@@ -0,0 +1,9 @@
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
@@ -0,0 +1,107 @@
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 &#39;lib/imc_artur/version&#39;</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">&quot;imc_artur&quot;</span>
87
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">&quot;0.1.13&quot;</span>
88
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">&quot;Calculo do IMC&quot;</span>
89
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">&quot;Calcular o IMC&quot;</span>
90
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">author</span> = <span class="ruby-string">&quot;Artur Camelo&quot;</span>
91
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">files</span> = <span class="ruby-constant">Dir</span>[<span class="ruby-string">&quot;{lib /*.rb,README.rdoc,test/ *.rb,Rakefile,*.gemspec,doc/*}&quot;</span>]
92
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">&quot;MIT&quot;</span>
93
+ <span class="ruby-identifier">s</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">&quot;&quot;</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 ADDED
@@ -0,0 +1,106 @@
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
+
@@ -0,0 +1,100 @@
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
+ &mdash;
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
+ &mdash;
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
+
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.12"
5
+ s.version = "0.1.13"
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, doc/**/**}"]
9
+ s.files = Dir["{lib/**/*.rb,README.rdoc,test/**/*.rb,Rakefile,*.gemspec,doc/*}"]
10
10
  s.license = "MIT"
11
11
  s.homepage = ""
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module ImcArtur
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artur Camelo
@@ -18,6 +18,13 @@ 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
21
28
  - imc_artur.gemspec
22
29
  - lib/imc_artur.rb
23
30
  - lib/imc_artur/version.rb