folding_at_home_client 0.1.0 → 0.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/folding_at_home_client.gemspec +2 -2
- data/lib/folding_at_home_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a260e0c6a44eec4a0ebf0c5eef9632df7076f0a160db6bbbbd2b965423b9b37a
|
|
4
|
+
data.tar.gz: ba5f4698f80c445a7af57dfe691ddf794beab56eb77e84ed25f95cfe87dcdbde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6a1c54c40d9b13ed5828ef26719ea890da482b39d709530060b8f745c5a2b3be04b774564e9855ab7041eb15b5e077461e60c6e1c140c9900e571c034da5060
|
|
7
|
+
data.tar.gz: 0146d0b2936a38e4f908e3e46911b01c56a4ab222d2371d1a141b15ef23d4d1368add2e9fc7da81f3e591dbf040bfa37f336b021bd10c45da6e316e83c0a0e83
|
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Blake Gearin']
|
|
10
10
|
spec.email = 'hello@blakeg.me'
|
|
11
11
|
|
|
12
|
-
spec.summary = '
|
|
13
|
-
spec.description = '
|
|
12
|
+
spec.summary = 'Client for the Folding@Home API'
|
|
13
|
+
spec.description = 'Client for the Folding@Home API'
|
|
14
14
|
spec.homepage = 'https://github.com/blakegearin/folding_at_home_client'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
spec.required_ruby_version = '>= 3.1.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: folding_at_home_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Blake Gearin
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '2.9'
|
|
27
|
-
description:
|
|
27
|
+
description: Client for the Folding@Home API
|
|
28
28
|
email: hello@blakeg.me
|
|
29
29
|
executables: []
|
|
30
30
|
extensions: []
|
|
@@ -78,5 +78,5 @@ requirements: []
|
|
|
78
78
|
rubygems_version: 3.3.26
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
|
-
summary:
|
|
81
|
+
summary: Client for the Folding@Home API
|
|
82
82
|
test_files: []
|