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 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
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
- hash: 29
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
- date: 2010-06-02 00:00:00 -07:00
19
- default_executable:
20
- dependencies:
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
- extra_rdoc_files:
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
- post_install_message:
82
- rdoc_options:
83
- - --charset=UTF-8
84
- require_paths:
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
- none: false
88
- requirements:
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
89
50
  - - ">="
90
- - !ruby/object:Gem::Version
91
- hash: 3
92
- segments:
93
- - 0
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
- hash: 3
101
- segments:
102
- - 0
103
- version: "0"
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
104
58
  requirements: []
105
-
106
- rubyforge_project:
107
- rubygems_version: 1.3.7
108
- signing_key:
109
- specification_version: 3
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
@@ -1,5 +0,0 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE
data/.gitignore DELETED
@@ -1,23 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
- .yardoc
21
- doc
22
-
23
- ## PROJECT::SPECIFIC
data/spec/alumina_spec.rb DELETED
@@ -1,7 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "Alumina" do
4
- it "fails" do
5
- should.flunk "hey buddy, you should probably rename this file and start specing for real"
6
- end
7
- end
data/spec/spec_helper.rb DELETED
@@ -1,8 +0,0 @@
1
- require 'rubygems'
2
- require 'bacon'
3
-
4
- $LOAD_PATH.unshift(File.dirname(__FILE__))
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- require 'alumina'
7
-
8
- Bacon.summary_on_exit