Ruby-ACL 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/Ruby-ACL.rb +1 -1
  2. metadata +1 -1
@@ -43,7 +43,7 @@ class RubyACL
43
43
  # * *Raises* :
44
44
  # - +RubyACLException+ -> Name is empty
45
45
  def initialize(name, connector, colpath = "/db/acl/",
46
- src_files_path = File.join(File.dirname(__FILE__),'.','src_files'),
46
+ src_files_path = File.join(File.dirname(__FILE__),'.','src_files/'),
47
47
  report = false)
48
48
  if(name == "")
49
49
  raise RubyACLException.new(self.class.name, __method__, "Name is empty", 0), caller
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Ruby-ACL
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: