Sha256: 9a99bad7580a45637afcb94134d5e1a0396632fa4fe558a9b236dcb7197417ea

Contents?: true

Size: 315 Bytes

Versions: 15

Compression:

Stored size: 315 Bytes

Contents

#
# Used to scan vulnerabilities in dependencies
#
module Hrw
  #
  # Errors
  #
  class Error < StandardError; end

  #
  # Constants
  #
  ENV = 'HRW_URL'.freeze

  #
  # Load libraries
  #
  require 'hrw/api'
  require 'hrw/detector'
  require 'hrw/formatter'
  require 'hrw/scanner'
  require 'hrw/version'
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hrw-0.3.9 lib/hrw.rb
hrw-0.3.8 lib/hrw.rb
hrw-0.3.7 lib/hrw.rb
hrw-0.3.6 lib/hrw.rb
hrw-0.3.5 lib/hrw.rb
hrw-0.3.4 lib/hrw.rb
hrw-0.3.3 lib/hrw.rb
hrw-0.3.2 lib/hrw.rb
hrw-0.3.1 lib/hrw.rb
hrw-0.3.0 lib/hrw.rb
hrw-0.2.3 lib/hrw.rb
hrw-0.2.2 lib/hrw.rb
hrw-0.2.1 lib/hrw.rb
hrw-0.2.0 lib/hrw.rb
hrw-0.1.0 lib/hrw.rb