hola_icyflame 0.0.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 (4) hide show
  1. checksums.yaml +15 -0
  2. data/bin/hola +5 -0
  3. data/lib/hola_icyflame.rb +5 -0
  4. metadata +46 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MGIyMDc3OTQxZjlhNWY0MWNiZDBlYzM3NTQ4NTI2ZjA3OTU3YzI3OA==
5
+ data.tar.gz: !binary |-
6
+ NzcyNmY2NGNmNmZkOTE2NjJkYzdjMWFhMzU1NzBkZjQ2MzEzY2MzNQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NWYwYjE2NjYwZGY5MTkyOGFkYWRmOWRlMGYzMTVlYjNjNTM2OGE3ZTlhZDQ5
10
+ NmE0NGM3OTgzMGQyNjUxZjc2ZTVkOWUzMWMxNjhiNGI0ZDQzMGRlMDlhNmM3
11
+ MDg4MTRjZGUxMzQ3NGVmYTcyNTFlYTkxYmEwN2ViZmUyYzBiZmU=
12
+ data.tar.gz: !binary |-
13
+ MjZhYTBjZGI2ZjI2NDM0ZmNlNjhmZjAzMzUxNGI4NzNlMGZjZDNmYjljZWJl
14
+ OWRhNTJlYjQ4NThmNDA2ZWY1ZTNhMDcxZGQ5MGU3NWYwMWEwMTgyMjg5OWU2
15
+ ZTU3MmJmN2M0NDdhNmJmYmU0NWFlZmVmZGEzOWU4MzRiNmE4Nzc=
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'hola_icyflame'
4
+ puts Hola.hi()
5
+
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_icyflame
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Siddharth Kannan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem - let's get started!
14
+ email: kannan.siddharth12@gmail.com
15
+ executables:
16
+ - hola
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/hola
21
+ - lib/hola_icyflame.rb
22
+ homepage: http://rubygems.org/gems/hola
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.4.5
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Hello!
46
+ test_files: []