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 +4 -4
- data/bundler-bare_symlink.gemspec +1 -1
- data/lib/bundler/bare_symlink/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35270f55ebc54a70b5b3770e5cd93bc5ccc4975374e9ce8f1f406dd387032efb
|
4
|
+
data.tar.gz: 7b002d9bd0500061f679ee9d888e404c80030623b4cfbee7ed676b41b5f7cf28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
14
|
+
spec.homepage = "https://github.com/NejRemeslnici/bundler-bare-symlink"
|
15
15
|
|
16
16
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
17
17
|
|
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.
|
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/
|
37
|
+
homepage: https://github.com/NejRemeslnici/bundler-bare-symlink
|
38
38
|
licenses:
|
39
39
|
- WTFPL
|
40
40
|
metadata:
|