bundler-bare_symlink 0.1.0 → 0.1.1

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: 76efd5415cc7c941e108dcd38a2ee6916ad8e24d5c418e7839f5178d0d672b6d
4
- data.tar.gz: 896a9f4e3b67f9e41a8198291d30a9ea7013004a70db32f757e1508cb32e7a2e
3
+ metadata.gz: 35270f55ebc54a70b5b3770e5cd93bc5ccc4975374e9ce8f1f406dd387032efb
4
+ data.tar.gz: 7b002d9bd0500061f679ee9d888e404c80030623b4cfbee7ed676b41b5f7cf28
5
5
  SHA512:
6
- metadata.gz: 3022f0b26bda6b29cedc83fcc757e40b5aa6d40d2be68d53b2c1cdd1491b8160b3d72b8471717ca0958e79768c9612ca52b0eecd936490a3bb3d4784a655136a
7
- data.tar.gz: 6a186819aa1cd1ccb8631f46c1f686103bba9ff0e48f4fc6e1c34679c1aa3221abf8b08c722d9848de7bdc90c7d6f913c67c1de271a16f61c16b2ae2022a4bd5
6
+ metadata.gz: f76d4e04ae06af6ecc06b5c706ed88eb76f9bde181de14c118c9cbfa9d8ee53e78a29a23e64428b50657d5580d4a19dc6c09345a8cfbe1c37aabf35b0ea00e57
7
+ data.tar.gz: 610b0a82faee55868dd973d9d72bcb20d2cfb02ee89ad76c17f93956c5f0d7d6c6bda53a49e9a1e3b934779bf3c25b951609eabe8083046718ec098a6073003a
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.licenses = ["WTFPL"]
12
12
 
13
13
  spec.summary = "Post-install hook for bundler to create symlinks all gems from a local directory, using just bare gem names without versions"
14
- spec.homepage = "https://github.com/borama/bundler-bare-symlink"
14
+ spec.homepage = "https://github.com/NejRemeslnici/bundler-bare-symlink"
15
15
 
16
16
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module BareSymlink
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-bare_symlink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Kinnecom
@@ -34,7 +34,7 @@ files:
34
34
  - lib/bundler/bare_symlink.rb
35
35
  - lib/bundler/bare_symlink/version.rb
36
36
  - plugins.rb
37
- homepage: https://github.com/borama/bundler-bare-symlink
37
+ homepage: https://github.com/NejRemeslnici/bundler-bare-symlink
38
38
  licenses:
39
39
  - WTFPL
40
40
  metadata: