additional-markdown-filter 0.1.0 → 0.1.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: f796edafe0ca71d0b60b6713eb917577dd0547d3
4
- data.tar.gz: 7612af6d1cf4619380cf1290ba931f83c031243e
3
+ metadata.gz: 535a294461299662d532a2e6245574d36b5f5a70
4
+ data.tar.gz: e3949587731918993a7f256ecf2102576275fc6f
5
5
  SHA512:
6
- metadata.gz: 1da5f13f44dd6e6102eec5d29189e0aa60ecaceb92b94c6ba20ea58ed46de201c043fa246a7d796fe972676decf9e4afbf86dc115023276bf35da4d6d24d852c
7
- data.tar.gz: ad784c1a6acb8e55e4ca8afad1a7c159cc12e1144d5a6cdb513cc3a7693e7cef30c9663b7957814516483b6fa60a88d0455f956c9976e943c494b27cd03d44bf
6
+ metadata.gz: e76e9a42f6a3fed8cc3a8593efef5876f14fb6725bd9763ad3951c71bf7d1f5714b33868608470eb342dff449ba008a5e8558afc5b87ce7a6651f87c83c5e4fa
7
+ data.tar.gz: 593d6ad1b010b5b3f585a9e6614a7ecc1a0b5ba704874dbf1178e6f0a80337c916fb51a4cf3b7a350eb15fd1f05abbb8ac64758839c793a43e5cc243d3e33d29
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "additional-markdown-filter"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Garen Torikian"]
5
5
  spec.email = ["gjtorikian@gmail.com"]
6
6
  spec.summary = %q{Add additional markup syntax to the HTML::Pipeline}
@@ -2,4 +2,4 @@ require "rubygems"
2
2
 
3
3
  require 'minitest/autorun'
4
4
 
5
- require "additional_markdown_filter"
5
+ require "additional-markdown-filter"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: additional-markdown-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
@@ -94,7 +94,7 @@ files:
94
94
  - README.md
95
95
  - Rakefile
96
96
  - additional-markdown-filter.gemspec
97
- - lib/additional_markdown_filter.rb
97
+ - lib/additional-markdown-filter.rb
98
98
  - test/fixtures/admonition.md
99
99
  - test/fixtures/command_line.md
100
100
  - test/fixtures/helper.md