simple-chmod 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/simple-chmod +3 -0
  2. data/lib/simple-chmod.rb +1 -1
  3. metadata +8 -7
data/bin/simple-chmod ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ ruby 'RUBY_SCRIPT_PATH'
data/lib/simple-chmod.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4
4
  # You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
5
5
 
6
- print "\n***** Simple-Chmod-v0.0.2 *****\n\nWith this program you can change permissions very simple. The syntax for changing permissions is easier then the chmod command in your terminal, permission options are 'none' or 'read write xcute' and leave out by your choice.\n\nOnly run this program as root.\n\nEnter filename or directory: "
6
+ print "\n***** Simple-Chmod-v0.3 *****\n\nWith this program you can change permissions very simple. The syntax for changing permissions is easier then the chmod command in your terminal, permission options are 'none' or 'read write xcute' and leave out by your choice.\n\nOnly run this program as root.\n\nEnter filename or directory: "
7
7
 
8
8
  STDOUT.flush
9
9
  file = gets.chomp
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: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 2
9
- version: "0.2"
8
+ - 3
9
+ version: "0.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pascal R.
@@ -14,14 +14,14 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-18 00:00:00 +01:00
17
+ date: 2010-12-27 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: Simple UNIX & Linux-terminal script to change permissions of a file. Rakefile & website comming soon...
21
+ description: Simple UNIX & Linux-terminal script to change permissions of a file. Website coming soon...
22
22
  email: firestarter87@users.sf.net
23
- executables: []
24
-
23
+ executables:
24
+ - simple-chmod
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files: []
@@ -30,6 +30,7 @@ files:
30
30
  - lib/simple-chmod.rb
31
31
  - license.txt
32
32
  - copyright.txt
33
+ - bin/simple-chmod
33
34
  has_rdoc: true
34
35
  homepage: http://simple-chmod.rubyforge.org
35
36
  licenses: