code_ops 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 +7 -0
  2. data/lib/code_ops.rb +6 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 533bd9cc5ab51dfe24ed3633d887093fc0aec541
4
+ data.tar.gz: 1685497b4a3bebca5daf8fc87c8c9749523d8dbb
5
+ SHA512:
6
+ metadata.gz: eb6b36e31153252a851247d2f27085ba12c2ac379008f24f28d7f0519aa33e14e5716d08da3ff53700953c58612351b7518fb8a8211fd6985d42d15e8ca62d70
7
+ data.tar.gz: 0fed5722729c5f807ba8b679340066c0ebd23d08f8f51585ffbbf295e3cac1acfdf152c607d53cb5cee59b47379f477874fc9e98b84b1d60bd71ed4d8d7d8d85
@@ -0,0 +1,6 @@
1
+ class CodeOpsHPD
2
+ def self.send_notification
3
+ puts "Enviando Notificação"
4
+ puts "Enviado com sucesso"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: code_ops
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Maike C R Lima
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-01-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Example for gem class
14
+ email: noreply@codeops.com.br
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/code_ops.rb
20
+ homepage: https://rubyggems.org/gem/codeops_hpd
21
+ licenses:
22
+ - MIT
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.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: We are DevOps
44
+ test_files: []