alumina 0.0.1 → 0.0.2
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/README.textile +7 -1
- data/VERSION +1 -1
- metadata +35 -85
- data/.document +0 -5
- data/.gitignore +0 -23
- data/spec/alumina_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -8
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 816e6d287630565303f725936bce739d78221d75bca89df13eb14c88fc1da622
|
|
4
|
+
data.tar.gz: 61448e3da25d550830f9b43259b2888d43580dc6f0d275511259f0ca363b97e7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a92f07c4e8923b8d74e108659fe9c9f3ed3c3db87b184414972c1c75c3c29fac83bb0793cf8aa7af16531b02648f3231ff84bf2e53ff9a3090f2507dd2e87a59
|
|
7
|
+
data.tar.gz: a1a0792942cebb9fb0d561cc1b42b6dc404c8f0bdfb8a404bb87f762b9fc00c50366a87680a095f27313ee34b10d61eb167f86cceb85a4f70df1d9531cf4616e
|
data/README.textile
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
+
h2. ⚠️ DEPRECATED
|
|
2
|
+
|
|
3
|
+
*This gem is no longer maintained.* This gem parsed HyperChem/PDB chemistry files; consider modern alternatives like the @bio@ gem for general bioinformatics file parsing.
|
|
4
|
+
|
|
5
|
+
----
|
|
6
|
+
|
|
1
7
|
= Alumina
|
|
2
8
|
|
|
3
9
|
Description goes here.
|
|
4
10
|
|
|
5
11
|
== Note on Patches/Pull Requests
|
|
6
|
-
|
|
12
|
+
|
|
7
13
|
* Fork the project.
|
|
8
14
|
* Make your feature addition or bug fix.
|
|
9
15
|
* Add tests for it. This is important so I don't break it in a
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
metadata
CHANGED
|
@@ -1,63 +1,21 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alumina
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease: false
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.0.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- Tim Morgan
|
|
14
|
-
autorequire:
|
|
15
8
|
bindir: bin
|
|
16
9
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- !ruby/object:Gem::Dependency
|
|
22
|
-
name: bacon
|
|
23
|
-
prerelease: false
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 3
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
version: "0"
|
|
33
|
-
type: :development
|
|
34
|
-
version_requirements: *id001
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
-
name: yard
|
|
37
|
-
prerelease: false
|
|
38
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
|
39
|
-
none: false
|
|
40
|
-
requirements:
|
|
41
|
-
- - ">="
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
hash: 3
|
|
44
|
-
segments:
|
|
45
|
-
- 0
|
|
46
|
-
version: "0"
|
|
47
|
-
type: :development
|
|
48
|
-
version_requirements: *id002
|
|
49
|
-
description: This gem parses HyperChem's .HIN files, PDB files, and in the future others, converting them to Ruby objects for easy manipulation
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This gem parses HyperChem's .HIN files, PDB files, and in the future
|
|
13
|
+
others, converting them to Ruby objects for easy manipulation
|
|
50
14
|
email: git@timothymorgan.info
|
|
51
15
|
executables: []
|
|
52
|
-
|
|
53
16
|
extensions: []
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
- LICENSE
|
|
57
|
-
- README.textile
|
|
58
|
-
files:
|
|
59
|
-
- .document
|
|
60
|
-
- .gitignore
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
61
19
|
- LICENSE
|
|
62
20
|
- README.textile
|
|
63
21
|
- Rakefile
|
|
@@ -72,42 +30,34 @@ files:
|
|
|
72
30
|
- lib/alumina/hin/writer.rb
|
|
73
31
|
- lib/alumina/molecule.rb
|
|
74
32
|
- lib/extensions.rb
|
|
75
|
-
- spec/alumina_spec.rb
|
|
76
|
-
- spec/spec_helper.rb
|
|
77
|
-
has_rdoc: true
|
|
78
33
|
homepage: http://github.com/RISCfuture/alumina
|
|
79
|
-
licenses:
|
|
34
|
+
licenses:
|
|
35
|
+
- MIT
|
|
36
|
+
metadata: {}
|
|
37
|
+
post_install_message: |2+
|
|
80
38
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
39
|
+
⚠️ DEPRECATED: alumina is no longer maintained.
|
|
40
|
+
|
|
41
|
+
This gem parsed HyperChem/PDB chemistry files; consider modern alternatives like the `bio` gem for general bioinformatics file parsing.
|
|
42
|
+
|
|
43
|
+
This is the final release. No further updates are planned.
|
|
44
|
+
|
|
45
|
+
rdoc_options: []
|
|
46
|
+
require_paths:
|
|
85
47
|
- lib
|
|
86
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
87
|
-
|
|
88
|
-
requirements:
|
|
48
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
|
+
requirements:
|
|
89
50
|
- - ">="
|
|
90
|
-
- !ruby/object:Gem::Version
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
version: "0"
|
|
95
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
|
-
none: false
|
|
97
|
-
requirements:
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: '0'
|
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
|
+
requirements:
|
|
98
55
|
- - ">="
|
|
99
|
-
- !ruby/object:Gem::Version
|
|
100
|
-
|
|
101
|
-
segments:
|
|
102
|
-
- 0
|
|
103
|
-
version: "0"
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: '0'
|
|
104
58
|
requirements: []
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
summary: Ruby parser for various chemistry-related file formats
|
|
111
|
-
test_files:
|
|
112
|
-
- spec/alumina_spec.rb
|
|
113
|
-
- spec/spec_helper.rb
|
|
59
|
+
rubygems_version: 4.0.11
|
|
60
|
+
specification_version: 4
|
|
61
|
+
summary: "[DEPRECATED] Ruby parser for various chemistry-related file formats"
|
|
62
|
+
test_files: []
|
|
63
|
+
...
|
data/.document
DELETED
data/.gitignore
DELETED
data/spec/alumina_spec.rb
DELETED