autobuild 1.5.21.rc1 → 1.5.21
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/Changes.txt +2 -2
- data/lib/autobuild/version.rb +1 -1
- metadata +14 -8
data/Changes.txt
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* add the Autobuild.ignore_errors option. If set, the build will go on even if
|
|
8
8
|
some errors occur. Errors are properly reported at the end of the build.
|
|
9
9
|
* git: update branch tracking information to track the specified branch
|
|
10
|
-
* git: offer a way to specify a push URL, in cases
|
|
11
|
-
read-only and read-write URLs
|
|
10
|
+
* git: offer the push_to option as a way to specify a push URL, in cases
|
|
11
|
+
where having separate read-only and read-write URLs makes sense.
|
|
12
12
|
|
|
13
13
|
== Version 1.5.20
|
|
14
14
|
* cmake: inform the user if a CMake configuration value gets changed
|
data/lib/autobuild/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autobuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 41
|
|
5
|
+
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 5
|
|
8
9
|
- 21
|
|
9
|
-
|
|
10
|
-
version: 1.5.21.rc1
|
|
10
|
+
version: 1.5.21
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sylvain Joyeux
|
|
@@ -26,6 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 3
|
|
29
30
|
segments:
|
|
30
31
|
- 0
|
|
31
32
|
- 7
|
|
@@ -41,6 +42,7 @@ dependencies:
|
|
|
41
42
|
requirements:
|
|
42
43
|
- - ">="
|
|
43
44
|
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 15
|
|
44
46
|
segments:
|
|
45
47
|
- 1
|
|
46
48
|
- 0
|
|
@@ -55,6 +57,7 @@ dependencies:
|
|
|
55
57
|
requirements:
|
|
56
58
|
- - ">="
|
|
57
59
|
- !ruby/object:Gem::Version
|
|
60
|
+
hash: 11
|
|
58
61
|
segments:
|
|
59
62
|
- 0
|
|
60
63
|
- 0
|
|
@@ -69,6 +72,7 @@ dependencies:
|
|
|
69
72
|
requirements:
|
|
70
73
|
- - ">="
|
|
71
74
|
- !ruby/object:Gem::Version
|
|
75
|
+
hash: 29
|
|
72
76
|
segments:
|
|
73
77
|
- 1
|
|
74
78
|
- 3
|
|
@@ -84,6 +88,7 @@ dependencies:
|
|
|
84
88
|
requirements:
|
|
85
89
|
- - ">="
|
|
86
90
|
- !ruby/object:Gem::Version
|
|
91
|
+
hash: 7
|
|
87
92
|
segments:
|
|
88
93
|
- 2
|
|
89
94
|
- 0
|
|
@@ -99,6 +104,7 @@ dependencies:
|
|
|
99
104
|
requirements:
|
|
100
105
|
- - ">="
|
|
101
106
|
- !ruby/object:Gem::Version
|
|
107
|
+
hash: 19
|
|
102
108
|
segments:
|
|
103
109
|
- 2
|
|
104
110
|
- 6
|
|
@@ -190,19 +196,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
196
|
requirements:
|
|
191
197
|
- - ">="
|
|
192
198
|
- !ruby/object:Gem::Version
|
|
199
|
+
hash: 3
|
|
193
200
|
segments:
|
|
194
201
|
- 0
|
|
195
202
|
version: "0"
|
|
196
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
204
|
none: false
|
|
198
205
|
requirements:
|
|
199
|
-
- - "
|
|
206
|
+
- - ">="
|
|
200
207
|
- !ruby/object:Gem::Version
|
|
208
|
+
hash: 3
|
|
201
209
|
segments:
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
- 1
|
|
205
|
-
version: 1.3.1
|
|
210
|
+
- 0
|
|
211
|
+
version: "0"
|
|
206
212
|
requirements: []
|
|
207
213
|
|
|
208
214
|
rubyforge_project: autobuild
|