statuscake 0.1.0 → 0.1.1
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/README.md +5 -1
- data/lib/statuscake.rb +1 -1
- data/lib/statuscake/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc748392e29469bd5c72ddb10167d6ac87ca6921
|
|
4
|
+
data.tar.gz: 073c2aab9f950a674845047046843471ddb6a205
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30ddf3a978ea157f8b92b86dc9d194dc3b64057ee4505a18033fc0191f0032988d3f3807b0139360abe74127f2e1e1745f973c7a4487db1535703e49f02c2bb4
|
|
7
|
+
data.tar.gz: 27106e07cf6d4846b9b25f43672ab619f11081fd0dfd2f92451799d4d622b6ac5a086e2702269d095eda45e4e395c6fdf3fa43f6663bd0d5d0422e597e68b012
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# StatusCake
|
|
2
2
|
|
|
3
|
-
It is a [
|
|
3
|
+
It is a [StatusCake](https://www.statuscake.com/) API client library.
|
|
4
4
|
|
|
5
5
|
[](http://badge.fury.io/rb/statuscake)
|
|
6
6
|
[](https://travis-ci.org/winebarrel/statuscake)
|
|
@@ -95,3 +95,7 @@ This is because [the original API](https://www.statuscake.com/api/Tests/Deleting
|
|
|
95
95
|
bundle install
|
|
96
96
|
bundle exec rake
|
|
97
97
|
```
|
|
98
|
+
|
|
99
|
+
## StatusCake API reference
|
|
100
|
+
|
|
101
|
+
* https://www.statuscake.com/api/index.md
|
data/lib/statuscake.rb
CHANGED
data/lib/statuscake/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: statuscake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Genki Sugawara
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|