umbongo_umbongo 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/umbongo.rb +13 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 855fcf1a7da4072c4c86c0af70a2e5b078702327
4
+ data.tar.gz: 43c6ee97522dac0eaf265e8ba7ffe0490b622ef6
5
+ SHA512:
6
+ metadata.gz: 9d6816d3d9869a51b02e5c75ad2a37881b35ae40979e2ef041003c72b06fb10ab13de33d617fc79566625db1b4888d60cc037498b345978233f49764b9636fa0
7
+ data.tar.gz: c0d24ec608e4e8551f4ae48eae08461889f7cb02b35c56c0bf650593b4852c7028bdea4d50cca6d01334e0e37bbf4d1d228c52827f7af3928bf389e3f3cc8faf
data/lib/umbongo.rb ADDED
@@ -0,0 +1,13 @@
1
+ class Umbongo
2
+ def self.song
3
+ puts "Way down deep in the middle of the Congo,"
4
+ puts "A hippo took an apricot, a guava and a mango."
5
+ puts "He stuck it with the others, and he danced a dainty tango."
6
+ puts "The rhino said, 'I know, we'll call it Um Bongo'"
7
+ puts "Um Bongo, Um Bongo, They drink it in the Congo."
8
+ puts "The python picked the passion fruit, the marmoset the mandarin."
9
+ puts "The parrot painted packets, that the whole caboodle landed in."
10
+ puts "So when it comes to sun and fun and goodness in the jungle,"
11
+ print "They all prefer the sunny funny one they call Um Bongo!"
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: umbongo_umbongo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - David Scorer
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Umbongo goodness
14
+ email: david.scorer@sage.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/umbongo.rb
20
+ homepage: http://rubygems.org/gems/umbongo_umbongo
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.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Umbongo!
44
+ test_files: []
45
+ has_rdoc: