ruboty-http_status 0.1.0 → 0.2.0

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: 68ccda02f963a8915df14fd5450c0b4e6e6e6797
4
- data.tar.gz: 1825ca7dd1e1df18b009df6f81f8cdb3d9b130bb
3
+ metadata.gz: d37d933ffeacc3ceeb6dff08310b0f7276e6a5f7
4
+ data.tar.gz: 119ebb99add1d519cf72e49c82d97fe653450d6d
5
5
  SHA512:
6
- metadata.gz: 213c444847d9f2c98ffefb3b027249b46cb4a3987c21585e4a55c6cf059f5bd11e0edf62f0b0ec1e53a4e0ad45b92201ca11cfb51ca618b6997e4ff174a60c7a
7
- data.tar.gz: 7b73458a1d1442d27f091a6208b638743d3937153d55c6b561a8c463a2871431c5e973948d8383394ff3678a00c41bd3a5fa30ef754c49b94c3925c79a2ae945
6
+ metadata.gz: 2f4cc861d5258967a120e871b2c9c138336c50b5937b4b8568113a6f5746d3f706429e3b106a9137439abd0af4a0ba667d07a3cde1e2356b339dd484b065868d
7
+ data.tar.gz: ee17242e4a42e3557443cdba709225321aab66d89f1b7d9af004d043de0eb45f23d718e0fe782237b2540b659c50230295ae75427484d86289fe1b4f564908ab
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Ruboty::HttpStatus
2
2
 
3
+ [![Build Status](https://travis-ci.org/tacahilo/ruboty-http_status.svg?branch=master)](https://travis-ci.org/tacahilo/ruboty-http_status)
4
+
3
5
  Display HTTP Status Code via [Ruboty](https://github.com/r7kamura/ruboty).
4
6
 
5
7
  ## Installation
@@ -40,7 +40,7 @@ module Ruboty
40
40
  end
41
41
 
42
42
  def url
43
- "http://httpstatus.es/#{code}"
43
+ "https://httpstatus.com/#{code}"
44
44
  end
45
45
  end
46
46
  end
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module HttpStatus
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-http_status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro OKUMURA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-02 00:00:00.000000000 Z
11
+ date: 2015-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboty
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  requirements: []
150
150
  rubyforge_project:
151
- rubygems_version: 2.4.5
151
+ rubygems_version: 2.4.5.1
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: 'Ruboty plugin: Display HTTP Status Codes'