merona 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bin/merona CHANGED
@@ -18,8 +18,6 @@ else
18
18
  path += "/frame"
19
19
 
20
20
  FileUtils.cp_r path, ARGV[1]
21
- FileUtils.mkdir path + "/log"
22
- FileUtils.mkdir path + "/handler"
23
21
 
24
22
  puts ARGV[1] + " project craeted"
25
23
  when "delete"
@@ -0,0 +1,6 @@
1
+ [2013:2:27:8:24:13] [LOG] : Merona engine started
2
+ [2013:2:27:8:24:14] [LOG] : quit by user
3
+ [2013:2:27:8:24:23] [LOG] : Merona engine started
4
+ [2013:2:27:8:24:24] [LOG] : quit by user
5
+ [2013:2:27:8:24:34] [LOG] : Merona engine started
6
+ [2013:2:27:8:24:43] [LOG] : quit by user
@@ -1,6 +1,6 @@
1
1
  # Merona entry
2
2
  $LOAD_PATH << "../lib"
3
- $LOAD_PATH << "."
3
+ $LOAD_PATH << File.dirname(File.expand_path(__FILE__))
4
4
 
5
5
  def import(_path)
6
6
  if _path[_path.length-1] == '*'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merona
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,6 +97,7 @@ files:
97
97
  - frame/config/config_server.rb
98
98
  - frame/config/config_sharedmem.rb
99
99
  - frame/database/account.db
100
+ - frame/log/2013.2.27.log
100
101
  - frame/main.rb
101
102
  - frame/merona.rb
102
103
  - frame/run.bat