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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +10 -33
- data/lib/semaphore_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee98aae70ea5bd1d54703f31961d9184b320d85b
|
|
4
|
+
data.tar.gz: 9371df3dc0f4860e81d39e71f021e8a7fdd4f19c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42dc2fd8c9ba52521dac620a3f37b06a8b27aeda0ae33d48607e82ab43f2d5c4a393e2c215c175fa22ad17cd5b0701703a9cf2ccccfc8f879c03ee6503320c7c
|
|
7
|
+
data.tar.gz: 7ec684f98dc96b3170244d7cf3ace0b592d1ec8d2085712e98534721b0f2a1660b2506e1440252ba325120330a931a16f1af087e2a3d002c3fc41d1a1e404f5c
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,41 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Semaphore Client
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://semaphoreci.com/renderedtext/semaphore-client)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+

|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Semaphore Client is used to access Semaphore's API v2.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
For more info about Semaphore see <https://www.semaphoreci.com>
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
```
|
|
11
|
+
For more info about Semaphore's API v2 see
|
|
12
|
+
<http://semaphoreci.com/docs/api-v2-overview.html>
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
## Issues
|
|
16
15
|
|
|
17
|
-
|
|
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).
|