travis 1.8.11.travis.1056.11 → 1.8.11.travis.1058.11
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 +6 -0
- 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: 73a7b0ccedc5ace0646fd2a9688f09dda9771ab2e7d716db785a3ec92eed4cc4
|
|
4
|
+
data.tar.gz: 544eb0466314f41de3ba0188c62e0fcfbd8307a4a88f4adee27b4250c7af497f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dfa2c831e4f5984f2abf8633525b270c4674bc5900dd54b33840dc742190ddfff662322ada8358271a6481f2cff2ccd41b7a9aee88d9451c6679aa3886e5448
|
|
7
|
+
data.tar.gz: d2b383c2bab8b5022f64c1d9ed29b3956f34530004897075dc9cd6bc75a44d30602e4296cf7b0018308bae1ec7d829da9e1538a419371e700740bdb71420a14d
|
data/README.md
CHANGED
|
@@ -2058,6 +2058,12 @@ For newer versions of Ubuntu (16.04 and above), it should be enough to run:
|
|
|
2058
2058
|
|
|
2059
2059
|
$ sudo apt-get install ruby-dev
|
|
2060
2060
|
|
|
2061
|
+
If you have error about `mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h`
|
|
2062
|
+
```console
|
|
2063
|
+
# try to run following cmd
|
|
2064
|
+
sudo apt-get install ruby-dev libffi-dev make gcc -y
|
|
2065
|
+
sudo gem install travis
|
|
2066
|
+
```
|
|
2061
2067
|
#### Mac OS X
|
|
2062
2068
|
|
|
2063
2069
|
If you start with a clean Mac OS X, you will have to install the XCode Command Line Tools, which are necessary for installing native extensions. You can do so via `xcode-select`:
|
data/travis.gemspec
CHANGED
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
"carlad",
|
|
26
26
|
"Mar\xC3\xADa de Ant\xC3\xB3n",
|
|
27
27
|
"mariadeanton",
|
|
28
|
+
"Alpha",
|
|
28
29
|
"Beau Bouchard",
|
|
29
30
|
"Corinna Wiesner",
|
|
30
31
|
"David Rodr\xC3\xADguez",
|
|
@@ -66,6 +67,7 @@ Gem::Specification.new do |s|
|
|
|
66
67
|
"carlad@users.noreply.github.com",
|
|
67
68
|
"mariadeanton@gmail.com",
|
|
68
69
|
"aakriti@travis-ci.org",
|
|
70
|
+
"AlphaWong@users.noreply.github.com",
|
|
69
71
|
"127320+BeauBouchard@users.noreply.github.com",
|
|
70
72
|
"wiesner@avarteq.de",
|
|
71
73
|
"deivid.rodriguez@gmail.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.11.travis.
|
|
4
|
+
version: 1.8.11.travis.1058.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -18,6 +18,7 @@ authors:
|
|
|
18
18
|
- carlad
|
|
19
19
|
- María de Antón
|
|
20
20
|
- mariadeanton
|
|
21
|
+
- Alpha
|
|
21
22
|
- Beau Bouchard
|
|
22
23
|
- Corinna Wiesner
|
|
23
24
|
- David Rodríguez
|
|
@@ -242,6 +243,7 @@ email:
|
|
|
242
243
|
- carlad@users.noreply.github.com
|
|
243
244
|
- mariadeanton@gmail.com
|
|
244
245
|
- aakriti@travis-ci.org
|
|
246
|
+
- AlphaWong@users.noreply.github.com
|
|
245
247
|
- 127320+BeauBouchard@users.noreply.github.com
|
|
246
248
|
- wiesner@avarteq.de
|
|
247
249
|
- deivid.rodriguez@gmail.com
|