travis 1.8.14.travis.1172.9 → 1.8.14.travis.1175.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/README.md +1 -1
- data/travis.gemspec +4 -0
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2d8c574881a6d938a813d9d4b021428a1c6a724d27d8fabf15dac3cb8524985
|
|
4
|
+
data.tar.gz: cea29ea79ac18f0830258d88096f411c95cad3b6649844f6fc733610cee33e36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1229d95369da41acbf126353f35890c3f6e727b5f20c95f2a7cda9313a5778fc2cc83e13a9ba488fdb8c5202985447afb25bb187a3ed90a35349c723b8e06b18
|
|
7
|
+
data.tar.gz: 22ad9e2516d582df60c6c593d63f8a415ece3ef13b18623265bb53520ac2da39ce2e99103d21bd9c36969361e6a1d1d6e40ca6e73762b27ae22bd95f91a49e89
|
data/README.md
CHANGED
|
@@ -2065,7 +2065,7 @@ Ubuntu:
|
|
|
2065
2065
|
$ sudo apt-get install python-software-properties
|
|
2066
2066
|
$ sudo apt-add-repository ppa:brightbox/ruby-ng
|
|
2067
2067
|
$ sudo apt-get update
|
|
2068
|
-
$ sudo apt-get install ruby2.1 ruby-switch
|
|
2068
|
+
$ sudo apt-get install ruby2.1 ruby2.1-dev ruby-switch
|
|
2069
2069
|
$ sudo ruby-switch --set ruby2.1
|
|
2070
2070
|
|
|
2071
2071
|
Fedora:
|
data/travis.gemspec
CHANGED
|
@@ -31,6 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
"Andreas Tiefenthaler",
|
|
32
32
|
"Beau Bouchard",
|
|
33
33
|
"Corinna Wiesner",
|
|
34
|
+
"Dan Buch",
|
|
34
35
|
"David Rodr\xC3\xADguez",
|
|
35
36
|
"Eugene",
|
|
36
37
|
"Eugene Shubin",
|
|
@@ -65,6 +66,7 @@ Gem::Specification.new do |s|
|
|
|
65
66
|
"Rob Hoelz",
|
|
66
67
|
"Robert Van Voorhees",
|
|
67
68
|
"Simon Cropp",
|
|
69
|
+
"designerror",
|
|
68
70
|
"ia"
|
|
69
71
|
]
|
|
70
72
|
|
|
@@ -91,6 +93,7 @@ Gem::Specification.new do |s|
|
|
|
91
93
|
"at@an-ti.eu",
|
|
92
94
|
"127320+BeauBouchard@users.noreply.github.com",
|
|
93
95
|
"wiesner@avarteq.de",
|
|
96
|
+
"dan@meatballhat.com",
|
|
94
97
|
"deivid.rodriguez@gmail.com",
|
|
95
98
|
"eugene@travis-ci.org",
|
|
96
99
|
"51701929+eugene-travis@users.noreply.github.com",
|
|
@@ -127,6 +130,7 @@ Gem::Specification.new do |s|
|
|
|
127
130
|
"rcvanvo@gmail.com",
|
|
128
131
|
"simon.cropp@gmail.com",
|
|
129
132
|
"carla@travis-ci.org",
|
|
133
|
+
"designerror@yandex.ru",
|
|
130
134
|
"isaac.ardis@gmail.com"
|
|
131
135
|
]
|
|
132
136
|
|
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.1175.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -24,6 +24,7 @@ authors:
|
|
|
24
24
|
- Andreas Tiefenthaler
|
|
25
25
|
- Beau Bouchard
|
|
26
26
|
- Corinna Wiesner
|
|
27
|
+
- Dan Buch
|
|
27
28
|
- David Rodríguez
|
|
28
29
|
- Eugene
|
|
29
30
|
- Eugene Shubin
|
|
@@ -58,6 +59,7 @@ authors:
|
|
|
58
59
|
- Rob Hoelz
|
|
59
60
|
- Robert Van Voorhees
|
|
60
61
|
- Simon Cropp
|
|
62
|
+
- designerror
|
|
61
63
|
- ia
|
|
62
64
|
autorequire:
|
|
63
65
|
bindir: bin
|
|
@@ -281,6 +283,7 @@ email:
|
|
|
281
283
|
- at@an-ti.eu
|
|
282
284
|
- 127320+BeauBouchard@users.noreply.github.com
|
|
283
285
|
- wiesner@avarteq.de
|
|
286
|
+
- dan@meatballhat.com
|
|
284
287
|
- deivid.rodriguez@gmail.com
|
|
285
288
|
- eugene@travis-ci.org
|
|
286
289
|
- 51701929+eugene-travis@users.noreply.github.com
|
|
@@ -317,6 +320,7 @@ email:
|
|
|
317
320
|
- rcvanvo@gmail.com
|
|
318
321
|
- simon.cropp@gmail.com
|
|
319
322
|
- carla@travis-ci.org
|
|
323
|
+
- designerror@yandex.ru
|
|
320
324
|
- isaac.ardis@gmail.com
|
|
321
325
|
executables:
|
|
322
326
|
- travis
|