mandy 0.5.19 → 0.5.20

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/mandy-get +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.19
1
+ 0.5.20
data/bin/mandy-get CHANGED
@@ -34,7 +34,7 @@ local_file = ARGV[1]
34
34
  config = absolute_path(options.config || 'cluster.xml')
35
35
 
36
36
  def file?(permissions)
37
- permissions.chars.first.downcase != 'd'
37
+ permissions[0,1].downcase != 'd'
38
38
  end
39
39
 
40
40
  def is_a_valid(path)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mandy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.19
5
+ version: 0.5.20
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andy Kent
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-08-20 00:00:00 Z
14
+ date: 2011-05-24 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json