openMSX-builder 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +2 -1
- data/VERSION +1 -1
- data/openMSX-builder.gemspec +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -58,6 +58,8 @@ to have it run daily at 3 at night.
|
|
58
58
|
******************************************************************************
|
59
59
|
Current list of tasks is:
|
60
60
|
|
61
|
+
+ Fix failed-build-mailer for Ruby 1.9
|
62
|
+
"mail-2.1.3/lib/mail/mail.rb:106:in `instance_eval': block not supplied (ArgumentError)"
|
61
63
|
+ Integrate with CIA.vc / Ruby-Rbot
|
62
64
|
+ Add tests
|
63
65
|
+ Create a simple Sinatra App for [openMSX.FiXato.net][5]
|
@@ -65,7 +67,6 @@ Current list of tasks is:
|
|
65
67
|
+ Add documentation on the YAML configuration files.
|
66
68
|
+ Add --configure argument that will trigger set up of the configuration files.
|
67
69
|
+ See if VERSION can be integrated into OpenmsxBuilder instead of just being parsed in the executable.
|
68
|
-
+ Add support for releasing both universal build and x86 builds.
|
69
70
|
+ Make sure all shell commands are output as Debug level logs.
|
70
71
|
+ Integrate CBIOS builds.
|
71
72
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.6.
|
1
|
+
1.6.2
|
data/openMSX-builder.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{openMSX-builder}
|
8
|
-
s.version = "1.6.
|
8
|
+
s.version = "1.6.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Filip H.F. \"FiXato\" Slagter"]
|