bebecita 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/bebecita.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cf802e0c2a10be31119739fca69bf13a6aaed05bd19c0a1ad001bb397b727424
4
+ data.tar.gz: f858f62e9f53b64cdac6b27b2225cd0d47b2f553bf63da458849a68e42a0ad8c
5
+ SHA512:
6
+ metadata.gz: f50ece659e2be76289f7a295c1d823a3f8116eacda093ac2cb2d96856ddf11149fb6264f0e8a5df36ff7ccb4a8e718e9fa180e5b4a22a188bfd1614bb1704106
7
+ data.tar.gz: 7ad67b008d8ff5da947df80f12311495bbb454251dbd8f39c4114157e8335afd922e24b2f407c2271b96072fddcf2fd39eb9afddb936121433b9a92bdcbd3d31
data/lib/bebecita.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Bebecita
2
+ def self.bebecita
3
+ puts "Uaaaaahhh!!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bebecita
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Brrrr
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Much longer explanation of the example!
14
+ email: anuel@bot.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/bebecita.rb
20
+ homepage: https://rubygems.org/gems/bebecita
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/TeslaRobotics/bebecita
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: BRRRRRRR!
44
+ test_files: []