win32console 1.3.0.beta3-x86-mswin32-60 → 1.3.0-x86-mswin32-60
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +7 -15
- data/lib/1.8/Console_ext.so +0 -0
- data/lib/1.9/Console_ext.so +0 -0
- data/tasks/gem.rake +1 -1
- metadata +4 -4
data/History.txt
CHANGED
@@ -1,23 +1,15 @@
|
|
1
|
-
=== 1.3.0
|
2
|
-
|
3
|
-
* Bugfixes
|
4
|
-
* Properly catch coloring when using autospec in Ruby 1.9 [vertiginous]
|
5
|
-
Closes GH-3
|
6
|
-
|
7
|
-
=== 1.3.0.beta2 / 2010-03-07
|
1
|
+
=== 1.3.0 / 2007-03-14
|
8
2
|
|
9
3
|
* Enhancements
|
4
|
+
* Works with Ruby 1.9
|
5
|
+
* Usage of Hoe and rake-compiler to ease releasing and extension
|
6
|
+
compilation.
|
10
7
|
* Redirect STDERR to be processed also for ANSI codes. Closes GH-4
|
11
8
|
* Allow ECHO to be displayed [jloveces]
|
12
9
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
* Usage of Hoe and rake-compiler to ease releasing and extension
|
17
|
-
compilation.
|
18
|
-
|
19
|
-
* Bugfixes:
|
20
|
-
* Works with Ruby 1.9
|
10
|
+
* Bugfixes
|
11
|
+
* Properly catch coloring when using autospec in Ruby 1.9 [vertiginous]
|
12
|
+
Closes GH-3
|
21
13
|
|
22
14
|
* Known issues:
|
23
15
|
* win32console no longer automatically translate encoding to the console
|
data/lib/1.8/Console_ext.so
CHANGED
Binary file
|
data/lib/1.9/Console_ext.so
CHANGED
Binary file
|
data/tasks/gem.rake
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: win32console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.0
|
4
|
+
version: 1.3.0
|
5
5
|
platform: x86-mswin32-60
|
6
6
|
authors:
|
7
7
|
- Gonzalo Garramuno
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2010-03-
|
14
|
+
date: 2010-03-14 00:00:00 -03:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
@@ -128,9 +128,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version:
|
129
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
|
-
- - "
|
131
|
+
- - ">="
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
133
|
+
version: "0"
|
134
134
|
version:
|
135
135
|
requirements: []
|
136
136
|
|