pronto-circleci 1.0.0 → 1.0.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 +4 -4
- data/README.md +4 -1
- data/lib/pronto/circleci.rb +1 -1
- data/lib/pronto/circleci/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ea3a4be3b870ff1f449752fc575d785b514929f
|
4
|
+
data.tar.gz: 47f6551ea9890f3b180d328107f223e49bf704d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81063bc25e3f989506b43ffc35677bffc2a1737e65a2df8a565468332ee99960e2091f1f4f3ddfd51b391e49fa8815df343be1b1c369aa93ccbc01de02baee62
|
7
|
+
data.tar.gz: 09cb53359cd7048434be81fcad30a485bfef0a0d25f9e53801297456d456a1ae1de9f545f0453b32f7ca6dbe037d8fcf5f0aa92760682e1016699ee7d80a2f5b
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# pronto-circleci
|
2
2
|
|
3
|
+
[](https://badge.fury.io/rb/pronto-circleci)
|
4
|
+
[](https://circleci.com/gh/comparaonline/pronto-circleci/tree/master)
|
5
|
+
|
3
6
|
This gem allows to simply setup [pronto](https://github.com/prontolabs/pronto) along with **circleci** and **github**.
|
4
7
|
|
5
8
|
## Installation
|
@@ -33,7 +36,7 @@ test:
|
|
33
36
|
- bundle exec pronto-circleci
|
34
37
|
```
|
35
38
|
|
36
|
-
And finally setup an environment variable with a [Github access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use) in the [circleci environment configuration](https://circleci.com/docs/1.0/environment-variables/) of your repo with the name of: `
|
39
|
+
And finally setup an environment variable with a [Github access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use) in the [circleci environment configuration](https://circleci.com/docs/1.0/environment-variables/) of your repo with the name of: `PRONTO_GITHUB_ACCESS_TOKEN`.
|
37
40
|
|
38
41
|
|
39
42
|
## Usage
|
data/lib/pronto/circleci.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-circleci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joaquín Moreira
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
version: '0'
|
156
156
|
requirements: []
|
157
157
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.6.
|
158
|
+
rubygems_version: 2.6.12
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: Automate pronto run for use with circleci and github
|