bundler-symlink 0.3.0 → 0.4.0

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
- SHA1:
3
- metadata.gz: 6f9eb559f76f4729dc70d085725a502f7ce74e64
4
- data.tar.gz: 673db1e53d5c314fd524465afebb8a98e121549d
2
+ SHA256:
3
+ metadata.gz: aaa16826c7ecd2ca8419a58f86d2941da7820d2d0ca39e4f4b978cd4d44b98a8
4
+ data.tar.gz: b83e45c7afd5bfc6db3ac3cde3dcbd23fe7362cf3d8085521d3fcc26861b9c2d
5
5
  SHA512:
6
- metadata.gz: 5d4c530137a384dd95e9638e17076da18a05a8864a8f909f15d80eadfec4faf03cd600eda79714e196e7de06789b803b5ece437da1ab4a5e1d20c2f1cd74a3d7
7
- data.tar.gz: a59d5b14ca857f7571915d1aaf0ee6451c683360d8eceef1e76362379f642dab6e291d70ad93298ea7e9f280b8ae9e86efa76e2247f650551512a73a4642224d
6
+ metadata.gz: 3a004fec4c9653d2045a94c64aa1600d7beaf2603ab118abea71ed553d335d468dae2040e778cec23595577810bd671b262f241d72ab7dec5aa99ea467b0755d
7
+ data.tar.gz: cfb75eeff18b3cee9729cc5900226ad871982994ad90dbcd0b6e1c1f0d25092bd0993864e6574a12cb8efa5327a871638df4144be2d87d546a613aa1b1b54bf1
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Symlink
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
@@ -37,7 +37,7 @@ module Bundler
37
37
  FileUtils.mkdir_p(File.dirname(target_dir))
38
38
  Bundler.ui.info("Symlinking bundled gems into #{target_dir}")
39
39
  FileUtils.rm_r(target_dir) if File.exist?(target_dir)
40
- FileUtils.mv(link_dir, target_dir, force: true)
40
+ FileUtils.cp_r(link_dir, target_dir)
41
41
  end
42
42
  end
43
43
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-symlink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Kinnecom
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-19 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.17.0
27
- description:
27
+ description:
28
28
  email:
29
29
  - git@k7u7.com
30
30
  executables: []
@@ -40,7 +40,7 @@ licenses:
40
40
  - WTFPL
41
41
  metadata:
42
42
  allowed_push_host: https://rubygems.org
43
- post_install_message:
43
+ post_install_message:
44
44
  rdoc_options: []
45
45
  require_paths:
46
46
  - lib
@@ -55,9 +55,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubyforge_project:
59
- rubygems_version: 2.5.2
60
- signing_key:
58
+ rubygems_version: 3.4.6
59
+ signing_key:
61
60
  specification_version: 4
62
61
  summary: Post-install hook for bundler to symlink to all gems from a local directory
63
62
  test_files: []