Skip to content

Commit db3d75a

Browse files
committed
Added ronin/support/software.
1 parent 6c5e70e commit db3d75a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

lib/ronin/support.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
require 'ronin/support/network'
2626
require 'ronin/support/path'
2727
require 'ronin/support/text'
28+
require 'ronin/support/software'
2829
require 'ronin/support/version'
2930

3031
module Ronin

lib/ronin/support/software.rb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# frozen_string_literal: true
2+
#
3+
# Copyright (c) 2006-2024 Hal Brodigan (postmodern.mod3 at gmail.com)
4+
#
5+
# ronin-support is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation, either version 3 of the License, or
8+
# (at your option) any later version.
9+
#
10+
# ronin-support is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU Lesser General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with ronin-support. If not, see <https://www.gnu.org/licenses/>.
17+
#
18+
19+
require_relative 'software/version'
20+
require_relative 'software/version_range'

0 commit comments

Comments
 (0)