circleci 0.0.9 → 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -7
  3. metadata +5 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 402e0d02d75df4024ffab0fce86b369518cafeaf
4
- data.tar.gz: 18b5dd2d68b60a7c3488616cdef164a10e77b4b5
3
+ metadata.gz: 4a2d74e84724e68add11b853522fb3ae35298cc2
4
+ data.tar.gz: df256d0f6ffe28489c6173910faf57a96e38e03b
5
5
  SHA512:
6
- metadata.gz: f0320a084eaf5106ad9e910979c3ad10c26a59ec8db7208cdfe7a053026f269f07c4b4e50813e7b7fb374acfafaa6d1448ccd2080ecf0a1caa36c5f4feeaf982
7
- data.tar.gz: 285c8235327f0d1cfa94f7c1a6221403b274f5d76dd4de2e62a7b38a2c0409ad4852cbfcef3464b3a90bfb89cfcefa1ca0695d0168bfa148d4eac1ce3a907e8d
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
- [![Build Status](https://travis-ci.org/mtchavez/circleci.png)](https://travis-ci.org/mtchavez/circleci)
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
- Run using ```rake```
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
- ## License
612
-
613
- Written by Chavez
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.9
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-04 00:00:00.000000000 Z
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.7.2
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.7.2
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: nailsbrokeandfell@gmail.com
268
+ email: chavez@example.com
275
269
  executables: []
276
270
  extensions: []
277
271
  extra_rdoc_files: