statuscake 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: cadfeb6208f65420ba21cd45206682877393efa9
4
- data.tar.gz: 583b53dff5bff3175836ea7da8888f55702ebf1b
3
+ metadata.gz: cc748392e29469bd5c72ddb10167d6ac87ca6921
4
+ data.tar.gz: 073c2aab9f950a674845047046843471ddb6a205
5
5
  SHA512:
6
- metadata.gz: 7e5a1614546a72e8bf9ccc477082b0dfdc7128eda085afa7f142427e792d8730cc2fb81bea10742455abee0e0254874e895813a656f128a6144da61524855fb9
7
- data.tar.gz: d6c21211447748539f2fd1d54ad50bc9731fd983336611ebcfb6cd9175e1c24eefa7d80d9d23512ecd0440aa1379caee4bf94abbf9ec7957a978b8d223a63cb0
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 [Status Cake](https://www.statuscake.com/) API client library.
3
+ It is a [StatusCake](https://www.statuscake.com/) API client library.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/statuscake.svg)](http://badge.fury.io/rb/statuscake)
6
6
  [![Build Status](https://travis-ci.org/winebarrel/statuscake.svg?branch=master)](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
@@ -3,6 +3,6 @@ require 'faraday_middleware'
3
3
 
4
4
  module StatusCake; end
5
5
 
6
+ require 'statuscake/version'
6
7
  require 'statuscake/client'
7
8
  require 'statuscake/error'
8
- require 'statuscake/version'
@@ -1,3 +1,3 @@
1
1
  module StatusCake
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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-01-02 00:00:00.000000000 Z
11
+ date: 2015-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday