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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a26475f45ce0d329675da77bbc6b386e8ec6f34b
4
- data.tar.gz: d4377f59bb3dd449228e5c66011d7891af11fb72
3
+ metadata.gz: fa34d35ace0d3aa881d8ff4e4e4616a2fff443bf
4
+ data.tar.gz: 89fd413fad2876c3bcb93bd63dacffdc7954b589
5
5
  SHA512:
6
- metadata.gz: 276c8468f9b4e9a6f57e7035669098f3fc40490149bb7a4018ccc14126566ea2251d9b1c03cf75d403e3c6fc059adb6c390958b98e09760bb5a7def679460696
7
- data.tar.gz: d77e768925287c0469bfb79a0aac48f0fb6d3d6ec7f38385e2b5c7a5964448efdb7673e51c6e67b5a71bda6cb4c257dc15b02c60a7bfe2c2aa481667940fd0f8
6
+ metadata.gz: 3aaf295a8584b5b0a45138f0aaf2c114895c6555571625674537c70f40447ae3e292bd9e6f0e03b41385ab63cff4fffe6cd86be34c4dabdb1c622b75a255afaf
7
+ data.tar.gz: a1482d6c08c6ca90915861bc532d05cb6b869dc066353a83da93b1be2e2a0cc8c858b4587e5e1bcd25b86d1c55f3e893ce59178be5409b99e157498c68887f3f
@@ -1,6 +1,6 @@
1
1
  # $~callout, ~$
2
2
 
3
- <div class='callout'>
3
+ <div class='callout callout--tip'>
4
4
  <span class="callout__icon" aria-hidden="true">?</span>
5
5
  <%= Mastalk::Document.new(body.strip).to_html(:auto_id => false) %>
6
6
  </div>
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.0'
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.0
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-11-30 00:00:00.000000000 Z
12
+ date: 2016-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: kramdown