codeopshpd 0.1.0

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 +7 -0
  2. data/lib/code_ops_hpd.rb +6 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5f564a8911e27c5bd9caff45d474abee1aa6cac3
4
+ data.tar.gz: fd534028e0f59d5fd51970e01da6973ceab83e4e
5
+ SHA512:
6
+ metadata.gz: 5fb7592e26f9315f8b8d0d16ad3f7f59283f6676e7e74d02751122b070553c9ab0b1fd769d9fab23193d5f7039b2c6e402b728a0700ec00d38e3f2e62e0fba51
7
+ data.tar.gz: a2f8f83d22a68a5cb674b17d6597c7629f4de42085c96a77d0bd32320b21903b67d7c8ca527442c500e8d19fbda9adf1c303e0d30adcca2fcd23fa6075c672e5
@@ -0,0 +1,6 @@
1
+ class CodeOpsHPD
2
+ def self.send_notification
3
+ puts "enviando notificacao"
4
+ puts "enviado com sucesso."
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: codeopshpd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Leonardo Ribeiro da Silva
8
+ - Luciano Diniz
9
+ - Amauri Antonio
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2017-10-14 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Example for Gem class
16
+ email: noreply@codeops.com.br
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/code_ops_hpd.rb
22
+ homepage: https://rubygems.org/gems/codeops_hpd
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.8
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: We are DevOps
46
+ test_files: []