raykit 0.0.171 → 0.0.172

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/raykit/dotnet.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fe0d983027a86d2096466b73be0d3bf52ddf2eba977becf36b975af37e4f610
4
- data.tar.gz: 8cd48f31474bfabf262ce5ab2ca84daf0aaa1f6d4f2567964621f07e48c5443e
3
+ metadata.gz: 312758e0813b2792638be964b620c3a84f84f7c16735327e06e083ea11b64f19
4
+ data.tar.gz: 4a5c39c3fef502271453376f783e4df367f18fed90c51edb996d8f1c99ad1d09
5
5
  SHA512:
6
- metadata.gz: 10995c486372317f5b7b3d86b43964e65851a371d1ffb40c2b994488c4971c1e29f540f4a48daeb6a02b37e2c6a79df6f08c0ea9334c9b0b37fc645f1725bea4
7
- data.tar.gz: 5208618e3e093209f7cae965d1c61f37a693b67d8bb2cd90b0ff7796eca79b41e4ede065a7ef2db512f6783f916ac2dcdba8bc6cf3585607b115a5ec246a5754
6
+ metadata.gz: 5d67d81b3c69d5f31ff07cef3dda4275e0a3658ec74c33f3dcb8bd50418ef6fc1654789c2a1bd16010839e4f477a8f79eb30ccc2a57f1f8b0c238f607bfcec31
7
+ data.tar.gz: 77c48b001f1b9833ad55edd53775c9537716ce3a483a13923002128b3c9f7c68e0165ba7634f159a524a64f151264626cead1752bb25fcd4e038a7c971027983
@@ -35,10 +35,10 @@ module Raykit
35
35
  FileUtils.mkdir("#{name}.Test")if(!Dir.exist?("#{name}.Test"))
36
36
  Dir.chdir("#{name}.Test") do
37
37
  puts `dotnet new nunit -lang F#`
38
- puts `dotnet add reference ../#{name}/#{name}.csproj`
38
+ puts `dotnet add reference ../#{name}/#{name}.fsproj`
39
39
  end
40
40
 
41
- puts `dotnet sln #{name}.sln add #{name}.Test/#{name}.Test.csproj`
41
+ puts `dotnet sln #{name}.sln add #{name}.Test/#{name}.Test.fsproj`
42
42
  end
43
43
  end
44
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.171
4
+ version: 0.0.172
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow