cheatset 1.2.7 → 1.2.8

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
  SHA1:
3
- metadata.gz: ed35668f0b4729c9df066f61faca44c6e829aa8d
4
- data.tar.gz: 165518ffd400ab0f5a081dab3a7dcb85386ec12c
3
+ metadata.gz: 6c2e611a96469948474c0445bed8d56e942f6d34
4
+ data.tar.gz: 3a88d8963724254474d196ddb9497246ddf56123
5
5
  SHA512:
6
- metadata.gz: 2b4101facf39db636a299d5d85f82fd8477e5187b4bb240528a9a04306363a7fccc5f86d8e4c1ebd2fd0f25fa0a9b2234557e7d2bbf61e85dcc685a156042409
7
- data.tar.gz: 61953598cd12685a00db1dc16c79401a6837329f9aae8b2916b57befc7f4c6facb2412c3010a5bf12f41ed189218f6d61a40771b09cd50a359cf5f7abd5e4391
6
+ metadata.gz: a4729052bd7dd573ae6d3e3bc894632b39e5527d035673c9ad9f6c8064269c163e1d697801e73464c179cf24f3f6a1e4b49207c316f62009c1500b32b053725e
7
+ data.tar.gz: 20258285faf86ee6110e929cdfd0b6c28b51f544c2ba722eff8ea324b32d48dc80e4c5082920f09ef5cd228b67062544b07c8a7c98d5779dc999b399e2b5b8f0
@@ -164,7 +164,7 @@ p {
164
164
  border: 1px solid #ccc;
165
165
  padding: 6px 10px;
166
166
  border-radius: 3px;
167
- margin-right: 15px;
167
+ margin-right: 1px;
168
168
  white-space: pre-wrap;
169
169
  word-wrap: break-word; }
170
170
 
@@ -201,7 +201,7 @@ p {
201
201
  margin:0 0 7px;
202
202
  }
203
203
 
204
- .highlight { background-color: #f8f8f8; border: 1px solid #ccc; padding: 6px 10px; border-radius: 3px; margin-right:15px; white-space: pre-wrap; word-wrap:break-word;}
204
+ .highlight { background-color: #f8f8f8; border: 1px solid #ccc; padding: 6px 10px; border-radius: 3px; margin-right:1px; white-space: pre-wrap; word-wrap:break-word;}
205
205
  .c { color: #999988; font-style: italic; }
206
206
  .err { color: #a61717; background-color: #e3d2d2; }
207
207
  .k { font-weight: bold; }
@@ -1,3 +1,3 @@
1
1
  module Cheatset
2
- VERSION = '1.2.7'
2
+ VERSION = '1.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheatset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Popescu