travis 1.8.14.travis.1198.9 → 1.8.14.travis.1199.9
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.
- checksums.yaml +4 -4
- data/lib/travis/tools/completion.rb +1 -1
- data/travis.gemspec +2 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d8cc8ba95f88ad90ac6ecbd594e1c77094539f424a97aeb663b46d4da8f9581
|
|
4
|
+
data.tar.gz: 3cfc5c616abafbaef5abbd76d6d76ce347a51e7cd60d9347ee8cdba71daebb13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e005c07d73c866d6099bd2a44b707e3bea7f26735d5fb94e2ff6c75b07c222db6621f924a75b75f6bb77fb5951cd0da69eb8048112492e8f9e05c47479358e7
|
|
7
|
+
data.tar.gz: f004903b4b8a66349671e83863ad9068ed4520c4d112e4c4821ff69d245d009b1464f9830fdfc745dd174af1cb5700f250fa5db0516c4a79fde1eee4d67aebef
|
|
@@ -25,7 +25,7 @@ module Travis
|
|
|
25
25
|
RCS.each do |file|
|
|
26
26
|
next unless File.exist? file and File.writable? file
|
|
27
27
|
next if File.read(file).include? source
|
|
28
|
-
File.open(file, "a") { |f| f.puts("", "# added by travis gem", "[ -
|
|
28
|
+
File.open(file, "a") { |f| f.puts("", "# added by travis gem", "[ ! -s #{cmp_file} ] || #{source}") }
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
|
data/travis.gemspec
CHANGED
|
@@ -51,6 +51,7 @@ Gem::Specification.new do |s|
|
|
|
51
51
|
"Dominic Jodoin",
|
|
52
52
|
"Eric Herot",
|
|
53
53
|
"George Millo",
|
|
54
|
+
"Gunter Grodotzki",
|
|
54
55
|
"Harald Nordgren",
|
|
55
56
|
"HaraldNordgren",
|
|
56
57
|
"Igor",
|
|
@@ -121,6 +122,7 @@ Gem::Specification.new do |s|
|
|
|
121
122
|
"dominic@travis-ci.com",
|
|
122
123
|
"eric.github@herot.com",
|
|
123
124
|
"georgejulianmillo@gmail.com",
|
|
125
|
+
"gunter@grodotzki.co.za",
|
|
124
126
|
"haraldnordgren@gmail.com",
|
|
125
127
|
"haraldnordgren@gmail.com",
|
|
126
128
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.14.travis.
|
|
4
|
+
version: 1.8.14.travis.1199.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiro Asari
|
|
@@ -43,6 +43,7 @@ authors:
|
|
|
43
43
|
- Dominic Jodoin
|
|
44
44
|
- Eric Herot
|
|
45
45
|
- George Millo
|
|
46
|
+
- Gunter Grodotzki
|
|
46
47
|
- Harald Nordgren
|
|
47
48
|
- HaraldNordgren
|
|
48
49
|
- Igor
|
|
@@ -290,6 +291,7 @@ email:
|
|
|
290
291
|
- dominic@travis-ci.com
|
|
291
292
|
- eric.github@herot.com
|
|
292
293
|
- georgejulianmillo@gmail.com
|
|
294
|
+
- gunter@grodotzki.co.za
|
|
293
295
|
- haraldnordgren@gmail.com
|
|
294
296
|
- haraldnordgren@gmail.com
|
|
295
297
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|