circleci 2.0.1 → 2.0.2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -2
- data/README.md +16 -16
- metadata +19 -19
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8ad4e015fa14b22d3b29b51d35c6a8e3aca2418
|
|
4
|
+
data.tar.gz: 40848b2303c89b7dccaf23c5ce6aa79b9845dd40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 736d7da462ffe4dedcc8d5e61652586b969b33a1ff5d862184fa7f8f7812a129d59e58170655bebe225a5f12edb0dd6bff1b7ffdaa1b04448f5514b7fc2db5b9
|
|
7
|
+
data.tar.gz: 54d0cf1b9ff93a4721f6e31d731ad698cc423024d93a283bd6a5955797db4f5bdf61e93739f252925e7d4dc4152433ad18e1ab0c7534b4272008967c680fbb29
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
��{�`#0����"ƫ;ť�Ar�9��YU#����C�/��`�CB��w������WRU����Xj
|
|
1
|
+
do��%0�u��B�Y��ŕԛ5�^g��P�nyJ���ư���R�l�`@Gn]�����|�֩�H�*�;�M�}yy0�Ai9������6�)C�\y�[�_��m�%,r}@ɰ��pM�
|
data/README.md
CHANGED
|
@@ -306,7 +306,7 @@ res.body['status']
|
|
|
306
306
|
res.body['build_url']
|
|
307
307
|
|
|
308
308
|
# Use a different config with another user token
|
|
309
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
309
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
310
310
|
project.build_branch 'branch'
|
|
311
311
|
```
|
|
312
312
|
|
|
@@ -407,7 +407,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
407
407
|
res = project.build_ssh_key 'username', 'repo', 'RSA private key', 'hostname'
|
|
408
408
|
|
|
409
409
|
# Use a different config with another user token
|
|
410
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
410
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
411
411
|
project.build_ssh_key 'username', 'repo', 'RSA private key', 'hostname'
|
|
412
412
|
```
|
|
413
413
|
|
|
@@ -430,7 +430,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
430
430
|
res = project.clear_cache
|
|
431
431
|
|
|
432
432
|
# Use a different config with another user token
|
|
433
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
433
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
434
434
|
project.clear_cache
|
|
435
435
|
```
|
|
436
436
|
|
|
@@ -453,7 +453,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
453
453
|
res = project.delete_checkout_key 'fingerprint'
|
|
454
454
|
|
|
455
455
|
# Use a different config with another user token
|
|
456
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
456
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
457
457
|
project.delete_checkout_key 'fingerprint'
|
|
458
458
|
```
|
|
459
459
|
|
|
@@ -476,7 +476,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
476
476
|
res = project.enable
|
|
477
477
|
|
|
478
478
|
# Use a different config with another user token
|
|
479
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
479
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
480
480
|
project.enable
|
|
481
481
|
```
|
|
482
482
|
|
|
@@ -569,7 +569,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
569
569
|
res = project.envvar
|
|
570
570
|
|
|
571
571
|
# Use a different config with another user token
|
|
572
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
572
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
573
573
|
project.envvar
|
|
574
574
|
```
|
|
575
575
|
|
|
@@ -591,7 +591,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
591
591
|
res = project.follow
|
|
592
592
|
|
|
593
593
|
# Use a different config with another user token
|
|
594
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
594
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
595
595
|
project.follow
|
|
596
596
|
```
|
|
597
597
|
|
|
@@ -616,7 +616,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
616
616
|
res = project.get_checkout_key 'fingerprint'
|
|
617
617
|
|
|
618
618
|
# Use a different config with another user token
|
|
619
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
619
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
620
620
|
project.get_checkout_key 'fingerprint
|
|
621
621
|
```
|
|
622
622
|
|
|
@@ -644,7 +644,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
644
644
|
res = project.checkout_keys
|
|
645
645
|
|
|
646
646
|
# Use a different config with another user token
|
|
647
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
647
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
648
648
|
project.checkout_keys
|
|
649
649
|
```
|
|
650
650
|
|
|
@@ -675,7 +675,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
675
675
|
res = project.new_checkout_key 'deploy-key'
|
|
676
676
|
|
|
677
677
|
# Use a different config with another user token
|
|
678
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
678
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
679
679
|
project.new_checkout_key 'deploy-key
|
|
680
680
|
```
|
|
681
681
|
|
|
@@ -709,7 +709,7 @@ res = project.recent_builds filter: 'failed'
|
|
|
709
709
|
res = project.recent_builds limit: 10, offset: 50
|
|
710
710
|
|
|
711
711
|
# Use a different config with another user token
|
|
712
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
712
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
713
713
|
project.recent_builds
|
|
714
714
|
```
|
|
715
715
|
|
|
@@ -760,7 +760,7 @@ res = project.recent_builds_branch 'branch', filter: 'failed'
|
|
|
760
760
|
res = project.recent_builds_branch 'branch', limit: 10, offset: 50
|
|
761
761
|
|
|
762
762
|
# Use a different config with another user token
|
|
763
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
763
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
764
764
|
project.recent_builds_branch 'branch'
|
|
765
765
|
```
|
|
766
766
|
|
|
@@ -805,7 +805,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
805
805
|
res = project.settings
|
|
806
806
|
|
|
807
807
|
# Use a different config with another user token
|
|
808
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
808
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
809
809
|
project.settings
|
|
810
810
|
```
|
|
811
811
|
|
|
@@ -890,7 +890,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
890
890
|
res = project.add_envvar environment
|
|
891
891
|
|
|
892
892
|
# Use a different config with another user token
|
|
893
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
893
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
894
894
|
project.add_envvar environment
|
|
895
895
|
```
|
|
896
896
|
|
|
@@ -913,7 +913,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
913
913
|
res = project.ssh_key 'RSA private key', 'hostname'
|
|
914
914
|
|
|
915
915
|
# Use a different config with another user token
|
|
916
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
916
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
917
917
|
project.ssh_key 'RSA private key', 'hostname'
|
|
918
918
|
```
|
|
919
919
|
|
|
@@ -936,7 +936,7 @@ project = CircleCi::Project.new 'username', 'reponame'
|
|
|
936
936
|
res = project.unfollow
|
|
937
937
|
|
|
938
938
|
# Use a different config with another user token
|
|
939
|
-
project = CircleCi::Project.new 'username', 'reponame', other_project_config
|
|
939
|
+
project = CircleCi::Project.new 'username', 'reponame', 'github', other_project_config
|
|
940
940
|
project.unfollow
|
|
941
941
|
```
|
|
942
942
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: circleci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chavez
|
|
@@ -12,25 +12,25 @@ cert_chain:
|
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
13
|
MIIDeDCCAmCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdjb250
|
|
14
14
|
YWN0MRkwFwYKCZImiZPyLGQBGRYJZWwtY2hhdmV6MRIwEAYKCZImiZPyLGQBGRYC
|
|
15
|
-
|
|
15
|
+
bWUwHhcNMTcxMDA0MTY0OTE5WhcNMTgxMDA0MTY0OTE5WjBBMRAwDgYDVQQDDAdj
|
|
16
16
|
b250YWN0MRkwFwYKCZImiZPyLGQBGRYJZWwtY2hhdmV6MRIwEAYKCZImiZPyLGQB
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
GRYCbWUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQD3S1PMDhKEvRYX
|
|
18
|
+
p6AoUsx/fAycagXv3WvLQuFB95HXHOQ0kcoy08GCSjy0ZExOAUS8KV3eIWtL49dp
|
|
19
|
+
UkgHP/lYbWb7fr+89YLu5TbsZiGiNuXCxeice8oW2czH0bRXZ3hVbiI8zH6A/SKf
|
|
20
|
+
ugDi14TpugfDPEPO5lk0rTui1/+/3lD+B8TjezihJ5lRf8zG1jHv1ukzOg8QcmOd
|
|
21
|
+
yBl1ej3NSY1oT7B1x8mtEGhtVFeguVwmrWdjXTBqV8cPWT1F6PmciOf6C8y6Ag37
|
|
22
|
+
evUHIEm+zmz00mvSnNt5fy8vxFMdNYWGV62IhKJXoAmWEDkSXVF05PfJN+9J28/H
|
|
23
|
+
HghllVKbAgMBAAGjezB5MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
|
|
24
|
+
BBSKVaQXw8IuISmQQFhwF0MXmaquFTAfBgNVHREEGDAWgRRjb250YWN0QGVsLWNo
|
|
25
25
|
YXZlei5tZTAfBgNVHRIEGDAWgRRjb250YWN0QGVsLWNoYXZlei5tZTANBgkqhkiG
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
9w0BAQUFAAOCAQEA7RxRH2gQ7g/ytmR9yrp1YvAd94Bb2ePWrqFvLhRtfN6cL5TZ
|
|
27
|
+
CrbzSseqAA2jKWEkjvEhvsCjEevghsDikHbPPrXooY7q7zawD1cdhFwFJMwLlX//
|
|
28
|
+
HuSCfkWqT8GMM8QDn12sJ1G9fnFVGEeX35w99JHrVoL5oJCnjApXs6dm3tAay2Hv
|
|
29
|
+
mQBXsAeLSKWF9hmS4tLQLiJU8AZqv9TxBfk49iXHbY41LuoKMZv7b2OuHqX9cdz1
|
|
30
|
+
Gyzp8WFLv1yPdHyGqulJLNTeTrX6l88VkaUp438wtcWQoM+Qpuf4m8tEyVDmkhQz
|
|
31
|
+
322/Jzl3jLNyDSMXzBnKNIkLVYY5ifp7cropxQ==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date:
|
|
33
|
+
date: 2018-01-28 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: coveralls
|
|
@@ -248,14 +248,14 @@ dependencies:
|
|
|
248
248
|
requirements:
|
|
249
249
|
- - "~>"
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 0.9.
|
|
251
|
+
version: 0.9.11
|
|
252
252
|
type: :development
|
|
253
253
|
prerelease: false
|
|
254
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
255
255
|
requirements:
|
|
256
256
|
- - "~>"
|
|
257
257
|
- !ruby/object:Gem::Version
|
|
258
|
-
version: 0.9.
|
|
258
|
+
version: 0.9.11
|
|
259
259
|
description: Ruby gem for Circle CI REST API
|
|
260
260
|
email: contact@el-chavez.me
|
|
261
261
|
executables: []
|
metadata.gz.sig
CHANGED
|
Binary file
|