extreme_overclocking_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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bad0128705a8beafab93b7af85d186c1ba2d91c7a9f9be28f74c8879ecbce994
4
- data.tar.gz: 9d5c0ebebd3e8692bb3acd6450a9b6fac7eb2f98893ff52a977b0009fc4a5c0d
3
+ metadata.gz: 590dfb618bc22bf554c21b2c45ec58c23f3566aaed3726e26397b9166635fa88
4
+ data.tar.gz: e0d550f3f512ffb0a1e939eef0cdfeef0c0ae712747b57f4079932ade62af3f8
5
5
  SHA512:
6
- metadata.gz: b2fcf604c3957733e0b5a1c1aaaf71ba22da409ee679e256e112bae520a03242112471919d84fc442fe09f3dc6fd031e33c967b156748dbe4bd9978aa2dbd900
7
- data.tar.gz: 8dd0b2c58be9dfa69f2fe931cbdcee9eaa07f00b110c675bc926e53a4fc693d2c15b4101d369456b5ce2da13098169fb10de192d41dce98f6e0644e7c60bd2c6
6
+ metadata.gz: 89fc2ab294e7652805289bf52ce9987d5ffbf97ecca9227a145fdbe2849f8f18efedf2ba4c94bd03eb5496ce8e7ff97db0b613d8987dfd9a5626e386d9296049
7
+ data.tar.gz: 6a7ede1a6812f9fed16fd5700fd631c9961837771e60ad5857df440826a129cbd2a807e843135d8d274e9a631efa7ae55c7d5f0d3fdfeaeb532cb2786246282f
data/.rubocop.yml CHANGED
@@ -37,3 +37,6 @@ Style/HashConversion:
37
37
 
38
38
  Style/TrailingCommaInHashLiteral:
39
39
  EnforcedStyleForMultiline: 'consistent_comma'
40
+
41
+ Style/TrailingCommaInArrayLiteral:
42
+ EnforcedStyleForMultiline: 'consistent_comma'
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Ruby client for [Extreme Overclocking's Folding@home Data Export](https://folding.extremeoverclocking.com/?nav=XML)
4
4
 
5
+ Need more data on projects and GPUs? Try out [`folding_at_home_client`](https://github.com/blakegearin/extreme_overclocking_client)
6
+
5
7
  ## Getting Started
6
8
 
7
9
  Install and add to Gemfile:
@@ -31,13 +33,13 @@ Data can be retrieved via the `Service` class or individual classes with a confi
31
33
 
32
34
  ```ruby
33
35
  service = ExtremeOverclockingClient::Service.new(
34
- project_url: "https://github.com/blakegearin/extreme_overclocking_client",
35
- project_name: "ExtremeOverclockingClientTesting",
36
- project_version: "0.0.1",
36
+ project_url: 'https://github.com/blakegearin/extreme_overclocking_client',
37
+ project_name: 'ExtremeOverclockingClientTesting',
38
+ project_version: '0.0.1',
37
39
  )
38
40
 
39
41
  user_id = 32334
40
- name = "EOC_Jason"
42
+ name = 'EOC_Jason'
41
43
  team_id = 11314
42
44
 
43
45
  # User
@@ -69,9 +71,9 @@ Provide a `project_url` and `project_name` to let Extreme Overclocking know what
69
71
 
70
72
  ```ruby
71
73
  config = ExtremeOverclockingClient::Config.new(
72
- project_url: "https://github.com/blakegearin/extreme_overclocking_client",
73
- project_name: "ExtremeOverclockingClientTesting",
74
- project_version: "0.0.1",
74
+ project_url: 'https://github.com/blakegearin/extreme_overclocking_client',
75
+ project_name: 'ExtremeOverclockingClientTesting',
76
+ project_version: '0.0.1',
75
77
  )
76
78
  ```
77
79
 
@@ -79,12 +81,12 @@ config = ExtremeOverclockingClient::Config.new(
79
81
 
80
82
  ```ruby
81
83
  user_id = 32334
82
- name = "EOC_Jason"
84
+ name = 'EOC_Jason'
83
85
  team_id = 11314
84
86
  config = ExtremeOverclockingClient::Config.new(
85
- project_url: "https://github.com/blakegearin/extreme_overclocking_client",
86
- project_name: "ExtremeOverclockingClientTesting",
87
- project_version: "0.0.1",
87
+ project_url: 'https://github.com/blakegearin/extreme_overclocking_client',
88
+ project_name: 'ExtremeOverclockingClientTesting',
89
+ project_version: '0.0.1',
88
90
  )
89
91
 
90
92
  # Fetch a user by id
@@ -104,9 +106,9 @@ user.refresh
104
106
  ```ruby
105
107
  id = 11314
106
108
  config = ExtremeOverclockingClient::Config.new(
107
- project_url: "https://github.com/blakegearin/extreme_overclocking_client",
108
- project_name: "ExtremeOverclockingClientTesting",
109
- project_version: "0.0.1",
109
+ project_url: 'https://github.com/blakegearin/extreme_overclocking_client',
110
+ project_name: 'ExtremeOverclockingClientTesting',
111
+ project_version: '0.0.1',
110
112
  )
111
113
 
112
114
  # Fetch a team by id
@@ -9,14 +9,15 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Blake Gearin']
10
10
  spec.email = 'hello@blakeg.me'
11
11
 
12
- spec.summary = 'Ruby client for Extreme Overclocking'
13
- spec.description = 'Ruby client for Extreme Overclocking'
12
+ spec.summary = 'Client for exporting Extreme Overclocking\'s Folding@home data'
13
+ spec.description = 'Client for exporting Extreme Overclocking\'s Folding@home data'
14
14
  spec.homepage = 'https://github.com/blakegearin/extreme_overclocking_client'
15
15
  spec.license = 'MIT'
16
16
  spec.required_ruby_version = '>= 3.1.0'
17
17
 
18
18
  spec.metadata['homepage_uri'] = spec.homepage
19
19
  spec.metadata['source_code_uri'] = 'https://github.com/blakegearin/extreme_overclocking_client'
20
+ spec.metadata['github_repo'] = 'ssh://github.com/blakegearin/extreme_overclocking_client'
20
21
 
21
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
23
  spec.files = Dir.chdir(__dir__) do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExtremeOverclockingClient
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extreme_overclocking_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Gearin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.16'
41
- description: Ruby client for Extreme Overclocking
41
+ description: Client for exporting Extreme Overclocking's Folding@home data
42
42
  email: hello@blakeg.me
43
43
  executables: []
44
44
  extensions: []
@@ -64,6 +64,7 @@ licenses:
64
64
  metadata:
65
65
  homepage_uri: https://github.com/blakegearin/extreme_overclocking_client
66
66
  source_code_uri: https://github.com/blakegearin/extreme_overclocking_client
67
+ github_repo: ssh://github.com/blakegearin/extreme_overclocking_client
67
68
  rubygems_mfa_required: 'true'
68
69
  post_install_message:
69
70
  rdoc_options: []
@@ -83,5 +84,5 @@ requirements: []
83
84
  rubygems_version: 3.3.3
84
85
  signing_key:
85
86
  specification_version: 4
86
- summary: Ruby client for Extreme Overclocking
87
+ summary: Client for exporting Extreme Overclocking's Folding@home data
87
88
  test_files: []