trivium 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.
- checksums.yaml +7 -0
- data/lib/trivium.rb +15 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: bc38e3f67927313242135b5b3f244c566a07b429
|
|
4
|
+
data.tar.gz: abeaae9341f257786078a832cad1f01171b6b613
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6be62e72745febae2588b642188ab56a73ece192d4a3f14ce809e6fa03cb4996a91cd909218ad6ee902e845a9157cc2e702e992c75aaa191043a668ea3135915
|
|
7
|
+
data.tar.gz: 10d416d187bbf48c33de8c2e108b83443c8e44bff457fd36d5fa3eb13b2a36417c882b6bc1c7dcde26bb6a2d68b86f8b23565f79a09488c154130b0077e0d902
|
data/lib/trivium.rb
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
class Trivium
|
|
2
|
+
def self.play
|
|
3
|
+
puts "I heard the passing bells calling out my name"
|
|
4
|
+
sleep 0.6
|
|
5
|
+
puts "I knew I'd never see another day"
|
|
6
|
+
sleep 0.6
|
|
7
|
+
puts "I couldn't swim against the tides of blame"
|
|
8
|
+
sleep 0.6
|
|
9
|
+
puts "I knew there was no other way"
|
|
10
|
+
sleep 0.6
|
|
11
|
+
puts "You better practice your lines"
|
|
12
|
+
sleep 0.6
|
|
13
|
+
puts "And so on....."
|
|
14
|
+
end
|
|
15
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: trivium
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Oleh Maikovych
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2018-11-02 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Test gem, probably in future it will do something cool
|
|
14
|
+
email: omaik@softserveinc.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/trivium.rb
|
|
20
|
+
homepage: http://rubygems.org/gems/trivium
|
|
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.6.11
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Trivium!
|
|
44
|
+
test_files: []
|