Skip to content

Commit

Permalink
Remove unnecessary require of jettywrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 17, 2011
1 parent e3e8f13 commit 488335a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
h3. 3.1.4
* Removed unnecessary require of jettywrapper

h3. 3.1.3
* Make FileAssetController easily overridden
* Update hydra-jetty, to support test and development fedora
Expand Down
2 changes: 1 addition & 1 deletion lib/hydra-head/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HydraHead
VERSION = "3.1.3"
VERSION = "3.1.4"
end

2 changes: 0 additions & 2 deletions lib/railties/hydra_jetty.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'jettywrapper'

namespace :jetty do
desc "Apply all configs to Testing Server (relies on hydra:jetty:config tasks unless you override it)"
task :config do
Expand Down

0 comments on commit 488335a

Please sign in to comment.