openMSX-builder 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +5 -5
- data/VERSION +1 -1
- data/openMSX-builder.gemspec +2 -2
- metadata +3 -3
data/README.markdown
CHANGED
@@ -70,14 +70,14 @@ Current list of tasks is:
|
|
70
70
|
## Notes on Patches/Pull Requests
|
71
71
|
******************************************************************************
|
72
72
|
|
73
|
-
1 Fork the project.
|
74
|
-
2 Make your feature addition or bug fix.
|
75
|
-
3 Add tests for it (even though I don't have tests myself at the moment).
|
73
|
+
1. Fork the project.
|
74
|
+
2. Make your feature addition or bug fix.
|
75
|
+
3. Add tests for it (even though I don't have tests myself at the moment).
|
76
76
|
This is important so I don't break it in a future version unintentionally.
|
77
|
-
4 Commit, but do not mess with Rakefile, version, history, or README.
|
77
|
+
4. Commit, but do not mess with Rakefile, version, history, or README.
|
78
78
|
Want to have your own version? Bump version in a separate commit!
|
79
79
|
That way I can ignored that commit when I pull.
|
80
|
-
5 Send me a pull request. Bonus points for topic branches.
|
80
|
+
5. Send me a pull request. Bonus points for topic branches.
|
81
81
|
|
82
82
|
|
83
83
|
## Copyright
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.3
|
data/openMSX-builder.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{openMSX-builder}
|
8
|
-
s.version = "1.3.
|
8
|
+
s.version = "1.3.3"
|
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"]
|
12
|
-
s.date = %q{2010-03-
|
12
|
+
s.date = %q{2010-03-11}
|
13
13
|
s.default_executable = %q{build_openmsx}
|
14
14
|
s.description = %q{openMSX-Builder is used for building the latest SVN checkouts of openMSX and openMSX-Debugger from their sourceforge repository.
|
15
15
|
It also supports publishing the created builds to an external location via scp, announcing successfully published builds via Twitter and reporting build-errors via e-mail.}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 1.3.
|
8
|
+
- 3
|
9
|
+
version: 1.3.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Filip H.F. "FiXato" Slagter
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-03-
|
17
|
+
date: 2010-03-11 00:00:00 +01:00
|
18
18
|
default_executable: build_openmsx
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|