kelredd-repository 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/repository/file_system.rb +1 -2
- data/lib/repository/version.rb +1 -1
- metadata +2 -2
@@ -54,9 +54,8 @@ module Repository
|
|
54
54
|
end
|
55
55
|
|
56
56
|
# Create the specified directory and any parent dirs in the root
|
57
|
-
def self.mkdir(rep_dir
|
57
|
+
def self.mkdir(rep_dir)
|
58
58
|
FileUtils.makedirs(self.sys_path(rep_dir))
|
59
|
-
FileUtils.chmod(permission, self.sys_path(rep_dir))
|
60
59
|
rep_dir
|
61
60
|
end
|
62
61
|
|
data/lib/repository/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kelredd-repository
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kelly Redding
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-01-19 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|