Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intial copy from rubyforge
  • Loading branch information
Reg Braithwaite committed Nov 1, 2008
0 parents commit 7d38c05
Show file tree
Hide file tree
Showing 267 changed files with 22,309 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .svn/README.txt
@@ -0,0 +1,2 @@
This is a Subversion working copy administrative directory.
Visit http://subversion.tigris.org/ for more information.
Empty file added .svn/empty-file
Empty file.
97 changes: 97 additions & 0 deletions .svn/entries
@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="utf-8"?>
<wc-entries
xmlns="svn:">
<entry
committed-rev="0"
name=""
committed-date="2008-03-07T13:46:10.631799Z"
url="svn+ssh://raganwald@rubyforge.org/var/svn/ick"
kind="dir"
uuid="be80e314-ce3b-4dd1-ab14-25665a6ab324"
repos="svn+ssh://raganwald@rubyforge.org/var/svn/ick"
revision="0"/>
<entry
name="test"
kind="dir"/>
<entry
committed-rev="1"
name="History.txt"
text-time="2008-03-10T04:46:40.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="f32037b3801833cbea54ddbf0717baf4"
last-author="raganwald"
kind="file"
revision="1"/>
<entry
name="pkg"
kind="dir"/>
<entry
name="log"
kind="dir"/>
<entry
committed-rev="1"
name="Rakefile"
text-time="2008-03-07T21:30:30.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="120b066d386a523afe7f5613c386710e"
last-author="raganwald"
kind="file"
revision="1"/>
<entry
committed-rev="1"
name="Manifest.txt"
text-time="2008-03-09T15:38:47.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="d857aef65c95d86db917db216f1cfcd8"
last-author="raganwald"
kind="file"
revision="1"/>
<entry
name="tasks"
kind="dir"/>
<entry
name="tmp"
kind="dir"/>
<entry
committed-rev="1"
name="License.txt"
text-time="2008-03-07T22:24:17.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="4062dbd4427ce141cd6d26b5e1af9bff"
last-author="raganwald"
kind="file"
revision="1"/>
<entry
name="website"
kind="dir"/>
<entry
committed-rev="1"
name="setup.rb"
text-time="2008-03-07T21:30:30.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="f3e96d4b9eeb3d0c4d841c7c7ea6259c"
last-author="raganwald"
kind="file"
revision="1"/>
<entry
name="script"
kind="dir"/>
<entry
name="doc"
kind="dir"/>
<entry
name="config"
kind="dir"/>
<entry
name="lib"
kind="dir"/>
<entry
committed-rev="1"
name="README.txt"
text-time="2008-03-07T21:30:30.000000Z"
committed-date="2008-03-10T04:57:06.697106Z"
checksum="c47c7c7383225ab55ff591cb59c41e6b"
last-author="raganwald"
kind="file"
revision="1"/>
</wc-entries>
1 change: 1 addition & 0 deletions .svn/format
@@ -0,0 +1 @@
4
18 changes: 18 additions & 0 deletions .svn/text-base/History.txt.svn-base
@@ -0,0 +1,18 @@
== 0.0.1 2008-03-07

* 1 major enhancement:
* Initial super-alpha release
* Not particularly good at nesting
* 2 minor enhancement:
* Changed #with to #inside avoid confusion with Object#with
* 3 minor enhancement:
* refactored Wrapped into Wrap with runtime options
* added ArrayWrapper and Tee classes
* 4 tiny enhancement
* fixed manifest.txt
* TODO: build the manifest algorithmically!
* 5 tiny enhancement
* #fork
* 6 tiny enhancement
* work in progress on Advisor

20 changes: 20 additions & 0 deletions .svn/text-base/License.txt.svn-base
@@ -0,0 +1,20 @@
Copyright (c) 2008 Reginald Braithwaite

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 changes: 31 additions & 0 deletions .svn/text-base/Manifest.txt.svn-base
@@ -0,0 +1,31 @@
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
config/hoe.rb
config/requirements.rb
lib/ick.rb
lib/ick/advisor.rb
lib/ick/base.rb
lib/ick/guard.rb
lib/ick/sugar.rb
lib/ick/tee.rb
lib/ick/version.rb
lib/ick/wrap.rb
log/debug.log
script/destroy
script/generate
script/txt2html
setup.rb
tasks/deployment.rake
tasks/environment.rake
tasks/website.rake
test/test_helper.rb
test/test_ick.rb
test/test_advisor.rb
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.rhtml
1 change: 1 addition & 0 deletions .svn/text-base/README.txt.svn-base
@@ -0,0 +1 @@
README
4 changes: 4 additions & 0 deletions .svn/text-base/Rakefile.svn-base
@@ -0,0 +1,4 @@
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration

Dir['tasks/**/*.rake'].each { |rake| load rake }

0 comments on commit 7d38c05

Please sign in to comment.