unageanu-jiji 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog +2 -0
  2. data/lib/jiji/command.rb +1 -1
  3. metadata +1 -1
data/ChangeLog CHANGED
@@ -0,0 +1,2 @@
1
+ 2009--3-29
2
+ * 初版リリース
data/lib/jiji/command.rb CHANGED
@@ -90,7 +90,7 @@ DATA
90
90
  # サンプルエージェント
91
91
  ["agents","shared_lib"].each {|d|
92
92
  mkdir("#{dir}/#{d}")
93
- FileUtils.copy( Dir.glob("#{__FILE__}/../../../base/#{d}/*"), "#{dir}/#{d}" )
93
+ FileUtils.copy( Dir.glob(File.expand_path("#{__FILE__}/../../../base/#{d}/*")), "#{dir}/#{d}" )
94
94
  }
95
95
  rescue Exception
96
96
  puts "[ERROR] setting failed.(#{$!.to_s})"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unageanu-jiji
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaya Yamauchi