cirro-ruby-client 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90ef4e3b2eec3a5746f2592a6c201860d475ecc821206b699dafdd8a6ac12cd5
4
- data.tar.gz: 5d4ecb0ea0c6e2a59505b46ac765e44e57a5e508ea3f355d7748887bd3ea1262
3
+ metadata.gz: 9d0246cb292156f808c22a349f7739ba1b76c8356d2780c4736d494b4923aec7
4
+ data.tar.gz: aabd41bc3c27bd0a6f053475931e27ffbe367ae817b6f5b166204c320ab0243b
5
5
  SHA512:
6
- metadata.gz: a4d3bff833b2204df8a8c6af7b54e6b61cdd849262aea8dac29870b22d397ad8915aeb50c36b7e186bec433f5aa68999bec673a8071d9f930d785a5a960e40d8
7
- data.tar.gz: 7bbef31c78ba734ac45adccd83b0d7785aedc6f09d405b8e7e2850398bfc4951caeef07ae64c02d66d596b11421cb4a30f2e85f732f7ba5db872a8f4534833e0
6
+ metadata.gz: b24ad7bc157ff3399d4afb6eef59265bb43c63d47b7f00d4fecdb1975d56509a3107f07401303052a5efe83d41a05fd0d5de403e8209bc4ff8379c8a28b2f3d0
7
+ data.tar.gz: 31d6789e35ff776fd0800c600b9e606d3d7bb72cb1302d688e32c5d81b1693fe4ea6f397ede1692b2cbaf8f806f2baccad90fbd102e85b026b26f218f69afd6d
@@ -64,3 +64,7 @@ workflows:
64
64
  - deploy:
65
65
  requires:
66
66
  - build
67
+ filters:
68
+ branches:
69
+ only:
70
+ - master
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This gem provides access to the [Cirro REST API](https://staging.cirro.io/api-docs/v1#cirro-api-documentation).
4
4
 
5
+ [![CircleCI](https://circleci.com/gh/test-IO/cirro-ruby-client/tree/master.svg?style=svg)](https://circleci.com/gh/test-IO/cirro-ruby-client/tree/master)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirro-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cirro Dev Team