simple-chmod 0.3 → 0.4
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.
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple-chmod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: "0.
|
|
8
|
+
- 4
|
|
9
|
+
version: "0.4"
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Pascal R.
|
|
@@ -14,11 +14,11 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date:
|
|
17
|
+
date: 2011-01-29 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description:
|
|
21
|
+
description: This simple script is an alternative to the Unix & Linux-terminal chmod command to change file permissions.
|
|
22
22
|
email: firestarter87@users.sf.net
|
|
23
23
|
executables:
|
|
24
24
|
- simple-chmod
|
|
@@ -32,7 +32,7 @@ files:
|
|
|
32
32
|
- copyright.txt
|
|
33
33
|
- bin/simple-chmod
|
|
34
34
|
has_rdoc: true
|
|
35
|
-
homepage: http://
|
|
35
|
+
homepage: http://github.com/firestarter87/Simple-Chmod
|
|
36
36
|
licenses:
|
|
37
37
|
- GNU GPL v2
|
|
38
38
|
post_install_message:
|
|
@@ -62,10 +62,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
version: "0"
|
|
63
63
|
requirements: []
|
|
64
64
|
|
|
65
|
-
rubyforge_project:
|
|
65
|
+
rubyforge_project:
|
|
66
66
|
rubygems_version: 1.3.7
|
|
67
67
|
signing_key:
|
|
68
68
|
specification_version: 3
|
|
69
|
-
summary: Simple Linux-terminal script to change permissions of a file.
|
|
69
|
+
summary: Simple UNIX/Linux-terminal script to change permissions of a file.
|
|
70
70
|
test_files: []
|
|
71
71
|
|