kyrbeis 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/kyrbeis +1 -1
  3. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da88a18c09ee4e01222da647be5ae5cb98716d6003c6236b2dbde32f8fb238ca
4
- data.tar.gz: dffb967f3ead4e070b33f058a51fa72b95f34b1a91511437ce599cc5add5f553
3
+ metadata.gz: 57b1c6c1c18244cd715761aab7288a6af1a3ea06e1ff6295c0492deaec95c4ac
4
+ data.tar.gz: ceaf478905a10e6ffd60155dae13281711cf9fb5a1fa217264a44cea72986ad0
5
5
  SHA512:
6
- metadata.gz: 782b7602ca67f5f7aa99886f68c1bffba51e2364a856091543ee8843fb462abd771af6b5210a32c94c55470c3a50b9cb5a88c4c5f048834c44525c6186474ed4
7
- data.tar.gz: 699233fb35ff38a98f5807b3c077f51fb59aff749d7d215ea9c30c74655a5fcc5a891a5eefd1fd74f1b237bd2f6c09017306f334d8a2d4176237a52f28b260a3
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.exists? destination
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.2
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: 2017-08-04 00:00:00.000000000 Z
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
- rubyforge_project:
41
- rubygems_version: 2.7.6.2
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: []