lib/racknga.rb in racknga-0.9.3 vs lib/racknga.rb in racknga-0.9.4

- old
+ new

@@ -12,16 +12,17 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require 'rack' require 'racknga/version' require 'racknga/utils' require "racknga/access_log_parser" +require 'racknga/api-keys' require 'racknga/middleware/deflater' require 'racknga/middleware/exception_notifier' require 'racknga/middleware/jsonp' require 'racknga/middleware/range' require "racknga/middleware/instance_name"