ExoBasic
BasicHelpers: This gem provides basic helpers for a Ruby project.
- data: DFS, CSV
- encryption: ECDSA, RSA, HMAC, Password
- http: JSON HTTP client
- stats: Average counters
- time: Timer
- Likert value
- Settings
- String helpers
[reference for gem creation: newgem-template]
[reference for git init: github init]
Getting started
bundle
rake build
gem push [GEM.gem]
Requirements
- Ruby 2.5+
- BCrypt 3.1.12