habemus 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/habemus.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 42fb044b1a8cd11bc220e179fa1f886044009231f1d1d9bb5d681e061a88b594
4
+ data.tar.gz: 4aeb5fc64dda078a0d07c5e29a0ed18c9d8d31913fd228f4ed04155cf7b9e597
5
+ SHA512:
6
+ metadata.gz: 0af82516b3f2b6a9b57d5678c55e4b3146cb3ffe753a22714e4c04f81d2a385f2f67848798914a5ff3011ac5226fc5e9de6dcb92476c607c925a5c019ae65ec4
7
+ data.tar.gz: 956f3bbbe1ebc5f6f0c47437b81da9fc660d8616233a10b9d704f761b3c43d29c8092efbd67670c0e6298517c5f8e472284a477dc077cafcc02779b57f273f2e
@@ -0,0 +1,5 @@
1
+ class Habemus
2
+ def self.pope
3
+ puts "The world is mine MWAHAHAHAHAHA"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: habemus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rafael Dalprá
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The pope of gems
14
+ email: thedalpra@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/habemus.rb
20
+ homepage: http://rubygems.org/gems/habemus
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.7.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Habemus gem
44
+ test_files: []