Skip to content
Snippets Groups Projects
Commit ffec80ed authored by pjs's avatar pjs
Browse files

Revised ReadMe file, updated gemspec accordingly


Signed-off-by: default avatarpjs <pjs@alum.mit.edu>
parent bf7cf278
No related branches found
Tags v0.3.1
No related merge requests found
simplekit-0.3.0.gem
\ No newline at end of file
*.gem
......@@ -29,10 +29,18 @@ recommend Lee Schruben's SIGMA package or Arnie Buss's SimKit.
WHAT'S WHAT
This top level folder contains this file, "ReadMe.1st", and a copy of the
This top level folder contains this file, "ReadMe.1st", the
simplekit.gemspec used to create the gem installation, and a copy of the
GNU Lesser General Public License (LGPL) in the file "lgpl.txt". Please
read the LGPL to see what your rights and restrictions are!
To install SimpleKit-ruby, use Ruby's "gem" command:
gem build simplekit.gemspec
gem install simplekit-<version>.gem
You may need to authenticate as an administrator to install gems.
There are two subdirectories. Source code for SimpleKit-ruby can be found
in lib/simplekit.rb. Documentation can be generated using Ruby's
rdoc command.
......
# -*- ruby -*-
_VERSION = "0.3.0"
_VERSION = "0.3.1"
Gem::Specification.new do |s|
s.name = "simplekit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment