Navigation Menu

Skip to content

Commit

Permalink
Move "require" to correct requirere
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent c69ef5c commit f25daf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga/plugin/async_command.rb
Expand Up @@ -13,7 +13,6 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

require "fiber"
require "coolio"

require "droonga/loggable"
Expand Down
1 change: 1 addition & 0 deletions lib/droonga/plugins/dump.rb
Expand Up @@ -13,6 +13,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

require "fiber"
require "groonga"

require "droonga/plugin"
Expand Down

0 comments on commit f25daf7

Please sign in to comment.