phylogo 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/bin/phylogo +4 -0
  3. data/lib/phylogo.rb +5 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 684f574756aacffff0c5b993cb9457977333a18f65b343896f047cec7aabb478
4
+ data.tar.gz: '09b2bc7cb51808300880b8b5e9bd50b4b795d079f581337f881bafe037860f61'
5
+ SHA512:
6
+ metadata.gz: 2dda0ebd8c177132c15a9d646dc50a0764ccc75be03c57941a7fee3da85f1821c96adfa0442b420fe5a1078d247360b09e009752f464e8b34452b22ec8da70f2
7
+ data.tar.gz: a84461f5d74dc9fc19f9a6ca53b029ddc87b4d017a36ea2a47e17d90e0ce451980c9a8c82c5a29704136e18c78fad85502355548da3e1c194d037923924efb36
data/bin/phylogo ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "phylogo"
4
+ puts PhyloGO.hi
data/lib/phylogo.rb ADDED
@@ -0,0 +1,5 @@
1
+ class PhyloGO
2
+ def self.hi
3
+ puts "Hello, World!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phylogo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dennis Psaroudakis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: CURRENTLY UNDER DEVELOPMENT (not usable yet)
14
+ email: dennis.psaroudakis@gmail.com
15
+ executables:
16
+ - phylogo
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/phylogo
21
+ - lib/phylogo.rb
22
+ homepage: https://github.com/Dill-PICL/PhyloGO
23
+ licenses:
24
+ - MPL-2.0
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
+ rubygems_version: 3.0.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Tools for (Gene) Ontology-Based Phylogenetics Methods
45
+ test_files: []