yhara-ruby-sl 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +21 -0
  2. metadata +68 -0
data/README ADDED
@@ -0,0 +1,21 @@
1
+ = ruby-sl : A tiny library to run SLs in your terminal
2
+
3
+ == Example
4
+
5
+ require 'sl'
6
+ SL.run!
7
+
8
+ == Install
9
+
10
+ $ gem sources -a http://gems.github.com
11
+ $ gem install ruby-sl
12
+
13
+ == Acknowledgements
14
+
15
+ ruby-sl is inspired by sl(1) command.
16
+ * http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/ (Japanese)
17
+
18
+ == Contact
19
+
20
+ yhara (Yutaka HARA) : yhara(at)kmc.gr.jp
21
+ http://route477.net/
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yhara-ruby-sl
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.1"
5
+ platform: ruby
6
+ authors:
7
+ - Yutaka HARA
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-18 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: ""
17
+ email: yutaka.hara+github@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ - ChangeLog
25
+ files:
26
+ - README
27
+ - ChangeLog
28
+ - Rakefile
29
+ - lib/sl.rb
30
+ has_rdoc: false
31
+ homepage: http://github.com/yhara/ruby-sl/tree/master
32
+ post_install_message:
33
+ rdoc_options:
34
+ - --title
35
+ - ruby-sl documentation
36
+ - --charset
37
+ - utf-8
38
+ - --opname
39
+ - index.html
40
+ - --line-numbers
41
+ - --main
42
+ - README
43
+ - --inline-source
44
+ - --exclude
45
+ - ^(examples|extras)/
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ requirements: []
61
+
62
+ rubyforge_project:
63
+ rubygems_version: 1.2.0
64
+ signing_key:
65
+ specification_version: 2
66
+ summary: ""
67
+ test_files: []
68
+