gsd-cli 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1b23dcaeb9319d8486a627e393711dcbd08327e84518300b244480d3a0505da
4
- data.tar.gz: bc864679d4d832bae30e22d05a5f5a60b78df8be00d49b22f96a7092b41cb350
3
+ metadata.gz: 11c2c7831fe898872b15974986dd2e565b8a9a335b3d50d0b1c851eb911c62a4
4
+ data.tar.gz: 9b1743e261445441fcca3949ab4c46fafeb4035d566c21871b447bb68e7e7252
5
5
  SHA512:
6
- metadata.gz: 70a5cfad7c1720f5fc23d306f13c4d609125e1e9c4138a615892c0a94fd1adfe74f440567c17d57f757673fa46e40781e9f9f0cb962b450c38c111c3b1eba1c3
7
- data.tar.gz: 326fc1cb2fba5a5852828a7d41d247eabd7e74a710e12fc82fe9183d51f1e96aa20a9358548b2a8cde6e76b146845fc18072fda424bf46f403deaec8bb64ab8f
6
+ metadata.gz: a93926a7b5cdd405f64a69ca0c6541e8c44b8c3dc9a83e31a330d03b368b94a4474a12f1e692f3819b725e7368ac20be45d1216cbcc389ed963513e0aae7f771
7
+ data.tar.gz: 765e973d620924be212e58fa4da784763bd00e5a40175eb95c276e0930e616a8aca576466461b018f6544a147c71e45d24c2fd42b1be71fe892c3e4262cc9e62
data/lib/cli.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require "commander/import"
4
4
 
5
5
  program :name, "gsd-cli"
6
- program :version, "1.1.1"
6
+ program :version, "1.1.2"
7
7
  program :description, "A cli tool to deploy & manage dedicated game servers on Linux"
8
8
 
9
9
  require "cli/install"
@@ -8,7 +8,7 @@ class MinecraftSpigot
8
8
  def initialize
9
9
  @name = "minecraft"
10
10
  @app_id = nil
11
- @version = "1.15"
11
+ @version = "1.15.1"
12
12
  end
13
13
 
14
14
  def launch(install_path)
@@ -20,7 +20,7 @@ class MinecraftSpigot
20
20
  File.open("#{install_path}/BuildTools.jar", "wb") do |file|
21
21
  file.write(open("https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar").read())
22
22
  end
23
- system("cd #{install_path} && java -jar #{install_path}/BuildTools.jar --rev #{version}")
23
+ system("cd #{install_path} && java -Xmx1024M -jar #{install_path}/BuildTools.jar --rev #{version}")
24
24
  end
25
25
 
26
26
  def post_install(install_path, version = @version)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsd-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egee