null+****@clear*****
null+****@clear*****
Thu Jan 26 10:24:46 JST 2012
yuta yamada 2012-01-26 10:24:46 +0900 (Thu, 26 Jan 2012) New Revision: 0affde5d7584b1cac3b0c519b57dd83d3560a62b Log: improve dependence to support popup.el Modified files: Rakefile Modified: Rakefile (+1 -1) =================================================================== --- Rakefile 2012-01-26 01:13:26 +0900 (0b158a8) +++ Rakefile 2012-01-26 10:24:46 +0900 (a0e4931) @@ -12,7 +12,7 @@ DESCRIPTION = "Front-end of logaling-command for Ruby gem" # Depending on other package # @example specify as bellow: # [["package1", "version1"], ["package2", "virsion2"], ...] -DEPENDENCIES = [["popwin", "0.4"]] +DEPENDENCIES = [["popwin", "0.4"], ["popup", "0.4"]] #--rakefile-- task :default => :package