acl 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,19 +2,3 @@ require 'mkmf'
2
2
 
3
3
  have_library('acl','acl_get_file')
4
4
  create_makefile("acl")
5
-
6
- rdoc = find_executable0( 'rdoc' ) || find_executable0( 'rdoc1.8' )
7
-
8
- File.open('Makefile', "a") do |f|
9
- f << <<EOS
10
- doc: acl.c acl.rb
11
- #{rdoc} $^
12
-
13
- dist: acl.c extconf.rb README copyright t/test.rb
14
- mkdir -p acl-ruby
15
- cp --parents $^ acl-ruby/
16
- tar cvjf acl.tar.bz2 acl-ruby/
17
- rm -rf acl-ruby
18
-
19
- EOS
20
- end
@@ -1,3 +1,3 @@
1
1
  module ACL
2
- VERSION = 0.1
2
+ VERSION = 0.2
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acl
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-12 00:00:00.000000000 +02:00
13
- default_executable:
12
+ date: 2012-11-08 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: Bindings for POSIX ACL
16
15
  email:
@@ -21,12 +20,11 @@ extensions:
21
20
  extra_rdoc_files:
22
21
  - ext/acl/acl.c
23
22
  files:
24
- - acl/t/test.rb
25
23
  - ext/acl/acl.c
26
24
  - ext/acl/extconf.rb
27
25
  - lib/acl/acl.rb
28
26
  - lib/acl/version.rb
29
- has_rdoc: true
27
+ - test/test.rb
30
28
  homepage: https://github.com/martinpovolny/libacl-ruby
31
29
  licenses: []
32
30
  post_install_message:
@@ -47,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
45
  version: '0'
48
46
  requirements: []
49
47
  rubyforge_project:
50
- rubygems_version: 1.6.2
48
+ rubygems_version: 1.8.24
51
49
  signing_key:
52
50
  specification_version: 3
53
51
  summary: Posix ACL bindings