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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/openbabel/version.rb +1 -1
  3. metadata +11 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b041ce12f6f124d860ad7280ec2ce5aeaf36df897405b2b9a2819f703dc734c
4
- data.tar.gz: 5236c280c3186d3406dda3009e277a30748f042371c9f91e583609006e3f0c51
3
+ metadata.gz: f38ac83b92851b9ff69d976df5c031f2b6c15cb6fa35d6a3eb2733529bd4af59
4
+ data.tar.gz: 52043551bbcb0c07ece1e16b9e4aaae65e6a1262db17da8e5abdca33c89ad7b5
5
5
  SHA512:
6
- metadata.gz: 9f69a57091083cad77100223068b413221e803a883d7521f203866c049d5f8b7af6f12e7c13172b7ceca515a95eeb9036ae01d2853ef875908f7297094ea8d64
7
- data.tar.gz: a6b24eaa24f2ea9fef22e993a4298d24e08337891cf12d2469ded36bee31344d82c99ae3d74501183daeef4cecf424f87df695772d6b08a1ee28bdc659848c63
6
+ metadata.gz: 772e93cbdad5e7292dcbd67762b3ab0257560416bc2752432547a0cc34c7e55226ed2ed02bffe27b1d37c420578b5d0307124c011e3a99c3ac7fbadf1001f744
7
+ data.tar.gz: 2f2dbab405cdacf6e49dab36e3054ceb25eddac64a39524fbe53f49f1dd80eb74a41eb932cb96cf9c871bb81ee9d4ea26fc21bfbe3d16cad297fefca0f2bf2a7
@@ -1,4 +1,4 @@
1
1
  module OpenBabel
2
2
  VERSION = '3.1.1'
3
- GEMVERSION = VERSION + '.0'
3
+ GEMVERSION = VERSION + '.1'
4
4
  end
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.0
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 as a GEM
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