lib/ronin/web.rb in ronin-web-0.1.3 vs lib/ronin/web.rb in ronin-web-0.2.0

- old
+ new

@@ -1,7 +1,6 @@ # -#-- # Ronin Web - A Ruby library for Ronin that provides support for web # scraping and spidering functionality. # # Copyright (c) 2006-2009 Hal Brodigan (postmodern.mod3 at gmail.com) # @@ -16,16 +15,16 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -#++ # require 'ronin/web/extensions' require 'ronin/web/web' require 'ronin/web/spider' require 'ronin/web/server' +require 'ronin/web/proxy' require 'ronin/web/version' require 'ronin/config' module Ronin Config.load :web