Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Updates to README, MANIFEST and gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jan 13, 2013
1 parent c367900 commit 346434e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions MANIFEST
Expand Up @@ -3,7 +3,10 @@
* README
* Rakefile
* solaris-file.gemspec
* lib/solaris/file.rb
* lib/solaris/file/constants.rb
* lib/solaris/file/functions.rb
* lib/solaris/file/stat.rb
* lib/solaris/file/structs.rb
* examples/example_solaris_file.rb
* ext/solaris/sfile.c
* ext/solaris/sfile.h
* test/test_solaris_file.rb
2 changes: 1 addition & 1 deletion README
Expand Up @@ -28,7 +28,7 @@

Please report any other issues on the home page at:

https://github.com/djberg96/solaris-file
http://www.github.com/djberg96/solaris-file

== Future Plans
Add acl_write methods that accept an array of ACLStruct's.
Expand Down
6 changes: 3 additions & 3 deletions solaris-file.gemspec
@@ -1,4 +1,4 @@
require 'rubyspecs'
require 'rubygems'

Gem::Specification.new do |spec|
spec.name = 'solaris-file'
Expand All @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.description = <<-EOF
The solaris-file library provides Solaris-specific access control
methods to the File class. It also provides methods for identifying
trivial and door files, interfaces for the realpath() and resolvepath()
functions, and an overloaded ftype method.
trivial and door files, an interfaces for the resolvepath()
function, and an overloaded ftype method.
EOF
end

0 comments on commit 346434e

Please sign in to comment.