win32console 1.3.0.beta3 → 1.3.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.
Files changed (3) hide show
  1. data/History.txt +7 -15
  2. data/tasks/gem.rake +1 -1
  3. metadata +4 -4
data/History.txt CHANGED
@@ -1,23 +1,15 @@
1
- === 1.3.0.beta3 / 2010-03-12
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
- === 1.3.0.beta1
14
-
15
- * Enhancements
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/tasks/gem.rake CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'hoe'
2
2
 
3
3
  HOE = Hoe.spec 'win32console' do
4
- self.version = '1.3.0.beta3'
4
+ self.version = '1.3.0'
5
5
 
6
6
  developer 'Gonzalo Garramuno', 'ggarra@advancedsl.com.ar'
7
7
  developer 'Justin Bailey', 'jgbailey@gmail.com'
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.beta3
4
+ version: 1.3.0
5
5
  platform: ruby
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-12 00:00:00 -03:00
14
+ date: 2010-03-14 00:00:00 -03:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -125,9 +125,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
125
  version:
126
126
  required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  requirements:
128
- - - ">"
128
+ - - ">="
129
129
  - !ruby/object:Gem::Version
130
- version: 1.3.1
130
+ version: "0"
131
131
  version:
132
132
  requirements: []
133
133