semaphore_client 2.0.7 → 2.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a86f806ae2b12293cf27424db1d95d72747f5e70
4
- data.tar.gz: e480f1c3b94209a060a90ed0f64bd1dc3979d8d5
3
+ metadata.gz: ee98aae70ea5bd1d54703f31961d9184b320d85b
4
+ data.tar.gz: 9371df3dc0f4860e81d39e71f021e8a7fdd4f19c
5
5
  SHA512:
6
- metadata.gz: c88415e32ff1088a1a62ac9835f230d3805a91a60fd2f2d46ae8569434dec2991351e88a9a7fa54cfa737165ac8b9c35eb1662bef3f8c9797a30c8f3ea1e25cf
7
- data.tar.gz: bc517b36f311757640048b10ffb888aac1e4cf7d07ec3a9b738f5f44b4d656220f81cac3e0235c6092b9a38a12ebf055cfefefcbd1c48ec3d7a77ae556f2867a
6
+ metadata.gz: 42dc2fd8c9ba52521dac620a3f37b06a8b27aeda0ae33d48607e82ab43f2d5c4a393e2c215c175fa22ad17cd5b0701703a9cf2ccccfc8f879c03ee6503320c7c
7
+ data.tar.gz: 7ec684f98dc96b3170244d7cf3ace0b592d1ec8d2085712e98534721b0f2a1660b2506e1440252ba325120330a931a16f1af087e2a3d002c3fc41d1a1e404f5c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- semaphore_client (2.0.7)
4
+ semaphore_client (2.0.8)
5
5
  faraday
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,41 +1,18 @@
1
- # SemaphoreClient
1
+ # Semaphore Client
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/semaphore_client`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ [![Build Status](https://semaphoreci.com/api/v1/projects/a07c1244-d53a-462d-9c3b-0794881935df/1452738/badge.svg)](https://semaphoreci.com/renderedtext/semaphore-client)
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ ![Semaphore logo](https://d1dkupr86d302v.cloudfront.net/assets/application_bootstrap/layout/semaphore-logo-a6d954e176b6975b511f314a0cc808dc94a8030210077e3a6e904fbe69dc5354.svg)
6
6
 
7
- ## Installation
7
+ Semaphore Client is used to access Semaphore's API v2.
8
8
 
9
- Add this line to your application's Gemfile:
9
+ For more info about Semaphore see <https://www.semaphoreci.com>
10
10
 
11
- ```ruby
12
- gem 'semaphore_client'
13
- ```
11
+ For more info about Semaphore's API v2 see
12
+ <http://semaphoreci.com/docs/api-v2-overview.html>
14
13
 
15
- And then execute:
14
+ ## Issues
16
15
 
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install semaphore_client
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/semaphore_client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
16
+ For problems directly related to the Client, [add an issue on GitHub](https://github.com/renderedtext/semaphore-client/issues/new).
41
17
 
18
+ For other issues, [submit a support ticket](https://semaphoreci.com/support).
@@ -1,3 +1,3 @@
1
1
  class SemaphoreClient
2
- VERSION = "2.0.7"
2
+ VERSION = "2.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semaphore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovan Ivanović