gsd-cli 0.1.14 → 0.1.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 180005bcfea09309b5ef539282bb63634e3e8e5f51f4097ab897106732f71683
4
- data.tar.gz: c1488aab97f08b0474f720af85f1ee613e8df1bc64fc9094e6f777423451f0bc
3
+ metadata.gz: 01dfcf1833492c3a45ab541a49ffa80c9fd685b17bb4db80747e67821eb9daee
4
+ data.tar.gz: c21eb0061afcdc1ab8b1d4914bf5abfd04d4d9b8088dfc0d78ef301e459b63aa
5
5
  SHA512:
6
- metadata.gz: beb67e9455bc06afaeaf3dbcf668045b5de61ef31a6fc20537826c308bad7ade4ac4dfca1a08ddb000d788e616271ba890dec3a68546604178ecd2acc0876b42
7
- data.tar.gz: 2b042fb9335aed22bb71abc7aa4f65fa5e988ebace7bf34d166fa09b3215e840902f88cb04fafdbb2c976cda3fe6beda3bab231aa4276e756f18a8da60578ee4
6
+ metadata.gz: 16ae278d4a5883d7fdadc2c8e344cbb509643b0917a02d5bbd4daae16cb0dd730ba31f3f359f51ee9a75470f23654c3b5d8684a37b278128df1cb6d1995e08b5
7
+ data.tar.gz: eb160df6ef69b731a08787931370035b85569bb4075035e2be797df2587a426a300bb13b58dde11f6b49cc880352835a311e0431b05a1e563541b738aaa25241
data/lib/cli.rb CHANGED
@@ -31,7 +31,7 @@ end
31
31
  @games = userdata
32
32
 
33
33
  program :name, "gsd-cli"
34
- program :version, "0.1.14"
34
+ program :version, "0.1.15"
35
35
  program :description, "A cli tool to deploy & manage dedicated game servers on Linux"
36
36
 
37
37
  command :install do |c|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # Create a 7 Days to Die server
2
4
  class SevenDays
3
5
  attr_reader :name, :app_id
@@ -21,7 +23,5 @@ class SevenDays
21
23
 
22
24
  def post_install(install_path)
23
25
  system("touch #{install_path}/server.log") # TODO: This won't scale
24
- system("rm #{install_path}/serverconfig.xml")
25
- system("cp #{Dir.pwd}/conf/sdtd.xml #{install_path}/serverconfig.xml")
26
26
  end
27
27
  end
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: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egee