vikingio 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: 5959b8f07fca2207bc45c91b131c001286a97c7d
4
- data.tar.gz: 988b3cae379904c96f908492cb58a2cd6f3ad1e7
3
+ metadata.gz: f23bfcf64fe62eb054ef8d55754f1c7ba50a8f55
4
+ data.tar.gz: 086b51f63505859b6f9ba76024cfd88510f8a4b1
5
5
  SHA512:
6
- metadata.gz: 446b5231e205e200834d711492f0bdd0d521b6c6c45a0b42c7a720160df7792194fcde44ac204c0b68e9ffa628a4204cc8e40fbe520be6b53fc694535ffc9eb0
7
- data.tar.gz: 5f6046bf32913927037bbc1db8b8f0e5bab8fd5c64618415f121d0bf00f27c04e8dafcc1740aaa90d4a7e4230a500a9ed5f04f96396fce4b367ea68e1e7ccfa0
6
+ metadata.gz: 3eabc5472670be9a858b2d86c9d0061ef7b1827c9a281f90d078e1724b42a15e3dd3ed79ee1d3bfe4ddd299cc8a6aa86a0de87cdc3753708270b20e0b6821e21
7
+ data.tar.gz: e7ae1b476bf774e67f66abc5a781bf1cd86ffc8d214a8509de741b9401fe87bc34d2ebb7ef307e9d7ca58f13bedbff80ca661bd764b1cf678aa8bd08b6d415ee
@@ -183,7 +183,7 @@ module VikingIO
183
183
  end
184
184
 
185
185
  puts "Copying project"
186
- FileUtils::cp_r(File.join(working_directory, "Assets", "VikingIO"), tmp_dir)
186
+ FileUtils::cp_r(File.join(File.expand_path(working_directory), "Assets", "VikingIO"), tmp_dir)
187
187
 
188
188
  puts "Removing Client directory"
189
189
  FileUtils::rm_rf(File.join(tmp_dir, "VikingIO", "Client"))
@@ -195,10 +195,10 @@ module VikingIO
195
195
  puts "Loading Main class"
196
196
  templates_dir = File.join(File.dirname(__FILE__), "..", "..", "..", "templates")
197
197
  program_template = File.read(File.join(templates_dir, "Program.cs"))
198
-
198
+
199
199
  app_data = VikingIO::CLI.get_app_data
200
200
 
201
- puts "Loading App Data: #{app_data}"
201
+ #puts "Loading App Data: #{app_data}"
202
202
  #dlls_dir = File.join(File.dirname(__FILE__), "../../../dlls")
203
203
  #viking_dll_path = File.join(dlls_dir, "VikingIO.Network.dll")
204
204
  #FileUtils::cp(viking_dll_path, File.join(tmp_dir, "VikingIO"))
@@ -1,5 +1,5 @@
1
1
  module VikingIO
2
2
  module CLI
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vikingio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Campbell