mcwrapper 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module MCWrapper
2
2
  # VERSION = `#{ MCWRAPPER } --version`.split(/\s/).last
3
- VERSION = '1.6.1'
3
+ VERSION = '1.6.2'
4
4
  end
@@ -6,7 +6,7 @@
6
6
  # https://github.com/spikegrobstein/mcwrapper
7
7
  ##
8
8
 
9
- MCWRAPPER_VERSION="1.6.1"
9
+ MCWRAPPER_VERSION="1.6.2"
10
10
 
11
11
  #### Exit Codes
12
12
 
@@ -972,7 +972,7 @@ function restore_world {
972
972
  local SERVER_IS_RUNNING
973
973
  local WORLD_DIR_PATH=$(world_dir_path)
974
974
 
975
- if server_is_running; then
975
+ if check_is_running; then
976
976
  SERVER_IS_RUNNING="1"
977
977
  stop_server
978
978
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcwrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-29 00:00:00.000000000 Z
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Control your Minecraft server. start/stop and live backups.
15
15
  email: