openMSX-builder 1.6.1 → 1.6.2

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.
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
+ 1.6.2
@@ -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.1"
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"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 1
9
- version: 1.6.1
8
+ - 2
9
+ version: 1.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Filip H.F. "FiXato" Slagter