mirage 3.0.0.alpha.8 → 3.0.0.alpha.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/mirage.gemspec +1 -1
- data/views/response.haml +13 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.0.alpha.
|
1
|
+
3.0.0.alpha.9
|
data/mirage.gemspec
CHANGED
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.
|
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:
|
352
|
+
hash: 3137989588752849454
|
353
353
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
354
354
|
none: false
|
355
355
|
requirements:
|