cryptum 0.0.355 → 0.0.356

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. metadata +13 -116
  3. data/.github/workflows/main.yml +0 -16
  4. data/.gitignore +0 -30
  5. data/.rspec +0 -3
  6. data/.rspec_status +0 -0
  7. data/.rubocop.yml +0 -31
  8. data/.rubocop_todo.yml +0 -32
  9. data/.ruby-gemset +0 -1
  10. data/.ruby-version +0 -1
  11. data/CODE_OF_CONDUCT.md +0 -84
  12. data/Gemfile +0 -38
  13. data/LICENSE +0 -674
  14. data/README.md +0 -87
  15. data/Rakefile +0 -19
  16. data/bin/cryptum +0 -73
  17. data/bin/cryptum-forecast +0 -200
  18. data/bin/cryptum-repl +0 -73
  19. data/bin/cryptum_autoinc_version +0 -38
  20. data/build_cryptum_gem.sh +0 -58
  21. data/cryptum.gemspec +0 -52
  22. data/cryptum_container.sh +0 -1
  23. data/docker/cryptum.json +0 -60
  24. data/docker/cryptum_container.sh +0 -59
  25. data/docker/packer_secrets.json.EXAMPLE +0 -7
  26. data/docker/provisioners/cryptum.sh +0 -11
  27. data/docker/provisioners/docker_bashrc.sh +0 -2
  28. data/docker/provisioners/docker_rvm.sh +0 -22
  29. data/docker/provisioners/init_image.sh +0 -28
  30. data/docker/provisioners/post_install.sh +0 -6
  31. data/docker/provisioners/ruby.sh +0 -16
  32. data/docker/provisioners/upload_globals.sh +0 -49
  33. data/etc/bot_confs/.gitkeep +0 -0
  34. data/etc/bot_confs/BOT_CONF.TEMPLATE +0 -10
  35. data/etc/coinbase_pro.yaml.EXAMPLE +0 -8
  36. data/etc/open_ai.yaml.EXAMPLE +0 -1
  37. data/git_commit.sh +0 -22
  38. data/lib/cryptum/api.rb +0 -688
  39. data/lib/cryptum/bot_conf.rb +0 -197
  40. data/lib/cryptum/event/bot_conf.rb +0 -34
  41. data/lib/cryptum/event/buy.rb +0 -145
  42. data/lib/cryptum/event/cancel.rb +0 -35
  43. data/lib/cryptum/event/exit.rb +0 -35
  44. data/lib/cryptum/event/gtfo.rb +0 -36
  45. data/lib/cryptum/event/history.rb +0 -105
  46. data/lib/cryptum/event/key_press.rb +0 -64
  47. data/lib/cryptum/event/order_book.rb +0 -34
  48. data/lib/cryptum/event/pane.rb +0 -65
  49. data/lib/cryptum/event/parse.rb +0 -181
  50. data/lib/cryptum/event/scroll.rb +0 -200
  51. data/lib/cryptum/event/sell.rb +0 -124
  52. data/lib/cryptum/event.rb +0 -27
  53. data/lib/cryptum/log.rb +0 -34
  54. data/lib/cryptum/matrix.rb +0 -181
  55. data/lib/cryptum/open_ai.rb +0 -156
  56. data/lib/cryptum/option/choice.rb +0 -28
  57. data/lib/cryptum/option.rb +0 -206
  58. data/lib/cryptum/order_book/generate.rb +0 -114
  59. data/lib/cryptum/order_book/indicator.rb +0 -15
  60. data/lib/cryptum/order_book/market_trend.rb +0 -137
  61. data/lib/cryptum/order_book/profit_margin.rb +0 -55
  62. data/lib/cryptum/order_book.rb +0 -19
  63. data/lib/cryptum/portfolio/balance.rb +0 -123
  64. data/lib/cryptum/portfolio.rb +0 -15
  65. data/lib/cryptum/ui/command.rb +0 -314
  66. data/lib/cryptum/ui/key_press_event.rb +0 -33
  67. data/lib/cryptum/ui/market_trend.rb +0 -74
  68. data/lib/cryptum/ui/order_execute_details.rb +0 -297
  69. data/lib/cryptum/ui/order_execution.rb +0 -573
  70. data/lib/cryptum/ui/order_plan.rb +0 -503
  71. data/lib/cryptum/ui/order_plan_details.rb +0 -240
  72. data/lib/cryptum/ui/order_timer.rb +0 -121
  73. data/lib/cryptum/ui/portfolio.rb +0 -221
  74. data/lib/cryptum/ui/signal_engine.rb +0 -109
  75. data/lib/cryptum/ui/terminal_window.rb +0 -111
  76. data/lib/cryptum/ui/ticker.rb +0 -319
  77. data/lib/cryptum/ui.rb +0 -343
  78. data/lib/cryptum/version.rb +0 -5
  79. data/lib/cryptum/web_sock/coinbase.rb +0 -102
  80. data/lib/cryptum/web_sock/event_machine.rb +0 -274
  81. data/lib/cryptum/web_sock.rb +0 -16
  82. data/lib/cryptum.rb +0 -120
  83. data/order_books/.gitkeep +0 -0
  84. data/reinstall_cryptum_gemset.sh +0 -29
  85. data/spec/lib/cryptum/api_spec.rb +0 -10
  86. data/spec/lib/cryptum/event_spec.rb +0 -10
  87. data/spec/lib/cryptum/log_spec.rb +0 -10
  88. data/spec/lib/cryptum/option_spec.rb +0 -10
  89. data/spec/lib/cryptum/order_book/generate_spec.rb +0 -10
  90. data/spec/lib/cryptum/order_book/market_trend_spec.rb +0 -10
  91. data/spec/lib/cryptum/order_book_spec.rb +0 -10
  92. data/spec/lib/cryptum/ui/command_spec.rb +0 -10
  93. data/spec/lib/cryptum/ui/ticker_spec.rb +0 -10
  94. data/spec/lib/cryptum/ui_spec.rb +0 -10
  95. data/spec/lib/cryptum/web_sock_spec.rb +0 -10
  96. data/spec/lib/cryptum_spec.rb +0 -10
  97. data/spec/spec_helper.rb +0 -3
  98. data/upgrade_Gemfile_gems.sh +0 -20
  99. data/upgrade_cryptum.sh +0 -13
  100. data/upgrade_gem.sh +0 -4
  101. data/upgrade_ruby.sh +0 -45
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab91b097eec16498c962d3f1889b7a8dffd0cf763c38f8624edaa1a22e9ac2a
4
- data.tar.gz: f5c8656a6be72a98473bcbd81cd8bd37d9de6541601dc0f02850b8c10b95e4d3
3
+ metadata.gz: 5e4f91d46954a8e81ccb5c73f266c591d4cd1681e2b572b6376a9716b038b901
4
+ data.tar.gz: a879ecc255c9e10575241b29fb30245d59eca9017a135e247e0b54b2afc042eb
5
5
  SHA512:
6
- metadata.gz: 56ef45d98cb73bb795f5c3c91815ec8a07feb1851dd1dc6f3d3a4d5caf63be88efc2a02f7b4418a84d2830a4cd3eabeb29dca0c2197b90b06114478a9834b4b1
7
- data.tar.gz: de5681c4025bc2a6c858063f2ea73018e3e20359265f946ac72dfc063ec4ae8c402c2a2f678c30daee65bfbf7573ec681b9d0ea7ae9d9d0241b858063a031362
6
+ metadata.gz: a321bcaf808161c3def3c40cfaae0cb00c6076fcfc760ce5932fae4ac45d004610c80035e4574e307844b0d39e221c6051d046206e296f6b485da9519cfb8ee8
7
+ data.tar.gz: a68e5832cc159634a6bca811b6cd9204d0650169fb42e32a1a4dcc204ce799b8138ef9079236f322d0590fa2eecf75a7735f404178fc2ae1d84d31e8a384cacc
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.355
4
+ version: 0.0.356
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-29 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.4.1
33
+ version: 2.4.3
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 2.4.1
40
+ version: 2.4.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler-audit
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -114,28 +114,28 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 0.14.1
117
+ version: 0.14.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 0.14.1
124
+ version: 0.14.2
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: pry-doc
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 1.3.0
131
+ version: 1.4.0
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 1.3.0
138
+ version: 1.4.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: rake
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -226,14 +226,14 @@ dependencies:
226
226
  requirements:
227
227
  - - '='
228
228
  - !ruby/object:Gem::Version
229
- version: 1.41.1
229
+ version: 1.42.0
230
230
  type: :runtime
231
231
  prerelease: false
232
232
  version_requirements: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - '='
235
235
  - !ruby/object:Gem::Version
236
- version: 1.41.1
236
+ version: 1.42.0
237
237
  - !ruby/object:Gem::Dependency
238
238
  name: rubocop-rake
239
239
  requirement: !ruby/object:Gem::Requirement
@@ -363,113 +363,10 @@ dependencies:
363
363
  description: Personalized High-Frequency Trading Bot
364
364
  email:
365
365
  - request.pentest@0dayinc.com
366
- executables:
367
- - cryptum
368
- - cryptum-forecast
369
- - cryptum-repl
370
- - cryptum_autoinc_version
366
+ executables: []
371
367
  extensions: []
372
368
  extra_rdoc_files: []
373
- files:
374
- - ".github/workflows/main.yml"
375
- - ".gitignore"
376
- - ".rspec"
377
- - ".rspec_status"
378
- - ".rubocop.yml"
379
- - ".rubocop_todo.yml"
380
- - ".ruby-gemset"
381
- - ".ruby-version"
382
- - CODE_OF_CONDUCT.md
383
- - Gemfile
384
- - LICENSE
385
- - README.md
386
- - Rakefile
387
- - bin/cryptum
388
- - bin/cryptum-forecast
389
- - bin/cryptum-repl
390
- - bin/cryptum_autoinc_version
391
- - build_cryptum_gem.sh
392
- - cryptum.gemspec
393
- - cryptum_container.sh
394
- - docker/cryptum.json
395
- - docker/cryptum_container.sh
396
- - docker/packer_secrets.json.EXAMPLE
397
- - docker/provisioners/cryptum.sh
398
- - docker/provisioners/docker_bashrc.sh
399
- - docker/provisioners/docker_rvm.sh
400
- - docker/provisioners/init_image.sh
401
- - docker/provisioners/post_install.sh
402
- - docker/provisioners/ruby.sh
403
- - docker/provisioners/upload_globals.sh
404
- - etc/bot_confs/.gitkeep
405
- - etc/bot_confs/BOT_CONF.TEMPLATE
406
- - etc/coinbase_pro.yaml.EXAMPLE
407
- - etc/open_ai.yaml.EXAMPLE
408
- - git_commit.sh
409
- - lib/cryptum.rb
410
- - lib/cryptum/api.rb
411
- - lib/cryptum/bot_conf.rb
412
- - lib/cryptum/event.rb
413
- - lib/cryptum/event/bot_conf.rb
414
- - lib/cryptum/event/buy.rb
415
- - lib/cryptum/event/cancel.rb
416
- - lib/cryptum/event/exit.rb
417
- - lib/cryptum/event/gtfo.rb
418
- - lib/cryptum/event/history.rb
419
- - lib/cryptum/event/key_press.rb
420
- - lib/cryptum/event/order_book.rb
421
- - lib/cryptum/event/pane.rb
422
- - lib/cryptum/event/parse.rb
423
- - lib/cryptum/event/scroll.rb
424
- - lib/cryptum/event/sell.rb
425
- - lib/cryptum/log.rb
426
- - lib/cryptum/matrix.rb
427
- - lib/cryptum/open_ai.rb
428
- - lib/cryptum/option.rb
429
- - lib/cryptum/option/choice.rb
430
- - lib/cryptum/order_book.rb
431
- - lib/cryptum/order_book/generate.rb
432
- - lib/cryptum/order_book/indicator.rb
433
- - lib/cryptum/order_book/market_trend.rb
434
- - lib/cryptum/order_book/profit_margin.rb
435
- - lib/cryptum/portfolio.rb
436
- - lib/cryptum/portfolio/balance.rb
437
- - lib/cryptum/ui.rb
438
- - lib/cryptum/ui/command.rb
439
- - lib/cryptum/ui/key_press_event.rb
440
- - lib/cryptum/ui/market_trend.rb
441
- - lib/cryptum/ui/order_execute_details.rb
442
- - lib/cryptum/ui/order_execution.rb
443
- - lib/cryptum/ui/order_plan.rb
444
- - lib/cryptum/ui/order_plan_details.rb
445
- - lib/cryptum/ui/order_timer.rb
446
- - lib/cryptum/ui/portfolio.rb
447
- - lib/cryptum/ui/signal_engine.rb
448
- - lib/cryptum/ui/terminal_window.rb
449
- - lib/cryptum/ui/ticker.rb
450
- - lib/cryptum/version.rb
451
- - lib/cryptum/web_sock.rb
452
- - lib/cryptum/web_sock/coinbase.rb
453
- - lib/cryptum/web_sock/event_machine.rb
454
- - order_books/.gitkeep
455
- - reinstall_cryptum_gemset.sh
456
- - spec/lib/cryptum/api_spec.rb
457
- - spec/lib/cryptum/event_spec.rb
458
- - spec/lib/cryptum/log_spec.rb
459
- - spec/lib/cryptum/option_spec.rb
460
- - spec/lib/cryptum/order_book/generate_spec.rb
461
- - spec/lib/cryptum/order_book/market_trend_spec.rb
462
- - spec/lib/cryptum/order_book_spec.rb
463
- - spec/lib/cryptum/ui/command_spec.rb
464
- - spec/lib/cryptum/ui/ticker_spec.rb
465
- - spec/lib/cryptum/ui_spec.rb
466
- - spec/lib/cryptum/web_sock_spec.rb
467
- - spec/lib/cryptum_spec.rb
468
- - spec/spec_helper.rb
469
- - upgrade_Gemfile_gems.sh
470
- - upgrade_cryptum.sh
471
- - upgrade_gem.sh
472
- - upgrade_ruby.sh
369
+ files: []
473
370
  homepage: https://github.com/0dayinc/cryptum
474
371
  licenses:
475
372
  - GPL
@@ -490,7 +387,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
490
387
  - !ruby/object:Gem::Version
491
388
  version: '0'
492
389
  requirements: []
493
- rubygems_version: 3.4.1
390
+ rubygems_version: 3.4.3
494
391
  signing_key:
495
392
  specification_version: 4
496
393
  summary: Coinbase Pro High-Frequency Trading Bot
@@ -1,16 +0,0 @@
1
- #name: Ruby
2
-
3
- #on: [push,pull_request]
4
-
5
- #jobs:
6
- # build:
7
- # runs-on: ubuntu-latest
8
- # steps:
9
- # - uses: actions/checkout@v2
10
- # - name: Set up Ruby
11
- # uses: ruby/setup-ruby@v1
12
- # with:
13
- # ruby-version: 3.0.0
14
- # - name: Run the default task
15
- # run: |
16
- # ./build_cryptum_gem.sh
data/.gitignore DELETED
@@ -1,30 +0,0 @@
1
- ._*
2
- *.swp
3
- *.gem
4
- *.rbc
5
- **/screenlog.*
6
- .bundle
7
- .config
8
- .DS_Store
9
-
10
- docker/packer_secrets.json
11
- docker/packer_cache
12
- docker/output-*
13
-
14
- etc/coinbase_pro.yaml
15
- etc/bot_confs/*.yaml
16
-
17
- Gemfile.lock
18
- log/*
19
-
20
- order_books/*
21
- !order_books/.gitkeep
22
-
23
- rdoc/
24
-
25
- vendor/
26
-
27
- web/log/*
28
- !web/log/.gitkeep
29
- web/tmp/*
30
- !web/tmp/.gitkeep
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.rspec_status DELETED
File without changes
data/.rubocop.yml DELETED
@@ -1,31 +0,0 @@
1
- AllCops:
2
- UseCache: false
3
- NewCops: enable
4
- Layout:
5
- Max: 3000
6
- Layout/LineLength:
7
- Max: 256
8
- Metrics/AbcSize:
9
- Max: 512
10
- Metrics/BlockLength:
11
- Max: 256
12
- Metrics/BlockNesting:
13
- Max: 4
14
- Metrics/CyclomaticComplexity:
15
- Max: 128
16
- Metrics/MethodLength:
17
- Max: 512
18
- Metrics/ModuleLength:
19
- Max: 1024
20
- Metrics/PerceivedComplexity:
21
- Max: 128
22
- Style/HashEachMethods:
23
- Enabled: true
24
- Style/HashSyntax:
25
- EnforcedShorthandSyntax: never
26
- Style/HashTransformKeys:
27
- Enabled: true
28
- Style/HashTransformValues:
29
- Enabled: true
30
-
31
- inherit_from: .rubocop_todo.yml
data/.rubocop_todo.yml DELETED
@@ -1,32 +0,0 @@
1
- # This configuration was generated by
2
- # `rubocop --auto-gen-config`
3
- # on 2022-12-29 17:30:05 UTC using RuboCop version 1.41.1.
4
- # The point is for the user to remove these configuration records
5
- # one by one as the offenses are removed from the code base.
6
- # Note that changes in the inspected code, or installation of new
7
- # versions of RuboCop, may require this file to be generated again.
8
-
9
- # Offense count: 4
10
- Lint/UselessAssignment:
11
- Exclude:
12
- - 'lib/cryptum/api.rb'
13
-
14
- # Offense count: 4
15
- # This cop supports safe autocorrection (--autocorrect).
16
- # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
17
- # SupportedStyles: assign_to_condition, assign_inside_condition
18
- Style/ConditionalAssignment:
19
- Exclude:
20
- - 'lib/cryptum/event/pane.rb'
21
- - 'lib/cryptum/ui/order_execute_details.rb'
22
-
23
- # Offense count: 24
24
- # Configuration parameters: AllowedConstants.
25
- Style/Documentation:
26
- Enabled: false
27
-
28
- # Offense count: 1
29
- # This cop supports safe autocorrection (--autocorrect).
30
- Style/RedundantAssignment:
31
- Exclude:
32
- - 'lib/cryptum/api.rb'
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- cryptum
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.1.3
data/CODE_OF_CONDUCT.md DELETED
@@ -1,84 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
-
9
- ## Our Standards
10
-
11
- Examples of behavior that contributes to a positive environment for our community include:
12
-
13
- * Demonstrating empathy and kindness toward other people
14
- * Being respectful of differing opinions, viewpoints, and experiences
15
- * Giving and gracefully accepting constructive feedback
16
- * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
- * Focusing on what is best not just for us as individuals, but for the overall community
18
-
19
- Examples of unacceptable behavior include:
20
-
21
- * The use of sexualized language or imagery, and sexual attention or
22
- advances of any kind
23
- * Trolling, insulting or derogatory comments, and personal or political attacks
24
- * Public or private harassment
25
- * Publishing others' private information, such as a physical or email
26
- address, without their explicit permission
27
- * Other conduct which could reasonably be considered inappropriate in a
28
- professional setting
29
-
30
- ## Enforcement Responsibilities
31
-
32
- Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
-
34
- Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
-
36
- ## Scope
37
-
38
- This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
-
40
- ## Enforcement
41
-
42
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at TODO: Write your email address. All complaints will be reviewed and investigated promptly and fairly.
43
-
44
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
-
46
- ## Enforcement Guidelines
47
-
48
- Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
-
50
- ### 1. Correction
51
-
52
- **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
-
54
- **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
-
56
- ### 2. Warning
57
-
58
- **Community Impact**: A violation through a single incident or series of actions.
59
-
60
- **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
-
62
- ### 3. Temporary Ban
63
-
64
- **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
-
66
- **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
-
68
- ### 4. Permanent Ban
69
-
70
- **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
-
72
- **Consequence**: A permanent ban from any sort of public interaction within the community.
73
-
74
- ## Attribution
75
-
76
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
- available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
-
79
- Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
-
81
- [homepage]: https://www.contributor-covenant.org
82
-
83
- For answers to common questions about this code of conduct, see the FAQ at
84
- https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile DELETED
@@ -1,38 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- LANG = 'en_US.UTF-8'
4
- LC_ALL = 'en_US.UTF-8'
5
- source 'https://rubygems.org'
6
-
7
- # Specify your gem's dependencies in coinbot.gemspec
8
- gemspec
9
-
10
- # *** FYI:
11
- # In some circumstances custom flags are passed to gems in order
12
- # to build appropriately. Defer to ./reinstall_coinbot_gemset.sh
13
- # to review these custom flags
14
- gem 'addressable', '2.8.1'
15
- gem 'bundler', '>=2.4.1'
16
- gem 'bundler-audit', '0.9.1'
17
- gem 'curses', '1.4.4'
18
- gem 'eventmachine', '1.2.7'
19
- gem 'faye-websocket', '0.11.1'
20
- gem 'permessage_deflate', '0.1.4'
21
- gem 'pry', '0.14.1'
22
- gem 'pry-doc', '1.3.0'
23
- gem 'rake', '13.0.6'
24
- gem 'rbtrace', '0.4.14'
25
- gem 'rdoc', '6.5.0'
26
- gem 'require_all', '3.0.0'
27
- gem 'rest-client', '2.1.0'
28
- gem 'rspec', '3.12.0'
29
- gem 'rubocop', '1.41.1'
30
- gem 'rubocop-rake', '0.6.0'
31
- gem 'rubocop-rspec', '2.16.0'
32
- gem 'ruby-prof', '1.4.5'
33
- gem 'rvm', '1.11.3.9'
34
- gem 'sinatra', '3.0.5'
35
- gem 'thin', '1.8.1'
36
- gem 'tty-prompt', '0.23.1'
37
- gem 'tty-spinner', '0.9.3'
38
- gem 'websocket-extensions', '0.1.5'