sudo 0.0.1 → 0.0.2

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 (2) hide show
  1. data/lib/sudo.rb +1 -1
  2. metadata +6 -4
@@ -6,7 +6,7 @@ require 'sudo/wrapper'
6
6
 
7
7
  module Sudo
8
8
 
9
- VERSION = '0.0.1'
9
+ VERSION = '0.0.2'
10
10
  ROOTDIR = File.expand_path File.join File.dirname(__FILE__), '..'
11
11
  LIBDIR = File.join ROOTDIR, 'lib'
12
12
  SERVER_SCRIPT = File.join ROOTDIR, 'libexec/server.rb'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Guido De Rosa
@@ -28,8 +28,8 @@ executables: []
28
28
 
29
29
  extensions: []
30
30
 
31
- extra_rdoc_files: []
32
-
31
+ extra_rdoc_files:
32
+ - README.rdoc
33
33
  files:
34
34
  - lib/sudo/support/object.rb
35
35
  - lib/sudo/support/kernel.rb
@@ -48,6 +48,8 @@ licenses: []
48
48
  post_install_message:
49
49
  rdoc_options:
50
50
  - --charset=UTF-8
51
+ - --main
52
+ - README.rdoc
51
53
  require_paths:
52
54
  - lib
53
55
  required_ruby_version: !ruby/object:Gem::Requirement