chemlab 0.9.2 → 0.10.0
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/bin/chemlab-suite +1 -1
- data/bin/chemlab-test +1 -1
- data/lib/chemlab/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af0d8dedf01608e38acfc484a962e9de977f9295465c34ad1f0966508f2b445e
|
|
4
|
+
data.tar.gz: 7215d12dcaa5a553f8a8dec115cf0071d27fd43a57c8957625fdfe6104261361
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b17e06556b3acbb32169b1b4ce0ecdb3ddbd57fa7a7e3bdefa35c29a7ecf52f56242044cb818f85663f8ae403a96a86107a714deb65567ed76a95aadf3c60a2
|
|
7
|
+
data.tar.gz: 21ad99860894e2bb2990ff667063b5400d9bd9c3203d46b5db4812690d94153a718e28cb3adfded773183cf4f6433c178967ab856127da91aa5434b13043e00f
|
data/bin/chemlab-suite
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
chemlab
|
data/bin/chemlab-test
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
chemlab
|
data/lib/chemlab/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chemlab
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitLab Quality
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|
|
@@ -256,7 +256,8 @@ files:
|
|
|
256
256
|
homepage: https://about.gitlab.com/
|
|
257
257
|
licenses:
|
|
258
258
|
- MIT
|
|
259
|
-
metadata:
|
|
259
|
+
metadata:
|
|
260
|
+
source_code_uri: https://gitlab.com/gitlab-org/quality/chemlab
|
|
260
261
|
post_install_message:
|
|
261
262
|
rdoc_options: []
|
|
262
263
|
require_paths:
|
|
@@ -272,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
272
273
|
- !ruby/object:Gem::Version
|
|
273
274
|
version: '0'
|
|
274
275
|
requirements: []
|
|
275
|
-
rubygems_version: 3.
|
|
276
|
+
rubygems_version: 3.3.3
|
|
276
277
|
signing_key:
|
|
277
278
|
specification_version: 4
|
|
278
279
|
summary: Automation framework built by GitLab, for the world.
|