Address @hmoore-r7's feedback regarding binary encoding

bug/bundler_fix
Jon Hart 2014-07-21 13:40:18 -07:00
parent a4f623a955
commit 6185721a61
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
require 'rex/proto/sip/response' require 'rex/proto/sip/response'

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
# SIP protocol support # SIP protocol support
require 'rex/proto/sip/response' require 'rex/proto/sip/response'

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
module Rex module Rex
module Proto module Proto

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
## ##
# This module requires Metasploit: http//metasploit.com/download # This module requires Metasploit: http//metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework # Current source: https://github.com/rapid7/metasploit-framework

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
## ##
# This module requires Metasploit: http//metasploit.com/download # This module requires Metasploit: http//metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework # Current source: https://github.com/rapid7/metasploit-framework

View File

@ -1,4 +1,4 @@
# encoding: UTF-8 # -*- coding: binary -*-
require 'rex/proto/sip/response' require 'rex/proto/sip/response'