soma_valores_renan 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/soma_valores_renan.rb +6 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2FiYWQ3ZWU2NzEyMTJlZDJjNjI3ZDlhMjM5ZjQ4MDQwODgwY2FmNA==
5
+ data.tar.gz: !binary |-
6
+ ZWIwYzM3YTY0YTJiMjJlNDUyYjYwODQ1MTYzM2NhMDVjOTZjMTE0Nw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MTI1ZGIwNDAwM2M3NjE0YWMyMWRhOGZlZTlmMDcwNTgzOTE0MGM5Y2QwOTg0
10
+ OTg0ZjkwODRjMmU3MWY1MjVkNjQ5Mzc4ZjIzMjk4ZWExZTA3ZTZlN2QyN2E0
11
+ OTQxNzViMWRiZWZiM2E4NTdkODVhMDRkYTAzNmZjY2U3Y2RkMjM=
12
+ data.tar.gz: !binary |-
13
+ ZmUxN2YzMGI2NWQ5YTE1NjhmYzJlOWE5MGM5YjJhYzU2NDFhM2VlYTYxZWI5
14
+ M2Q1NTY1Zjc3NmNiOThmNGQxOGM3YmVhODkwOWFmYTU2ZGI2OGE4ODY4MmVm
15
+ MzlkMzczM2I4MGE0YTA3YzE5MDgwYzdkOWUwMDU5NWEyZmJiMDc=
@@ -0,0 +1,6 @@
1
+ class SomaValoresRenan
2
+
3
+ def somar(primeiro, segundo)
4
+ primeiro + segundo
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: soma_valores_renan
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Renan de Andrade Vaz
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-02-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Soma as parada
14
+ email:
15
+ - renanandrade_rj@hotmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/soma_valores_renan.rb
21
+ homepage: https://github.com/renandeandradevaz
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Somador de valores
44
+ test_files: []
45
+ has_rdoc: