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 CHANGED
@@ -1,4 +1,6 @@
1
- Copyright (c) 2012 André Pankratz
1
+ MIT License
2
+
3
+ Copyright (c) 2012-2013 André Pankratz
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Vidibus::WatchFolder [![](http://travis-ci.org/vidibus/vidibus-watch_folder.png)](http://travis-ci.org/vidibus/vidibus-watch_folder)
1
+ # Vidibus::WatchFolder [![Build Status](https://travis-ci.org/vidibus/vidibus-watch_folder.png)](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.
@@ -18,7 +18,7 @@ Capistrano::Configuration.instance.load do
18
18
  end
19
19
 
20
20
  def roles
21
- fetch(:delayed_job_server_role, :app)
21
+ fetch(:app)
22
22
  end
23
23
 
24
24
  desc 'Stop the watch_folder process'
@@ -1,5 +1,5 @@
1
1
  module Vidibus
2
2
  module WatchFolder
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
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.2
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: 2012-10-21 00:00:00.000000000 Z
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: -1642238674867204248
244
+ hash: -2103350547055349393
244
245
  required_rubygems_version: !ruby/object:Gem::Requirement
245
246
  none: false
246
247
  requirements: