capsule 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/MANIFEST DELETED
@@ -1,19 +0,0 @@
1
- test
2
- RELEASE
3
- LICENSE
4
- README
5
- HISTORY
6
- meta
7
- meta/created
8
- meta/repository
9
- meta/homepage
10
- meta/summary
11
- meta/abstract
12
- meta/package
13
- meta/released
14
- meta/version
15
- meta/license
16
- meta/authors
17
- meta/project
18
- lib
19
- lib/capsule.rb
data/README DELETED
@@ -1,61 +0,0 @@
1
- = Capsule
2
-
3
- * http://death.rubyforge.org
4
- * http://death.rubyforge.org/capsule
5
-
6
-
7
- == DESCRIPTION
8
-
9
- Capsule is subclass of Module. It encapsulates an
10
- extenal script as a functions module.
11
-
12
- Capsule is based on Joel VanderWerf's Script class (script.rb).
13
-
14
-
15
- == FEATURES/ISSUES
16
-
17
- * Convert external "toplevel" scripts into modules.
18
- * Provides autoload feature.
19
-
20
-
21
- == RELEASE NOTES
22
-
23
- Please see RELEASE file.
24
-
25
-
26
- == SYNOPSIS
27
-
28
- To encapsulate a script in a Capsule:
29
-
30
- myscript = Capsule.new('myscript.rb')
31
-
32
- If the script is in the Ruby load path, then you can use +Capsule.load+.
33
-
34
- myscript = Capsule.load('myscript.rb')
35
-
36
-
37
- == HOW TO INSTALL
38
-
39
- To install with RubyGems simply open a console and type:
40
-
41
- gem install capsule
42
-
43
- Local installation requires Setup.rb (gem install setup),
44
- then download the tarball package and type:
45
-
46
- tar -xvzf capsule-1.0.0.tgz
47
- cd capsule-1.0.0
48
- sudo setup.rb all
49
-
50
- Windows users use 'ruby setup.rb all'.
51
-
52
-
53
- == COPYING
54
-
55
- Copyright (c) 2007 Coding Dead
56
- Copyright (c) 2005 Joel VanderWerf
57
-
58
- This program is ditributed unser the terms of the LGPL v3 license.
59
-
60
- See LICENSE file for details.
61
-
data/RELEASE DELETED
@@ -1,12 +0,0 @@
1
- = RELEASE NOTES
2
-
3
- This is the initial stand-alone release of Capsule,
4
- spun-off from Ruby Facets.
5
-
6
-
7
- ### 1.0.0 // 2009-07-01
8
-
9
- * 1 Major Enhancement
10
-
11
- * Happy Birthday!
12
-
data/meta/abstract DELETED
@@ -1,2 +0,0 @@
1
- Capsule is subclass of Module. It encapsulates an
2
- extenal script as a functions module.
data/meta/authors DELETED
@@ -1,3 +0,0 @@
1
- Joel VanderWerf
2
- trans <transfire@gmail.com>
3
-
data/meta/created DELETED
@@ -1 +0,0 @@
1
- 2005-01-01
data/meta/homepage DELETED
@@ -1 +0,0 @@
1
- http://death.rubyforge.org/
data/meta/license DELETED
@@ -1 +0,0 @@
1
- LGPLv3
data/meta/package DELETED
@@ -1 +0,0 @@
1
- capsule
data/meta/project DELETED
@@ -1 +0,0 @@
1
- death
data/meta/released DELETED
@@ -1 +0,0 @@
1
- 2009-06-26
data/meta/repository DELETED
@@ -1 +0,0 @@
1
- svn://rubyforge.org/var/svn/death/capsule
data/meta/summary DELETED
@@ -1,2 +0,0 @@
1
- Encapsulate scripts and functional modules.
2
-
data/meta/version DELETED
@@ -1 +0,0 @@
1
- 1.0.0