cryptum 0.0.353 → 0.0.355

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: 47dcac5945211f744cc4279a0bfe3ebec3cec83ff9fe612f34628c1d4affc5a9
4
- data.tar.gz: ab40b9455aa8c6513ac5682c7015487fd1ca1ecef4b1b60273595c8a2d568024
3
+ metadata.gz: 1ab91b097eec16498c962d3f1889b7a8dffd0cf763c38f8624edaa1a22e9ac2a
4
+ data.tar.gz: f5c8656a6be72a98473bcbd81cd8bd37d9de6541601dc0f02850b8c10b95e4d3
5
5
  SHA512:
6
- metadata.gz: d849666e7e611db30936bd6f284e684527c62cb6011537b3843dfc2ed0352a37c6b67113eda1a0c41d88f69c0053b79312e6ce47675c303b2a1e8bc7e3ec244f
7
- data.tar.gz: db2deff5a6c5ce62de9e01dc1d2b2952057b94670e4a878dd4604b57634e958b72022b60589f30052bec185d63221563962efb9bc6921e6d2c38da8d31fee02b
6
+ metadata.gz: 56ef45d98cb73bb795f5c3c91815ec8a07feb1851dd1dc6f3d3a4d5caf63be88efc2a02f7b4418a84d2830a4cd3eabeb29dca0c2197b90b06114478a9834b4b1
7
+ data.tar.gz: de5681c4025bc2a6c858063f2ea73018e3e20359265f946ac72dfc063ec4ae8c402c2a2f678c30daee65bfbf7573ec681b9d0ea7ae9d9d0241b858063a031362
data/.rubocop_todo.yml CHANGED
@@ -1,27 +1,31 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2022-12-09 23:10:15 UTC using RuboCop version 1.40.0.
3
+ # on 2022-12-29 17:30:05 UTC using RuboCop version 1.41.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
- # Offense count: 5
9
+ # Offense count: 4
10
10
  Lint/UselessAssignment:
11
11
  Exclude:
12
12
  - 'lib/cryptum/api.rb'
13
13
 
14
- # Offense count: 5
14
+ # Offense count: 4
15
15
  # This cop supports safe autocorrection (--autocorrect).
16
16
  # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
17
17
  # SupportedStyles: assign_to_condition, assign_inside_condition
18
18
  Style/ConditionalAssignment:
19
19
  Exclude:
20
20
  - 'lib/cryptum/event/pane.rb'
21
- - 'lib/cryptum/option.rb'
22
21
  - 'lib/cryptum/ui/order_execute_details.rb'
23
22
 
24
- # Offense count: 2
23
+ # Offense count: 24
24
+ # Configuration parameters: AllowedConstants.
25
+ Style/Documentation:
26
+ Enabled: false
27
+
28
+ # Offense count: 1
25
29
  # This cop supports safe autocorrection (--autocorrect).
26
30
  Style/RedundantAssignment:
27
31
  Exclude:
data/README.md CHANGED
@@ -43,6 +43,18 @@ $ cp ~/cryptum/etc/coinbase_pro.yaml.EXAMPLE \
43
43
  $ vi ~/cryptum/etc/coinbase_pro.yaml
44
44
  ```
45
45
 
46
+ ### **To Take Advantage of More Advanced AI Features** ###
47
+ - Copy open_ai.yaml.EXAMPLE to the Local Session Folder
48
+ ```
49
+ $ cp ~/cryptum/etc/open_ai.yaml.EXAMPLE \
50
+ ~/cryptum/etc/open_ai.yaml
51
+ ```
52
+
53
+ - Add Your Bearer Token to ~/cryptum/etc/open_ai.yaml:
54
+ ```
55
+ $ vi ~/cryptum/etc/open_ai.yaml
56
+ ```
57
+
46
58
 
47
59
  ### **Usage** ###
48
60
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.353'
4
+ VERSION = '0.0.355'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.353
4
+ version: 0.0.355
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.