kramdown-rails 0.1.2 → 0.1.4

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: f6841b7a87a27ba5ee3b712d0447ac9749240dcf
4
- data.tar.gz: c96e1586330d9100c13541b7b59b9deaaac41397
3
+ metadata.gz: 0669ca7c298975fb13a669195b04d3f00055ebaa
4
+ data.tar.gz: fb8a6f6b76197a498705adb0ce06aeb779f08fc0
5
5
  SHA512:
6
- metadata.gz: b5d8f9a65d1864249a173a19e2a0b6250e62bc42691b4ca03d87853bc5b6993ea563d8268ecc04bce556e44f173057e542f42eb948b031743a7d551ee25b935a
7
- data.tar.gz: 5b33bc717b31010698c1cfc39d9bc826fecda41c11ac8f2ef34f4853f3ec069462c69a8f22b26341e39069476a9135110a3ab118bb707fdd166497ffad7b771f
6
+ metadata.gz: cdf2ba8775d3680a3825b697fb7a27238e7a9cd1612b4250f18e398cb61345a912c9600faeb061c04304e789453ae65b759f1b39407ec015d42d1362ce234faf
7
+ data.tar.gz: 6b057f2160d8ce4e673ec7c4563a43a7f38ccf3f01b6d00d6b4a023c727db42c705fbdb6083c136e8af16b7f6daf4bd0a7b42a1bdc20e394cf38b13b1eeab96f
@@ -1,2 +1,8 @@
1
+ # v0.1.4
2
+ * Update constant name
3
+
4
+ # v0.1.2
5
+ * Fix version load
6
+
1
7
  # v0.1.0
2
8
  * Initial release
@@ -2,7 +2,7 @@ require 'kramdown'
2
2
 
3
3
  module Kramdown
4
4
  module Converter
5
- module Html
5
+ class Html
6
6
 
7
7
  include ActionView::Helpers::AssetTagHelper
8
8
 
@@ -1,3 +1,3 @@
1
1
  module KramdownRails
2
- VERSION = Gem::Version.new('0.1.2')
2
+ VERSION = Gem::Version.new('0.1.4')
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2014-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown