lib/ronin/software.rb in ronin-1.0.0.rc1 vs lib/ronin/software.rb in ronin-1.0.0.rc2
- old
+ new
@@ -16,12 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with Ronin. If not, see <http://www.gnu.org/licenses/>.
#
require 'ronin/model'
-require 'ronin/vendor'
module Ronin
+ autoload :Vendor, 'ronin/vendor'
+
#
# Represents a Software product.
#
class Software