imc_artur 0.1.15 → 0.1.17
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/imc_artur.gemspec +2 -2
- data/lib/imc_artur/version.rb +1 -1
- metadata +1 -2
- data/README.rdoc +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab170805406208e2aac95e6aa0607ad51d9bd8d7dcd46d93a62afc25eea01142
|
4
|
+
data.tar.gz: a197bed296d8cb5745517f798d97abd76b0e7fdb7d5f28b4bce3ab999df55776
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc0b0522b26dad04cc36fc012e916c99513a9708dc47f0212d264cabc77fb002825a0f29f61383dddb32a8e87d4fe33175c75021ac1c3e899f63870037b63e8b
|
7
|
+
data.tar.gz: 96433603b27e60a93d862053f7205e3f1fd8e8106a32525d29775b9e6e25a6794da62ac7eb95debc0145469357c7650d7343c30afc08065edb0f068ebac253cc
|
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.17"
|
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, doc/*}"]
|
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.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Artur Camelo
|
@@ -16,7 +16,6 @@ executables: []
|
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
|
-
- README.rdoc
|
20
19
|
- Rakefile
|
21
20
|
- imc_artur.gemspec
|
22
21
|
- lib/imc_artur.rb
|
data/README.rdoc
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
puts "Autor - Artur Camelo"
|
2
|
-
puts Autor - Artur Camelo
|
3
|
-
|
4
|
-
class Shape
|
5
|
-
|
6
|
-
##
|
7
|
-
# Creates a new shape described by a +polyline+.
|
8
|
-
#
|
9
|
-
# If the +polyline+ does not end at the same point it started at the
|
10
|
-
# first pointed is copied and placed at the end of the line.
|
11
|
-
#
|
12
|
-
# An ArgumentError is raised if the line crosses itself, but shapes may
|
13
|
-
# be concave.
|
14
|
-
|
15
|
-
def peso_altura
|
16
|
-
#recebe
|
17
|
-
end
|
18
|
-
|
19
|
-
end
|
20
|
-
print "Contribute"
|
21
|
-
print Contribute
|