sudo 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sudo.rb +1 -1
- metadata +6 -4
data/lib/sudo.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
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
|