fingercap 0.3.2 → 0.3.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.
@@ -11,7 +11,6 @@ module PersistantDirectory
11
11
  #
12
12
  # PersistantDirectory.create('public/icons', 'public/files')
13
13
  def create(*args)
14
- options = args.extract_options!
15
14
  args.each do |directory|
16
15
  try_sudo "mkdir -p -m 775 #{shared_path}/#{directory}"
17
16
  try_sudo "chown #{fetch(:runner, "app")}:wheel #{shared_path}/#{directory}"
@@ -28,9 +27,7 @@ module PersistantDirectory
28
27
  #
29
28
  # PersistantDirectory.symlink('public/icons', 'public/files')
30
29
  def symlink(*args)
31
- options = args.extract_options!
32
30
  directory = args.first
33
-
34
31
  run "ln -s #{shared_path}/#{directory} #{current_path}/#{directory}"
35
32
  end
36
33
  end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fingercap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ hash: 21
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 3
9
+ - 3
10
+ version: 0.3.3
5
11
  platform: ruby
6
12
  authors:
7
13
  - Manfred Stienstra
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-03-02 00:00:00 +01:00
18
+ date: 2010-06-15 00:00:00 +02:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -43,21 +49,27 @@ rdoc_options:
43
49
  require_paths:
44
50
  - lib
45
51
  required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
46
53
  requirements:
47
54
  - - ">="
48
55
  - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
49
59
  version: "0"
50
- version:
51
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
52
62
  requirements:
53
63
  - - ">="
54
64
  - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
55
68
  version: "0"
56
- version:
57
69
  requirements: []
58
70
 
59
71
  rubyforge_project:
60
- rubygems_version: 1.3.5
72
+ rubygems_version: 1.3.7
61
73
  signing_key:
62
74
  specification_version: 3
63
75
  summary: Fingercap is a set of recipes and tasks meant for deploying to Fingertips servers.