travis 1.8.1.travis.717.4 → 1.8.1
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 +5 -13
- data/README.md +2 -2
- data/assets/travis.sh +1 -1
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +43 -33
- metadata +73 -60
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MzQ3MGZiOGFlYjhhZWFlMjUwMDMzNDNmZjU3ZGFmMjVhNTExMWRhOA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7c2d574eb225aff37f6c3f1b9e9e8aad26c2d066
|
4
|
+
data.tar.gz: fbd9365b5efc43879864cce8a784ebcdc023459e
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
YTYxMmEzNGQ3ODM5MjVkNGQxNGFmNjgwNTIwZDMwMGExYWE4N2QzYzcxODAw
|
11
|
-
YjczMjZhYzk3ZDAwYThkYzI3ZGI3NGI5N2RhYTJjZGYzMmMxYjY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NTllODljZWI5NTljOWY1NjYyNzMxODU1OGJjMGM5MjQ5NmFiMmU3M2JlYTEz
|
14
|
-
NmI0NjdmM2E2OTFhN2E0NzFkYTM1N2E1ZTVhZjE5YWFkNzkwOGY0OTgzNmI0
|
15
|
-
NjBmOTdmYTE4NmViMTIzZjMwN2UwMjkyNjk4NDAxZjEzYWYxYzk=
|
6
|
+
metadata.gz: a354b118256cef2aed5d3fe88ef32acabbc9182f0f769b93cb16371cb7ac8e8f7774277e75d8e48cfa33c63197f79bf196e170c799023cf13f18d51aba39181a
|
7
|
+
data.tar.gz: 11dfb82c3317502e3c633db78120e3d73c81f0563edec1108d6097b15e7f5227aa79d668669322c168fa4be011f785c1abda28fb76920f4a634d6c1066b5cac1
|
data/README.md
CHANGED
@@ -1966,12 +1966,12 @@ You can check your Ruby version by running `ruby -v`:
|
|
1966
1966
|
|
1967
1967
|
Then run:
|
1968
1968
|
|
1969
|
-
$ gem install travis -v 1.8.
|
1969
|
+
$ gem install travis -v 1.8.1 --no-rdoc --no-ri
|
1970
1970
|
|
1971
1971
|
Now make sure everything is working:
|
1972
1972
|
|
1973
1973
|
$ travis version
|
1974
|
-
1.8.
|
1974
|
+
1.8.1
|
1975
1975
|
|
1976
1976
|
See also [Note on Ubuntu](#ubuntu) below.
|
1977
1977
|
|
data/assets/travis.sh
CHANGED
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
21
21
|
compdef _travis travis
|
22
22
|
_travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
23
23
|
_travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" lint:"display warnings for a .travis.yml" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" sshkey:"checks, updates or deletes an SSH key" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
|
24
|
-
_travis_setup() { list=(anynines:
|
24
|
+
_travis_setup() { list=(anynines:"automatic deployment to anynines" appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" biicode:"automatic publish to biicode" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" codedeploy:"triggering a new deployment on Amazon CodeDeploy" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" hackage:"automatic deployment of hackage packages" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s3:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
|
25
25
|
_travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests" maximum_number_of_builds:"Maximum number of concurrent builds") _describe -t common-commands 'common commands' list; }
|
26
26
|
_travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
|
27
27
|
_travis_option() {
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
# general infos
|
4
4
|
s.name = "travis"
|
5
|
-
s.version = "1.8.
|
5
|
+
s.version = "1.8.1"
|
6
6
|
s.description = "CLI and Ruby client library for Travis CI"
|
7
7
|
s.homepage = "https://github.com/travis-ci/travis.rb"
|
8
8
|
s.summary = "Travis CI client"
|
@@ -17,43 +17,49 @@ Gem::Specification.new do |s|
|
|
17
17
|
"joshua-anderson",
|
18
18
|
"Aaron Hill",
|
19
19
|
"Peter Souter",
|
20
|
+
"Christopher Grim",
|
20
21
|
"Peter van Dijk",
|
21
22
|
"Max Barnash",
|
22
|
-
"Mathias Meyer",
|
23
|
-
"Dan Buch",
|
24
23
|
"Carlos Palhares",
|
25
|
-
"
|
24
|
+
"Dan Buch",
|
25
|
+
"Mathias Meyer",
|
26
|
+
"Corinna Wiesner",
|
27
|
+
"Stefan Nordhausen",
|
26
28
|
"Thais Camilo and Konstantin Haase",
|
29
|
+
"Andreas Tiefenthaler",
|
30
|
+
"David Rodr\xC3\xADguez",
|
31
|
+
"Jon-Erik Schneiderhan",
|
32
|
+
"Jonne Ha\xC3\x9F",
|
33
|
+
"Josh Kalderimis",
|
27
34
|
"Julia S.Simon",
|
28
35
|
"Justin Lambert",
|
36
|
+
"Benjamin Manns",
|
37
|
+
"Laurent Petit",
|
29
38
|
"Maarten van Vliet",
|
30
39
|
"Mario Visic",
|
40
|
+
"Adam Lavin",
|
31
41
|
"Matthias Bussonnier",
|
32
|
-
"
|
42
|
+
"Basarat Ali Syed",
|
43
|
+
"Eric Herot",
|
33
44
|
"Miro Hron\xC4\x8Dok",
|
34
45
|
"Neamar",
|
35
46
|
"Nicolas Bessi (nbessi)",
|
47
|
+
"Peter Bengtsson",
|
48
|
+
"Adrien Brault",
|
36
49
|
"Piotr Sarnacki",
|
37
50
|
"Rapha\xC3\xABl Pinson",
|
38
51
|
"Rob Hoelz",
|
52
|
+
"Robert Van Voorhees",
|
39
53
|
"Tobias Wilken",
|
40
54
|
"Zachary Gershman",
|
41
55
|
"Zachary Scott",
|
42
56
|
"jeffdh",
|
43
57
|
"john muhl",
|
44
|
-
"
|
45
|
-
"Adam Lavin",
|
46
|
-
"Adrien Brault",
|
47
|
-
"Basarat Ali Syed",
|
48
|
-
"Benjamin Manns",
|
49
|
-
"Daniel Chatfield",
|
50
|
-
"Eric Herot",
|
58
|
+
"Michael Mior",
|
51
59
|
"George Millo",
|
60
|
+
"Daniel Chatfield",
|
52
61
|
"Jacob Burkhart",
|
53
|
-
"Joe Rafaniello"
|
54
|
-
"Jon-Erik Schneiderhan",
|
55
|
-
"Jonne Ha\xC3\x9F",
|
56
|
-
"Josh Kalderimis"
|
62
|
+
"Joe Rafaniello"
|
57
63
|
]
|
58
64
|
|
59
65
|
# generated from git shortlog -sne
|
@@ -64,43 +70,49 @@ Gem::Specification.new do |s|
|
|
64
70
|
"j@zatigo.com",
|
65
71
|
"aa1ronham@gmail.com",
|
66
72
|
"p.morsou@gmail.com",
|
73
|
+
"chrisg@luminal.io",
|
67
74
|
"peter.van.dijk@netherlabs.nl",
|
68
75
|
"i.am@anhero.ru",
|
69
|
-
"meyer@paperplanes.de",
|
70
|
-
"dan@meatballhat.com",
|
71
76
|
"me@xjunior.me",
|
72
|
-
"
|
77
|
+
"dan@meatballhat.com",
|
78
|
+
"meyer@paperplanes.de",
|
79
|
+
"wiesner@avarteq.de",
|
80
|
+
"stefan.nordhausen@immobilienscout24.de",
|
73
81
|
"dev+narwen+rkh@rkh.im",
|
82
|
+
"at@an-ti.eu",
|
83
|
+
"deivid.rodriguez@gmail.com",
|
84
|
+
"jon-erik.schneiderhan@meyouhealth.com",
|
85
|
+
"me@jhass.eu",
|
86
|
+
"josh.kalderimis@gmail.com",
|
74
87
|
"julia.simon@biicode.com",
|
75
88
|
"jlambert@eml.cc",
|
89
|
+
"benmanns@gmail.com",
|
90
|
+
"laurent.petit@gmail.com",
|
76
91
|
"maartenvanvliet@gmail.com",
|
77
92
|
"mario@mariovisic.com",
|
93
|
+
"adam@lavoaster.co.uk",
|
78
94
|
"bussonniermatthias@gmail.com",
|
79
|
-
"
|
95
|
+
"basaratali@gmail.com",
|
96
|
+
"eric.github@herot.com",
|
80
97
|
"miro@hroncok.cz",
|
81
98
|
"neamar@neamar.fr",
|
82
99
|
"nbessi@users.noreply.github.com",
|
100
|
+
"peterbe@mozilla.com",
|
101
|
+
"adrien.brault@gmail.com",
|
83
102
|
"drogus@gmail.com",
|
84
103
|
"raphael.pinson@camptocamp.com",
|
85
104
|
"rob@hoelz.ro",
|
105
|
+
"rcvanvo@gmail.com",
|
86
106
|
"tw@cloudcontrol.de",
|
87
107
|
"pair+zg@pivotallabs.com",
|
88
108
|
"e@zzak.io",
|
89
109
|
"jeffdh@gmail.com",
|
90
110
|
"git@johnmuhl.com",
|
91
|
-
"
|
92
|
-
"adam@lavoaster.co.uk",
|
93
|
-
"adrien.brault@gmail.com",
|
94
|
-
"basaratali@gmail.com",
|
95
|
-
"benmanns@gmail.com",
|
96
|
-
"chatfielddaniel@gmail.com",
|
97
|
-
"eric.github@herot.com",
|
111
|
+
"mmior@uwaterloo.ca",
|
98
112
|
"georgejulianmillo@gmail.com",
|
113
|
+
"chatfielddaniel@gmail.com",
|
99
114
|
"jburkhart@engineyard.com",
|
100
|
-
"jrafanie@users.noreply.github.com"
|
101
|
-
"jon-erik.schneiderhan@meyouhealth.com",
|
102
|
-
"me@jhass.eu",
|
103
|
-
"josh.kalderimis@gmail.com"
|
115
|
+
"jrafanie@users.noreply.github.com"
|
104
116
|
]
|
105
117
|
|
106
118
|
# generated from git ls-files
|
@@ -286,8 +298,6 @@ Gem::Specification.new do |s|
|
|
286
298
|
"spec/support/fake_github.rb",
|
287
299
|
"spec/support/helpers.rb",
|
288
300
|
"spec/travis_spec.rb",
|
289
|
-
"travis.gemspec",
|
290
|
-
"travis.gemspec",
|
291
301
|
"travis.gemspec"
|
292
302
|
]
|
293
303
|
|
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.1
|
4
|
+
version: 1.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -10,212 +10,218 @@ authors:
|
|
10
10
|
- joshua-anderson
|
11
11
|
- Aaron Hill
|
12
12
|
- Peter Souter
|
13
|
+
- Christopher Grim
|
13
14
|
- Peter van Dijk
|
14
15
|
- Max Barnash
|
15
|
-
- Mathias Meyer
|
16
|
-
- Dan Buch
|
17
16
|
- Carlos Palhares
|
18
|
-
-
|
17
|
+
- Dan Buch
|
18
|
+
- Mathias Meyer
|
19
|
+
- Corinna Wiesner
|
20
|
+
- Stefan Nordhausen
|
19
21
|
- Thais Camilo and Konstantin Haase
|
22
|
+
- Andreas Tiefenthaler
|
23
|
+
- David Rodríguez
|
24
|
+
- Jon-Erik Schneiderhan
|
25
|
+
- Jonne Haß
|
26
|
+
- Josh Kalderimis
|
20
27
|
- Julia S.Simon
|
21
28
|
- Justin Lambert
|
29
|
+
- Benjamin Manns
|
30
|
+
- Laurent Petit
|
22
31
|
- Maarten van Vliet
|
23
32
|
- Mario Visic
|
33
|
+
- Adam Lavin
|
24
34
|
- Matthias Bussonnier
|
25
|
-
-
|
35
|
+
- Basarat Ali Syed
|
36
|
+
- Eric Herot
|
26
37
|
- Miro Hrončok
|
27
38
|
- Neamar
|
28
39
|
- Nicolas Bessi (nbessi)
|
40
|
+
- Peter Bengtsson
|
41
|
+
- Adrien Brault
|
29
42
|
- Piotr Sarnacki
|
30
43
|
- Raphaël Pinson
|
31
44
|
- Rob Hoelz
|
45
|
+
- Robert Van Voorhees
|
32
46
|
- Tobias Wilken
|
33
47
|
- Zachary Gershman
|
34
48
|
- Zachary Scott
|
35
49
|
- jeffdh
|
36
50
|
- john muhl
|
37
|
-
-
|
38
|
-
- Adam Lavin
|
39
|
-
- Adrien Brault
|
40
|
-
- Basarat Ali Syed
|
41
|
-
- Benjamin Manns
|
42
|
-
- Daniel Chatfield
|
43
|
-
- Eric Herot
|
51
|
+
- Michael Mior
|
44
52
|
- George Millo
|
53
|
+
- Daniel Chatfield
|
45
54
|
- Jacob Burkhart
|
46
55
|
- Joe Rafaniello
|
47
|
-
- Jon-Erik Schneiderhan
|
48
|
-
- Jonne Haß
|
49
|
-
- Josh Kalderimis
|
50
56
|
autorequire:
|
51
57
|
bindir: bin
|
52
58
|
cert_chain: []
|
53
|
-
date: 2016-01-
|
59
|
+
date: 2016-01-07 00:00:00.000000000 Z
|
54
60
|
dependencies:
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: faraday
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
58
64
|
requirements:
|
59
|
-
- - ~>
|
65
|
+
- - "~>"
|
60
66
|
- !ruby/object:Gem::Version
|
61
67
|
version: '0.9'
|
62
68
|
type: :runtime
|
63
69
|
prerelease: false
|
64
70
|
version_requirements: !ruby/object:Gem::Requirement
|
65
71
|
requirements:
|
66
|
-
- - ~>
|
72
|
+
- - "~>"
|
67
73
|
- !ruby/object:Gem::Version
|
68
74
|
version: '0.9'
|
69
75
|
- !ruby/object:Gem::Dependency
|
70
76
|
name: faraday_middleware
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
72
78
|
requirements:
|
73
|
-
- - ~>
|
79
|
+
- - "~>"
|
74
80
|
- !ruby/object:Gem::Version
|
75
81
|
version: '0.9'
|
76
|
-
- -
|
82
|
+
- - ">="
|
77
83
|
- !ruby/object:Gem::Version
|
78
84
|
version: 0.9.1
|
79
85
|
type: :runtime
|
80
86
|
prerelease: false
|
81
87
|
version_requirements: !ruby/object:Gem::Requirement
|
82
88
|
requirements:
|
83
|
-
- - ~>
|
89
|
+
- - "~>"
|
84
90
|
- !ruby/object:Gem::Version
|
85
91
|
version: '0.9'
|
86
|
-
- -
|
92
|
+
- - ">="
|
87
93
|
- !ruby/object:Gem::Version
|
88
94
|
version: 0.9.1
|
89
95
|
- !ruby/object:Gem::Dependency
|
90
96
|
name: highline
|
91
97
|
requirement: !ruby/object:Gem::Requirement
|
92
98
|
requirements:
|
93
|
-
- - ~>
|
99
|
+
- - "~>"
|
94
100
|
- !ruby/object:Gem::Version
|
95
101
|
version: '1.6'
|
96
102
|
type: :runtime
|
97
103
|
prerelease: false
|
98
104
|
version_requirements: !ruby/object:Gem::Requirement
|
99
105
|
requirements:
|
100
|
-
- - ~>
|
106
|
+
- - "~>"
|
101
107
|
- !ruby/object:Gem::Version
|
102
108
|
version: '1.6'
|
103
109
|
- !ruby/object:Gem::Dependency
|
104
110
|
name: backports
|
105
111
|
requirement: !ruby/object:Gem::Requirement
|
106
112
|
requirements:
|
107
|
-
- -
|
113
|
+
- - ">="
|
108
114
|
- !ruby/object:Gem::Version
|
109
115
|
version: '0'
|
110
116
|
type: :runtime
|
111
117
|
prerelease: false
|
112
118
|
version_requirements: !ruby/object:Gem::Requirement
|
113
119
|
requirements:
|
114
|
-
- -
|
120
|
+
- - ">="
|
115
121
|
- !ruby/object:Gem::Version
|
116
122
|
version: '0'
|
117
123
|
- !ruby/object:Gem::Dependency
|
118
124
|
name: gh
|
119
125
|
requirement: !ruby/object:Gem::Requirement
|
120
126
|
requirements:
|
121
|
-
- - ~>
|
127
|
+
- - "~>"
|
122
128
|
- !ruby/object:Gem::Version
|
123
129
|
version: '0.13'
|
124
130
|
type: :runtime
|
125
131
|
prerelease: false
|
126
132
|
version_requirements: !ruby/object:Gem::Requirement
|
127
133
|
requirements:
|
128
|
-
- - ~>
|
134
|
+
- - "~>"
|
129
135
|
- !ruby/object:Gem::Version
|
130
136
|
version: '0.13'
|
131
137
|
- !ruby/object:Gem::Dependency
|
132
138
|
name: launchy
|
133
139
|
requirement: !ruby/object:Gem::Requirement
|
134
140
|
requirements:
|
135
|
-
- - ~>
|
141
|
+
- - "~>"
|
136
142
|
- !ruby/object:Gem::Version
|
137
143
|
version: '2.1'
|
138
144
|
type: :runtime
|
139
145
|
prerelease: false
|
140
146
|
version_requirements: !ruby/object:Gem::Requirement
|
141
147
|
requirements:
|
142
|
-
- - ~>
|
148
|
+
- - "~>"
|
143
149
|
- !ruby/object:Gem::Version
|
144
150
|
version: '2.1'
|
145
151
|
- !ruby/object:Gem::Dependency
|
146
152
|
name: typhoeus
|
147
153
|
requirement: !ruby/object:Gem::Requirement
|
148
154
|
requirements:
|
149
|
-
- - ~>
|
155
|
+
- - "~>"
|
150
156
|
- !ruby/object:Gem::Version
|
151
157
|
version: '0.6'
|
152
|
-
- -
|
158
|
+
- - ">="
|
153
159
|
- !ruby/object:Gem::Version
|
154
160
|
version: 0.6.8
|
155
161
|
type: :runtime
|
156
162
|
prerelease: false
|
157
163
|
version_requirements: !ruby/object:Gem::Requirement
|
158
164
|
requirements:
|
159
|
-
- - ~>
|
165
|
+
- - "~>"
|
160
166
|
- !ruby/object:Gem::Version
|
161
167
|
version: '0.6'
|
162
|
-
- -
|
168
|
+
- - ">="
|
163
169
|
- !ruby/object:Gem::Version
|
164
170
|
version: 0.6.8
|
165
171
|
- !ruby/object:Gem::Dependency
|
166
172
|
name: pusher-client
|
167
173
|
requirement: !ruby/object:Gem::Requirement
|
168
174
|
requirements:
|
169
|
-
- - ~>
|
175
|
+
- - "~>"
|
170
176
|
- !ruby/object:Gem::Version
|
171
177
|
version: '0.4'
|
172
178
|
type: :runtime
|
173
179
|
prerelease: false
|
174
180
|
version_requirements: !ruby/object:Gem::Requirement
|
175
181
|
requirements:
|
176
|
-
- - ~>
|
182
|
+
- - "~>"
|
177
183
|
- !ruby/object:Gem::Version
|
178
184
|
version: '0.4'
|
179
185
|
- !ruby/object:Gem::Dependency
|
180
186
|
name: rspec
|
181
187
|
requirement: !ruby/object:Gem::Requirement
|
182
188
|
requirements:
|
183
|
-
- - ~>
|
189
|
+
- - "~>"
|
184
190
|
- !ruby/object:Gem::Version
|
185
191
|
version: '2.12'
|
186
192
|
type: :development
|
187
193
|
prerelease: false
|
188
194
|
version_requirements: !ruby/object:Gem::Requirement
|
189
195
|
requirements:
|
190
|
-
- - ~>
|
196
|
+
- - "~>"
|
191
197
|
- !ruby/object:Gem::Version
|
192
198
|
version: '2.12'
|
193
199
|
- !ruby/object:Gem::Dependency
|
194
200
|
name: sinatra
|
195
201
|
requirement: !ruby/object:Gem::Requirement
|
196
202
|
requirements:
|
197
|
-
- - ~>
|
203
|
+
- - "~>"
|
198
204
|
- !ruby/object:Gem::Version
|
199
205
|
version: '1.3'
|
200
206
|
type: :development
|
201
207
|
prerelease: false
|
202
208
|
version_requirements: !ruby/object:Gem::Requirement
|
203
209
|
requirements:
|
204
|
-
- - ~>
|
210
|
+
- - "~>"
|
205
211
|
- !ruby/object:Gem::Version
|
206
212
|
version: '1.3'
|
207
213
|
- !ruby/object:Gem::Dependency
|
208
214
|
name: rack-test
|
209
215
|
requirement: !ruby/object:Gem::Requirement
|
210
216
|
requirements:
|
211
|
-
- - ~>
|
217
|
+
- - "~>"
|
212
218
|
- !ruby/object:Gem::Version
|
213
219
|
version: '0.6'
|
214
220
|
type: :development
|
215
221
|
prerelease: false
|
216
222
|
version_requirements: !ruby/object:Gem::Requirement
|
217
223
|
requirements:
|
218
|
-
- - ~>
|
224
|
+
- - "~>"
|
219
225
|
- !ruby/object:Gem::Version
|
220
226
|
version: '0.6'
|
221
227
|
description: CLI and Ruby client library for Travis CI
|
@@ -226,43 +232,49 @@ email:
|
|
226
232
|
- j@zatigo.com
|
227
233
|
- aa1ronham@gmail.com
|
228
234
|
- p.morsou@gmail.com
|
235
|
+
- chrisg@luminal.io
|
229
236
|
- peter.van.dijk@netherlabs.nl
|
230
237
|
- i.am@anhero.ru
|
231
|
-
- meyer@paperplanes.de
|
232
|
-
- dan@meatballhat.com
|
233
238
|
- me@xjunior.me
|
234
|
-
-
|
239
|
+
- dan@meatballhat.com
|
240
|
+
- meyer@paperplanes.de
|
241
|
+
- wiesner@avarteq.de
|
242
|
+
- stefan.nordhausen@immobilienscout24.de
|
235
243
|
- dev+narwen+rkh@rkh.im
|
244
|
+
- at@an-ti.eu
|
245
|
+
- deivid.rodriguez@gmail.com
|
246
|
+
- jon-erik.schneiderhan@meyouhealth.com
|
247
|
+
- me@jhass.eu
|
248
|
+
- josh.kalderimis@gmail.com
|
236
249
|
- julia.simon@biicode.com
|
237
250
|
- jlambert@eml.cc
|
251
|
+
- benmanns@gmail.com
|
252
|
+
- laurent.petit@gmail.com
|
238
253
|
- maartenvanvliet@gmail.com
|
239
254
|
- mario@mariovisic.com
|
255
|
+
- adam@lavoaster.co.uk
|
240
256
|
- bussonniermatthias@gmail.com
|
241
|
-
-
|
257
|
+
- basaratali@gmail.com
|
258
|
+
- eric.github@herot.com
|
242
259
|
- miro@hroncok.cz
|
243
260
|
- neamar@neamar.fr
|
244
261
|
- nbessi@users.noreply.github.com
|
262
|
+
- peterbe@mozilla.com
|
263
|
+
- adrien.brault@gmail.com
|
245
264
|
- drogus@gmail.com
|
246
265
|
- raphael.pinson@camptocamp.com
|
247
266
|
- rob@hoelz.ro
|
267
|
+
- rcvanvo@gmail.com
|
248
268
|
- tw@cloudcontrol.de
|
249
269
|
- pair+zg@pivotallabs.com
|
250
270
|
- e@zzak.io
|
251
271
|
- jeffdh@gmail.com
|
252
272
|
- git@johnmuhl.com
|
253
|
-
-
|
254
|
-
- adam@lavoaster.co.uk
|
255
|
-
- adrien.brault@gmail.com
|
256
|
-
- basaratali@gmail.com
|
257
|
-
- benmanns@gmail.com
|
258
|
-
- chatfielddaniel@gmail.com
|
259
|
-
- eric.github@herot.com
|
273
|
+
- mmior@uwaterloo.ca
|
260
274
|
- georgejulianmillo@gmail.com
|
275
|
+
- chatfielddaniel@gmail.com
|
261
276
|
- jburkhart@engineyard.com
|
262
277
|
- jrafanie@users.noreply.github.com
|
263
|
-
- jon-erik.schneiderhan@meyouhealth.com
|
264
|
-
- me@jhass.eu
|
265
|
-
- josh.kalderimis@gmail.com
|
266
278
|
executables:
|
267
279
|
- travis
|
268
280
|
extensions: []
|
@@ -460,18 +472,19 @@ require_paths:
|
|
460
472
|
- lib
|
461
473
|
required_ruby_version: !ruby/object:Gem::Requirement
|
462
474
|
requirements:
|
463
|
-
- -
|
475
|
+
- - ">="
|
464
476
|
- !ruby/object:Gem::Version
|
465
477
|
version: '0'
|
466
478
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
467
479
|
requirements:
|
468
|
-
- -
|
480
|
+
- - ">="
|
469
481
|
- !ruby/object:Gem::Version
|
470
|
-
version:
|
482
|
+
version: '0'
|
471
483
|
requirements: []
|
472
484
|
rubyforge_project:
|
473
|
-
rubygems_version: 2.4.
|
485
|
+
rubygems_version: 2.4.3
|
474
486
|
signing_key:
|
475
487
|
specification_version: 4
|
476
488
|
summary: Travis CI client
|
477
489
|
test_files: []
|
490
|
+
has_rdoc:
|