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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/guard/symlink/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ea5457f511c559688612b1034b2399005a2240b
4
- data.tar.gz: c226047ebc4e6bd9a4ecbf797fca3fca3d74b842
3
+ metadata.gz: 6c1676eca61ce8b6044d6f08856ac32965d5276b
4
+ data.tar.gz: d5105e0a218e4946f3a95634092893d7db56e3f1
5
5
  SHA512:
6
- metadata.gz: fd91baae1dd834fcca5d7ff4580e6634b47a3d011f037b18f7baadbf4d4411159d93f9d6f8bb51e6595c4c645b89a80d86f429ee43deb3fd9d93e33f06fc9dae
7
- data.tar.gz: 4f39727426d0904aab129120f29778e4508180d720972ac36e07619488404f007f46a951ab47a984eda8271b4facf22e4101e8c5970adff7b10885d3dfe6f661
6
+ metadata.gz: c7490277c548838992cdb561ed410eaa97f54842036d7754c73e3cef253752b1127c380fba0d45d8224e4a67533e4f76fd33ee94e0a43995ecba35cd29f1a37c
7
+ data.tar.gz: 0554d866679e25562659fd3ca445aab7115fc2b5f4b35fae264eb0e37211fef99a12c9468682561c0f5d8f03c6c20873564307ca9cfdda8ea1b7b4dde5950126
@@ -2,6 +2,6 @@ require 'guard/compat/plugin'
2
2
 
3
3
  module Guard
4
4
  class Symlink < Guard::Plugin
5
- VERSION = '0.1.0'.freeze
5
+ VERSION = '0.1.1'.freeze
6
6
  end
7
7
  end
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.0
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 a watched folder recursivly into the current.
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 a watched folder recursivly into the current.
118
+ summary: Guard to symlink watched folders recursively into the current.
119
119
  test_files: []