l4b 0.0.1

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 +7 -0
  2. data/lib/l4b.rb +5 -0
  3. data/tests/test_l4b.rb +0 -0
  4. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3055e97b6362b7c468817e9b30ed750228ca41cf
4
+ data.tar.gz: d33f338f86fe3d2ada8d1b882bc018e8b088e318
5
+ SHA512:
6
+ metadata.gz: e3c2a347a668d13d79385e940128f90b98ead9d092f856ada0cb69857ee7c5039263eba122771bac021a83dfcccbd5739c7ab57f95e4be693fea2c2397ac7f3c
7
+ data.tar.gz: a1d8bbe9bba5db96679034aaa4537d18b3d5731f411cffa53a9406cb42dcbd41768354ee1c17382af4a18c1f714e1c2dfa9bbea61912d3732785b95668cc1baa
data/lib/l4b.rb ADDED
@@ -0,0 +1,5 @@
1
+ class L4b
2
+ def self.remind
3
+ puts "Don't forget to keep the Potassium Chloride in a seperate container."
4
+ end
5
+ end
data/tests/test_l4b.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: l4b
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Richard Protasov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Prints a vital lab procedure and well that's about it. Enjoy!
14
+ email:
15
+ - richardprotasov@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/l4b.rb
21
+ - tests/test_l4b.rb
22
+ homepage: http://rubygems.org/gems/l4b
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.7
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Just a short program, which prints lab procedures
46
+ test_files:
47
+ - tests/test_l4b.rb
48
+ has_rdoc: