vidibus-watch_folder 0.1.2 → 0.1.3
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.
- data/LICENSE +3 -1
- data/README.md +3 -2
- data/lib/vidibus/watch_folder/capistrano/recipes.rb +1 -1
- data/lib/vidibus/watch_folder/version.rb +1 -1
- metadata +5 -4
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Vidibus::WatchFolder [](https://travis-ci.org/vidibus/vidibus-watch_folder)
|
|
2
2
|
|
|
3
3
|
This gem lets you create multipe watch folders within your application, e.g. to provide individual FTP mount points for customers, maybe in combination with [Vidibus::Pureftpd](https://github.com/vidibus/vidibus-pureftpd).
|
|
4
4
|
|
|
@@ -139,6 +139,7 @@ If you need more control over the callbacks, you may load just the recipes witho
|
|
|
139
139
|
require 'vidibus/watch_folder/capistrano/recipes'
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
+
|
|
142
143
|
### Shared folders
|
|
143
144
|
|
|
144
145
|
In case you want to put files into a shared folder, you may run into a validation issue. Here's a configuration for our watch folder example that gets symlinked with a twist:
|
|
@@ -194,4 +195,4 @@ end
|
|
|
194
195
|
|
|
195
196
|
## Copyright
|
|
196
197
|
|
|
197
|
-
© 2012 André Pankratz. See LICENSE for details.
|
|
198
|
+
© 2012-2013 André Pankratz. See LICENSE for details.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vidibus-watch_folder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-09-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mongoid
|
|
@@ -227,7 +227,8 @@ files:
|
|
|
227
227
|
- README.md
|
|
228
228
|
- Rakefile
|
|
229
229
|
homepage: https://github.com/vidibus/vidibus-watch_folder
|
|
230
|
-
licenses:
|
|
230
|
+
licenses:
|
|
231
|
+
- MIT
|
|
231
232
|
post_install_message:
|
|
232
233
|
rdoc_options: []
|
|
233
234
|
require_paths:
|
|
@@ -240,7 +241,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
240
241
|
version: '0'
|
|
241
242
|
segments:
|
|
242
243
|
- 0
|
|
243
|
-
hash: -
|
|
244
|
+
hash: -2103350547055349393
|
|
244
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
246
|
none: false
|
|
246
247
|
requirements:
|