mastalk 0.8.0 → 0.8.1
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 +4 -4
- data/lib/mastalk/snippets/callout.html.erb +1 -1
- data/mastalk.gemspec +1 -1
- data/spec/mastalk_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa34d35ace0d3aa881d8ff4e4e4616a2fff443bf
|
|
4
|
+
data.tar.gz: 89fd413fad2876c3bcb93bd63dacffdc7954b589
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3aaf295a8584b5b0a45138f0aaf2c114895c6555571625674537c70f40447ae3e292bd9e6f0e03b41385ab63cff4fffe6cd86be34c4dabdb1c622b75a255afaf
|
|
7
|
+
data.tar.gz: a1482d6c08c6ca90915861bc532d05cb6b869dc066353a83da93b1be2e2a0cc8c858b4587e5e1bcd25b86d1c55f3e893ce59178be5409b99e157498c68887f3f
|
data/mastalk.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'mastalk'
|
|
6
|
-
s.version = '0.8.
|
|
6
|
+
s.version = '0.8.1'
|
|
7
7
|
s.summary = 'mastalk'
|
|
8
8
|
s.description = 'Mastalk markdown extension language'
|
|
9
9
|
s.authors = ['Douglas Roper', 'Justin Perry']
|
data/spec/mastalk_spec.rb
CHANGED
|
@@ -102,7 +102,7 @@ describe Mastalk::Document do
|
|
|
102
102
|
let(:source) { "$~callout\n ##yes ~$ $~callout\n ##yes ~$" }
|
|
103
103
|
|
|
104
104
|
let(:expected) do
|
|
105
|
-
%Q(<div class="callout">\n <span class="callout__icon" aria-hidden="true">?</span>\n <h2>yes</h2>\n\n</div>\n<div class="callout">\n <span class="callout__icon" aria-hidden="true">?</span>\n <h2>yes</h2>\n\n</div>\n)
|
|
105
|
+
%Q(<div class="callout callout--tip">\n <span class="callout__icon" aria-hidden="true">?</span>\n <h2>yes</h2>\n\n</div>\n<div class="callout callout--tip">\n <span class="callout__icon" aria-hidden="true">?</span>\n <h2>yes</h2>\n\n</div>\n)
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
it 'pre-processes correctly, without adding ids to headings' do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mastalk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Douglas Roper
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-12-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: kramdown
|