kelredd-repository 0.2.6 → 0.2.7

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.
@@ -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, permission=0777)
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
 
@@ -3,7 +3,7 @@ module Repository
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 6
6
+ TINY = 7
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
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.6
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: 2009-11-21 00:00:00 -06:00
12
+ date: 2010-01-19 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15