mirage 3.0.0.alpha.8 → 3.0.0.alpha.9

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/mirage.gemspec +1 -1
  3. data/views/response.haml +13 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.alpha.8
1
+ 3.0.0.alpha.9
data/mirage.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "mirage"
8
- s.version = "3.0.0.alpha.8"
8
+ s.version = "3.0.0.alpha.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leon Davis"]
data/views/response.haml CHANGED
@@ -5,6 +5,18 @@
5
5
  endpoint:
6
6
  #{response.name}
7
7
  %br
8
+ %label{:style => 'font-weight: bold'}
9
+ status:
10
+ #{response.response_spec.status}
11
+ %br
12
+ %label{:style => 'font-weight: bold'}
13
+ delay:
14
+ #{response.response_spec.delay}
15
+ %br
16
+ %label{:style => 'font-weight: bold'}
17
+ default:
18
+ #{response.default? ? 'true' : 'false'}
19
+ %br
8
20
  %label{:style => 'font-weight: bold'}
9
21
  required http method:
10
22
  #{response.request_spec.http_method}
@@ -21,4 +33,4 @@
21
33
  required body content:
22
34
  #{response.request_spec.body_content}
23
35
  %br
24
- %br
36
+ %br
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mirage
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.alpha.8
4
+ version: 3.0.0.alpha.9
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -349,7 +349,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  segments:
351
351
  - 0
352
- hash: 2734464548615377755
352
+ hash: 3137989588752849454
353
353
  required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  none: false
355
355
  requirements: