Skip to content

Commit

Permalink
archive-zip 0.4.0に対応。vendor/archive/support/io.rb は必要なくなったので削除。
Browse files Browse the repository at this point in the history
  • Loading branch information
ongaeshi committed Sep 26, 2011
1 parent 6eaa0de commit c727625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Jeweler::Tasks.new do |gem|
gem.add_runtime_dependency 'launchy', '>=0.3.7'
gem.add_runtime_dependency 'coderay', '=0.9.8'
gem.add_runtime_dependency 'thin', '>=1.2.10'
gem.add_runtime_dependency 'archive-zip', '>=0.3.0'
gem.add_runtime_dependency 'archive-zip', '>=0.4.0'
gem.add_runtime_dependency 'haml', '>=3.1.2'
gem.add_runtime_dependency 'sass', '>=3.1.3'
gem.add_runtime_dependency 'nokogiri', '>=1.5.0'
Expand Down
3 changes: 2 additions & 1 deletion lib/milkode/common/archive-zip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# @author ongaeshi
# @date 2011/08/04

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '../../../vendor')
# 0.4.0になったため、必要なくなった。
# $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '../../../vendor')
require 'archive/zip'
53 changes: 0 additions & 53 deletions vendor/archive/support/io.rb

This file was deleted.

0 comments on commit c727625

Please sign in to comment.