BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

used_env

v0.0.15RubyGems· Ruby

A gem to list all the environment variables used in a Ruby project. Example usage: results = UsedEnv.find_env_variables results.each do |entry| puts "ENV_Variable: #{entry[:variable]} | File_path: #{entry[:file]} | Line: #{entry[:line]}" end ..........used_env..........used_env --valid............used_env --invalid.............

The verdict
Aging — last published over a year ago — check before adopting. Check the repo for activity before adopting.
Check the repo for activity before adopting.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAging
PopularityNiche
SecurityClean
LicenseUnknown
DepsZero deps
Maintenance
Last published over a year ago — check before adopting.
Popularity
5 downloads / week
Security
No known advisories for this version (OSV).
License
No license declared.
Dependencies
No runtime dependencies
Recent releases
  • 0.0.15over a year ago
  • 0.0.4over a year ago
  • 0.0.3over a year ago
  • 0.0.2over a year ago
used_env — A gem to list all the environment variables used in a Ruby project. Example usage: results = UsedEnv.find_env_variables results.each do |entry| puts "ENV_Variable: #{entry[:variable]} | File_path: #{entry[:file]} | Line: #{entry[:line]}" end ..........used_env..........used_env --valid............used_env --invalid............. (Ruby / RubyGems) · Modules