simple-chmod 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/simple-chmod.rb +1 -1
  2. metadata +5 -5
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-Ruby-chmod-v0.0.1 *****\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.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: "
7
7
 
8
8
  STDOUT.flush
9
9
  file = gets.chomp
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-chmod
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
- - Pascal Ryckmans
12
+ - Pascal R.
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
@@ -18,7 +18,7 @@ date: 2010-12-18 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.
21
+ description: Simple UNIX & Linux-terminal script to change permissions of a file. Rakefile & website comming soon...
22
22
  email: firestarter87@users.sf.net
23
23
  executables: []
24
24