code_poetry-html 0.3.0 → 0.3.1

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: aca1ce4858a5fba3552589e9842ff2a1494308f0
4
- data.tar.gz: f2f5cfc2927b4606a953d67cde8b52b4e0e0d4b8
3
+ metadata.gz: 10baaf589f40b25ced1a588a1ebc52d046f25c4c
4
+ data.tar.gz: fa7763554bc0c6bc9c09cb9b7bc57dd5af26d2e8
5
5
  SHA512:
6
- metadata.gz: 99d4f59f0bf00598438c171e5c6fe4de2e1c02b246198007714482ff8c7d848b369510f513820becd5df72eaf974cd763a4049d439c5a3b3846f9223eb1aa37f
7
- data.tar.gz: 0fa67896841509c098b1ce35ec6963ca163011260b2765b62b7a506623ab71fa579f77a356ec1d5b4d586b97ec0d9b021aa422c472e29eeea8c4baef1425b091
6
+ metadata.gz: 7681345414dceed29ee8e307f0e4a04148962ded479fa9a8a5afd06eba843658fa906337962087da58c9da054fc9d9bb1bed534db873f1b87ec2b6b48dc6fa58
7
+ data.tar.gz: 9be1a399fa3f57a8ec9eb69f5cb68669b59cd0bab03c12bd3cde24f36903666e3989a1366a9164a1f7e33bce86d18a14aeecbcf671ac4356d30deb400af08993
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  It generates a clean and simple HTML report for [CodePoetry][cp].
6
6
 
7
- [rgb]: https://codeclimate.com/github/coding-chimp/code_poetry-html/badges/gpa.svg
7
+ [rgb]: https://badge.fury.io/rb/code_poetry-html.svg
8
8
  [rgl]: http://badge.fury.io/rb/code_poetry-html
9
9
  [ccb]: https://codeclimate.com/github/coding-chimp/code_poetry-html/badges/gpa.svg
10
10
  [ccl]: https://codeclimate.com/github/coding-chimp/code_poetry-html
@@ -1,7 +1,7 @@
1
1
  module CodePoetry
2
2
  module Formatter
3
3
  class HTMLFormatter
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
6
6
  end
7
7
  end
@@ -515,7 +515,7 @@ th {
515
515
  padding-top: 4px; }
516
516
  .source_table pre li:last-child {
517
517
  padding-bottom: 4px; }
518
- .source_table .smell-title {
518
+ .source_table .smell-description {
519
519
  margin-left: 45px;
520
520
  padding: 5px 15px;
521
521
  border-left: 7px solid #ee7b10;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code_poetry-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bastian Bartmann