openbabel-ruby 3.1.1.0 → 3.1.1.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.
- checksums.yaml +4 -4
- data/lib/openbabel/version.rb +1 -1
- metadata +11 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f38ac83b92851b9ff69d976df5c031f2b6c15cb6fa35d6a3eb2733529bd4af59
|
|
4
|
+
data.tar.gz: 52043551bbcb0c07ece1e16b9e4aaae65e6a1262db17da8e5abdca33c89ad7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 772e93cbdad5e7292dcbd67762b3ab0257560416bc2752432547a0cc34c7e55226ed2ed02bffe27b1d37c420578b5d0307124c011e3a99c3ac7fbadf1001f744
|
|
7
|
+
data.tar.gz: 2f2dbab405cdacf6e49dab36e3054ceb25eddac64a39524fbe53f49f1dd80eb74a41eb932cb96cf9c871bb81ee9d4ea26fc21bfbe3d16cad297fefca0f2bf2a7
|
data/lib/openbabel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openbabel-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.1.
|
|
4
|
+
version: 3.1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- An Nguyen
|
|
@@ -9,7 +9,11 @@ bindir: bin
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 2025-12-12 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description: OpenBabel
|
|
12
|
+
description: Ruby bindings for OpenBabel, an open-source chemical toolbox for molecular
|
|
13
|
+
modeling, cheminformatics, and computational chemistry. Supports 110+ molecular
|
|
14
|
+
file formats (SMILES, SDF, MOL2, PDB, CIF, etc.), molecular fingerprints, 2D/3D
|
|
15
|
+
coordinate generation, and structure manipulation. The gem compiles OpenBabel 3.1.1
|
|
16
|
+
from source with SWIG bindings during installation.
|
|
13
17
|
email:
|
|
14
18
|
- caman.nguyenthanh@gmail.com
|
|
15
19
|
executables: []
|
|
@@ -25,7 +29,10 @@ files:
|
|
|
25
29
|
homepage: https://github.com/CamAnNguyen/openbabel-gem
|
|
26
30
|
licenses:
|
|
27
31
|
- GPL-3.0
|
|
28
|
-
metadata:
|
|
32
|
+
metadata:
|
|
33
|
+
source_code_uri: https://github.com/CamAnNguyen/openbabel-gem
|
|
34
|
+
documentation_uri: https://openbabel.org/index.html
|
|
35
|
+
bug_tracker_uri: https://github.com/CamAnNguyen/openbabel-gem/issues
|
|
29
36
|
rdoc_options: []
|
|
30
37
|
require_paths:
|
|
31
38
|
- lib
|
|
@@ -42,6 +49,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
42
49
|
requirements: []
|
|
43
50
|
rubygems_version: 4.0.1
|
|
44
51
|
specification_version: 4
|
|
45
|
-
summary: OpenBabel
|
|
52
|
+
summary: Ruby bindings for OpenBabel, the chemistry toolbox
|
|
46
53
|
test_files:
|
|
47
54
|
- test/test_openbabel.rb
|