daddy 0.2.11 → 0.2.12

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: a5e5cd1e144733537b6c690970ec1cc2b010d8d5
4
- data.tar.gz: 4fc61857ae0821c6dc5adba57151eb5ac866ba15
3
+ metadata.gz: 73f1816d995079c15c31166434b1901e91b7703a
4
+ data.tar.gz: 88e2987c1b79e2b5c1e6ff94466c9ae5b1640431
5
5
  SHA512:
6
- metadata.gz: 86c7548dce7b6c4421855c9cbd3d2b8d62517188b206d305d41e1ab2a9331dabfd6364877b7d58e930e334097b81efcf5b33972fb59ad48bebc10819213878f3
7
- data.tar.gz: 9be99c32e749c7468a4da751a60a153af00e55b1a189c5da614727a2dedb30b4ec2d79a9d0d61d5348aac70eb9c039d8fa5b7123475197a80665f3f5bbdba7a1
6
+ metadata.gz: 1950fefd2010ccb6819016e517903919ec808c615cefaab20482285339a6dc5055c7e2fa134660f0f5b33120461fa6493ed7184ad4d5791435bbcb1e599af6d8
7
+ data.tar.gz: 39403aa998b88bbd11a3c53829b7e82750d99306de00450cbd4ae8e23eb497121e29bebd78854d163a188cc35a7bc7ebe8c60db09fb229f6f822d991eaaee672
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  .feature_dir {
70
- font-size: 1.5em;
70
+ font-size: 1.2em;
71
71
  font-weight: bold;
72
72
  padding: 2px;
73
73
  margin: 10px 10px 0px 10px;
@@ -77,6 +77,10 @@ div.feature_dir span {
77
77
  cursor: pointer;
78
78
  }
79
79
 
80
+ div.feature h2 {
81
+ font-size: 1.2em;
82
+ }
83
+
80
84
  .step_contents {
81
85
  display: none;
82
86
  background: #FFFFFF;
@@ -1,11 +1,12 @@
1
- # coding: UTF-8
2
-
3
1
  module Daddy
4
2
  module Formatter
5
3
  module DaddyHtml
6
4
 
7
5
  def title
8
- ENV['TITLE'] || 'Daddy'
6
+ ret = ENV['TITLE']
7
+ ret ||= Daddy.config.cucumber.title if Daddy.config.cucumber.title?
8
+ ret ||= 'Daddy'
9
+ ret
9
10
  end
10
11
 
11
12
  def before_menu
@@ -1,5 +1,3 @@
1
- # coding: UTF-8
2
-
3
1
  require 'erb'
4
2
  require 'cucumber/formatter/ordered_xml_markup'
5
3
  require 'cucumber/formatter/duration'
@@ -29,7 +29,7 @@ function (Settings) {
29
29
  * +elasticsearch: {server: "http://localhost:9200", withCredentials: true}+
30
30
  *
31
31
  */
32
- elasticsearch: "http://"+window.location.hostname,
32
+ elasticsearch: "https://"+window.location.hostname,
33
33
 
34
34
  /** @scratch /configuration/config.js/5
35
35
  *
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-22 00:00:00.000000000 Z
11
+ date: 2014-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara