murakumo 0.2.2 → 0.2.3

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/etc/murakumo.server CHANGED
@@ -97,7 +97,7 @@ EOF
97
97
  chmod 600 $conf
98
98
 
99
99
  echo "configuration file was created: $conf"
100
- echo -e "\033[0;31mPlease set 127.0.0.1 to resolv.conf.\033[0;39m"
100
+ /bin/echo -e "\033[0;31mPlease set 127.0.0.1 to resolv.conf.\033[0;39m"
101
101
  ;;
102
102
  hup)
103
103
  PID=`ps -ef | awk '/ruby/ && /murakumo/ && !/awk/{print $2}'`
@@ -1,5 +1,5 @@
1
1
  module Murakumo
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
 
4
4
  # Priority
5
5
  MASTER = 1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: murakumo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel