Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplekit-ruby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanchez, Paul
simplekit-ruby
Commits
ffec80ed
Commit
ffec80ed
authored
13 years ago
by
pjs
Browse files
Options
Downloads
Patches
Plain Diff
Revised ReadMe file, updated gemspec accordingly
Signed-off-by:
pjs
<
pjs@alum.mit.edu
>
parent
bf7cf278
No related branches found
Branches containing commit
Tags
v0.3.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
ReadMe.1st
+9
-1
9 additions, 1 deletion
ReadMe.1st
simplekit.gemspec
+1
-1
1 addition, 1 deletion
simplekit.gemspec
with
11 additions
and
3 deletions
.gitignore
+
1
−
1
View file @
ffec80ed
simplekit-0.3.0.gem
\ No newline at end of file
*.gem
This diff is collapsed.
Click to expand it.
ReadMe.1st
+
9
−
1
View file @
ffec80ed
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
simplekit.gemspec
+
1
−
1
View file @
ffec80ed
# -*- ruby -*-
_VERSION
=
"0.3.
0
"
_VERSION
=
"0.3.
1
"
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
"simplekit"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment