guard-symlink 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/guard/symlink/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c1676eca61ce8b6044d6f08856ac32965d5276b
|
4
|
+
data.tar.gz: d5105e0a218e4946f3a95634092893d7db56e3f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7490277c548838992cdb561ed410eaa97f54842036d7754c73e3cef253752b1127c380fba0d45d8224e4a67533e4f76fd33ee94e0a43995ecba35cd29f1a37c
|
7
|
+
data.tar.gz: 0554d866679e25562659fd3ca445aab7115fc2b5f4b35fae264eb0e37211fef99a12c9468682561c0f5d8f03c6c20873564307ca9cfdda8ea1b7b4dde5950126
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-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
|
- Thorsten Eckel
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '3.0'
|
83
|
-
description: Guard to symlink
|
83
|
+
description: Guard to symlink watched folders recursively into the current.
|
84
84
|
email:
|
85
85
|
- te@znuny.com
|
86
86
|
executables: []
|
@@ -115,5 +115,5 @@ rubyforge_project:
|
|
115
115
|
rubygems_version: 2.6.8
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
|
-
summary: Guard to symlink
|
118
|
+
summary: Guard to symlink watched folders recursively into the current.
|
119
119
|
test_files: []
|