aslakhellesoy-ansicolor 1.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ == 1.1 (In Git)
2
+
3
+ == 1.0 2009-03-26 (036e118)
4
+
5
+ First release!
Binary file
@@ -0,0 +1,5 @@
1
+ require 'ansicolor-1.0.jar'
2
+ include_class 'ansicolor.ANSIColorOutputStream'
3
+ include_class 'org.jruby.RubyIO'
4
+ out = ENV['ANSI_DEBUG'] ? ANSIColorOutputStream.debugifyStdout : ANSIColorOutputStream.ansifyStdout
5
+ JRuby.runtime.getGlobalVariables.set("$stdout", RubyIO.new(JRuby.runtime, out))
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aslakhellesoy-ansicolor
3
+ version: !ruby/object:Gem::Version
4
+ version: "1.0"
5
+ platform: java
6
+ authors:
7
+ - "Aslak Helles\xC3\xB8y"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-26 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: ANSI color support for Java/JRuby on Windows.
17
+ email: aslak.hellesoy@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/ansicolor.rb
26
+ - lib/ansicolor-1.0.jar
27
+ - History.txt
28
+ has_rdoc: false
29
+ homepage: http://wiki.github.com/aslakhellesoy/ansicolor
30
+ post_install_message:
31
+ rdoc_options: []
32
+
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 1.8.4
40
+ version:
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: "0"
46
+ version:
47
+ requirements: []
48
+
49
+ rubyforge_project:
50
+ rubygems_version: 1.2.0
51
+ signing_key:
52
+ specification_version: 2
53
+ summary: ANSI color support for Java/JRuby on Windows.
54
+ test_files: []
55
+