hi_romain 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/hi_romain.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5e6a111c9ae698ebf476112d658b2a5740a80024
4
+ data.tar.gz: 9266d3974775c06256b01fdc56803449616b6587
5
+ SHA512:
6
+ metadata.gz: 6db97fcbbe62e6bab3fbda20626be300a9f8a93f70e7ba1cbb299d6976ddaa947f0d8cde03350b722cf091d28733ee516f12bb59ed5b6c0d7c83929159449a5c
7
+ data.tar.gz: c18bb8d767a94fe808c678943b0bf92da295bc424f0680c58a62e3e14d53408d4efe1136c275c627decdcdd0111b9b72528a26de5cdb957d67cc998745075abb
@@ -0,0 +1,5 @@
1
+ class Hi_romain
2
+ def self.start
3
+ puts "Hi Romain :)"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hi_romain
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Romain Butteaud
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-09-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is my first gem.
14
+ email: romain.butteaud@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hi_romain.rb
20
+ homepage: http://github.com/romainbutteaud
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: 1.3.6
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: First gem by Romain.
44
+ test_files: []