watchdoge 0.1.15 → 0.1.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f463de4fa13fe643eb9cd74641253dc5e3f327f3f454e315568c7d94f1dddb9a
4
- data.tar.gz: c7d450b190bd6b1456b2596c61c0313271a221185d56d1ffbf70c4d39c3381bc
3
+ metadata.gz: d4ce1d84d5abb883cb6a866f73ad1b4d8591643f86696f4f4ea4cb8db9559f19
4
+ data.tar.gz: 7d0841615261cd5de53bb9c9b27c111e54d3592a0ff33460d3e6c99ca4c765d1
5
5
  SHA512:
6
- metadata.gz: 1f9c020f9f1b666d4ec833a2a13f4ff7072c5af7d09e80b6e4be4c4391b684ca1864be876858b69737f195fd41a1a4b68b2d3431bd474b6440dddd7b02187eb6
7
- data.tar.gz: 45078bc5a00bd4cf6a16530f8dbf199e2af2b1526f118b287d04f9732d39d286b9ef2462c58a2797d6a8cf15569030e315a80a9b30d8f71a83ae5779814ec8f5
6
+ metadata.gz: 1f767f4703fee1c014752c0b94c06bc1add2192bc5fba231fe56a88522297ec0922a2b56eda68823d9c90cd4ca60ab390d64daf08681fb513a45bb1ecbc286f7
7
+ data.tar.gz: 1a9993cbb8886708720d7205850b1604a8cf24812e85095f16a1b7294b6ef57bb8a6aa7db128c77816ae273c5106407feaf30967d98c421f83d03eeaea0cbb6e
@@ -129,10 +129,7 @@ module WatchDoge
129
129
 
130
130
  # markdown_table do |context|
131
131
  def markdown_table
132
- "
133
- #### Detail: #{ENV['CI_PIPELINE_URL']}\n\n
134
-
135
- <table>
132
+ "#### Detail: #{ENV['CI_PIPELINE_URL']}\n\n<table>
136
133
  <tr>
137
134
  <th>before</th>
138
135
  <th>after</th>
@@ -1,4 +1,4 @@
1
1
  # Version of WatchDoge
2
2
  module WatchDoge
3
- VERSION = '0.1.15'
3
+ VERSION = '0.1.16'
4
4
  end
data/watchdoge.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'watchdoge'
3
- s.version = '0.1.15'
3
+ s.version = '0.1.16'
4
4
  s.date = '2019-07-22'
5
5
  s.summary = "dogi"
6
6
  s.description = "WatchDoge is Ruby on Rails friendly frontend regression test tool"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watchdoge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shen Lee