circleci 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -7
- metadata +5 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a2d74e84724e68add11b853522fb3ae35298cc2
|
4
|
+
data.tar.gz: df256d0f6ffe28489c6173910faf57a96e38e03b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f5caf0f1a526a46d6612e79b89d4b1838591e05a7ea879996daaac756b7b4a0fc31fdd76e0d4acfe319f1f859e40573272ad2a2a656de26b65039dae11e20c9
|
7
|
+
data.tar.gz: 7ae22ccccf2174d04d674ae33d1f87ad6987d24e85c3a35b14f06ab2b1c6c152df6b0e95ff775ca30a5d92e4766da105da0a64c9cb546fb0e3b46328eda6400d
|
data/README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
circleci
|
2
2
|
========
|
3
3
|
|
4
|
-
[![
|
4
|
+
[![Latest Version](https://img.shields.io/gem/v/circleci.svg)](http://rubygems.org/gems/circleci)
|
5
|
+
[![Circle CI](https://circleci.com/gh/mtchavez/circleci.svg?style=svg)](https://circleci.com/gh/mtchavez/circleci)
|
5
6
|
[![Code Climate](https://codeclimate.com/github/mtchavez/circleci.png)](https://codeclimate.com/github/mtchavez/circleci)
|
6
7
|
[![Coverage Status](https://coveralls.io/repos/mtchavez/circleci/badge.png)](https://coveralls.io/r/mtchavez/circleci)
|
7
8
|
|
@@ -606,10 +607,10 @@ res.body
|
|
606
607
|
|
607
608
|
### Tests
|
608
609
|
|
609
|
-
|
610
|
+
Tests are ran using Rspec and VCR for API interaction recording.
|
611
|
+
Run using `rake` or `rspec`. Please add tests for any new features or
|
612
|
+
endpoints added if you are contributing.
|
610
613
|
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
614
|
+
Tests are using a live CircleCi API token for this repository. Any tests
|
615
|
+
should be using this key, which is in the `.env` file. You should not have
|
616
|
+
to do anything outside of writing the tests against this repository.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: circleci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chavez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 1.7.2
|
19
|
+
version: '1.6'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 1.7.2
|
26
|
+
version: '1.6'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: coveralls
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -271,7 +265,7 @@ dependencies:
|
|
271
265
|
- !ruby/object:Gem::Version
|
272
266
|
version: 0.8.7.6
|
273
267
|
description: Wraps Circle CI API calls in a gem.
|
274
|
-
email:
|
268
|
+
email: chavez@example.com
|
275
269
|
executables: []
|
276
270
|
extensions: []
|
277
271
|
extra_rdoc_files:
|