openMSX-builder 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +4 -0
- data/VERSION +1 -1
- data/openMSX-builder.gemspec +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -43,18 +43,22 @@ Simplest way to run it would usually be:
|
|
43
43
|
Or by adding a cronjob for:
|
44
44
|
`0 3 * * * build_openmsx --publish --tweet --report-build-failure`
|
45
45
|
to have it run daily at 3 at night.
|
46
|
+
(Remember to add either `source ~/.profile` or the right PATH to your cron.)
|
46
47
|
|
47
48
|
|
48
49
|
## ToDo
|
49
50
|
******************************************************************************
|
50
51
|
Current list of tasks is:
|
51
52
|
|
53
|
+
+ Replace DebugTools with Log4r
|
52
54
|
+ Integrate with CIA.vc / Ruby-Rbot
|
53
55
|
+ Add tests
|
54
56
|
+ Refactor `#archive_for_revision` and `#dmg_for_revision` into a single method
|
55
57
|
+ Create a simple Sinatra App for [openMSX.FiXato.net][5]
|
56
58
|
+ Allow for automatic setup of the oAuth tokens.
|
57
59
|
+ Add documentation on the YAML configuration files.
|
60
|
+
+ Add --configure argument that will trigger set up of the configuration files.
|
61
|
+
+ See if VERSION can be integrated into OpenmsxBuilder instead of just being parsed in the executable.
|
58
62
|
|
59
63
|
## Notes on Patches/Pull Requests
|
60
64
|
******************************************************************************
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.1
|
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.2.
|
8
|
+
s.version = "1.2.1"
|
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"]
|