kyrbeis 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/kyrbeis +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57b1c6c1c18244cd715761aab7288a6af1a3ea06e1ff6295c0492deaec95c4ac
|
4
|
+
data.tar.gz: ceaf478905a10e6ffd60155dae13281711cf9fb5a1fa217264a44cea72986ad0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8516120091add7a651d57dd2afc39d00b91fd9ec20bb0ba11f4ab9bbcf2203e792aeeb5e97f7ce5287a31b2c92f5fe82a4aa62a16166605624fa6e456fe09225
|
7
|
+
data.tar.gz: 48a516232e48c4198e4aa6b90d9972044ea665d131ed4a461022b8030fbfae28d66bee8bd9011e26331fdc7a0c5ff335c55f7fbcdd3c1647d9166cc7d4016936
|
data/bin/kyrbeis
CHANGED
@@ -7,7 +7,7 @@ Dir.chdir(repo) do
|
|
7
7
|
dotted_path = path.gsub "__", "."
|
8
8
|
erb = path.end_with?(".erb")
|
9
9
|
destination = File.join(ENV['HOME'], dotted_path).gsub(/\.erb$/, "")
|
10
|
-
if not erb and File.
|
10
|
+
if not erb and File.exist? destination
|
11
11
|
if not File.symlink? destination
|
12
12
|
puts "WARNING #{destination} already exists and is not a symlink"
|
13
13
|
end
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kyrbeis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Olivier Abdesselam
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Allows to manage your dotfiles in a centralized fashion
|
14
|
-
email:
|
14
|
+
email:
|
15
15
|
executables:
|
16
16
|
- kyrbeis
|
17
17
|
extensions: []
|
@@ -22,7 +22,7 @@ homepage: http://rubygems.org/gems/kyrbeis
|
|
22
22
|
licenses:
|
23
23
|
- MIT
|
24
24
|
metadata: {}
|
25
|
-
post_install_message:
|
25
|
+
post_install_message:
|
26
26
|
rdoc_options: []
|
27
27
|
require_paths:
|
28
28
|
- lib
|
@@ -37,9 +37,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
37
|
- !ruby/object:Gem::Version
|
38
38
|
version: '0'
|
39
39
|
requirements: []
|
40
|
-
|
41
|
-
|
42
|
-
signing_key:
|
40
|
+
rubygems_version: 3.4.19
|
41
|
+
signing_key:
|
43
42
|
specification_version: 4
|
44
43
|
summary: dotfiles management
|
45
44
|
test_files: []
|