cwtestgen 0.1.5 → 0.1.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: c083fa953f0f29c00d0f09f86f42abe89ef6f6c1
4
- data.tar.gz: 2a8081f5815a9383e547c9efb95a24d29154a7a6
3
+ metadata.gz: 5ad11a6f48ec94a1919e39b525bd5b5786e91aa9
4
+ data.tar.gz: 64226dc6b08a645e1055d1239bfc05c9e6c2c7f4
5
5
  SHA512:
6
- metadata.gz: ae955854b0f30a1d4d5b1f2209c10cd3d60f1574433d02554d2c39c25b6afcb8469e54efb44f4e18b37773b2b1bb93b419c77ffced1c7488d16da0332c384733
7
- data.tar.gz: 4b15b890cd4f8d849c36112fb872647d02c3e31a324d81e0c38f7dcb3e60981b523ba5683e11df093973accaf950ae290e004d20467b4f5155b22878634f7d91
6
+ metadata.gz: ba21a23a2472db1f72aed6517096d417a30decd820f9b4fac7f7f8310e0c89ddda8f758efdc3943a08ec14fd0b638d439378efd635d88457a259bea15bee2be7
7
+ data.tar.gz: 3ffeb8b961a461458cbade675a9affd7d36c97d30aaf7333560ad692c2cd9e07dd4d437493c1b81a4da5211dcb87036e2cd926aa6987c34f17ace87c08c43f8f
@@ -59,12 +59,12 @@ module CwTestGen
59
59
 
60
60
  def create_symlink_to_lib
61
61
  if gen_symlink_to_lib
62
- if File.symlink?("lib")
62
+ if File.symlink?("#{name}/features/support/lib")
63
63
  return nil
64
64
  end
65
65
 
66
66
  if File.directory?("../lib")
67
- File.symlink(Dir.pwd + "/../lib","#{name}/features/support/lib")
67
+ File.symlink("../../../../lib","#{name}/features/support/lib")
68
68
  end
69
69
  end
70
70
  end
@@ -1,3 +1,3 @@
1
1
  module CwTestGen
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwtestgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey S. Morgan