ems 0.0.5 → 0.0.6

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.
@@ -85,8 +85,7 @@ module Ems
85
85
  end
86
86
 
87
87
  def content_as_html
88
- # Kramdown::Document.new(content, :input => "BeanKramdown").to_html
89
- self.content
88
+ Kramdown::Document.new(content, :input => "BeanKramdown").to_html
90
89
  end
91
90
 
92
91
  #
@@ -3,7 +3,7 @@ module Ems
3
3
  isolate_namespace Ems
4
4
  # Add a load path for this specific Engine
5
5
  config.autoload_paths << File.expand_path("#{Engine.root}/lib/query_builder/", __FILE__)
6
-
6
+ config.autoload_paths << File.expand_path("#{Engine.root}/lib/kramdown/lib", __FILE__)
7
7
  config.generators do |g|
8
8
  g.template_engine :haml
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Ems
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -251,22 +251,6 @@ dependencies:
251
251
  - - ! '>='
252
252
  - !ruby/object:Gem::Version
253
253
  version: '0'
254
- - !ruby/object:Gem::Dependency
255
- name: kramdown
256
- requirement: !ruby/object:Gem::Requirement
257
- none: false
258
- requirements:
259
- - - ! '>='
260
- - !ruby/object:Gem::Version
261
- version: '0'
262
- type: :runtime
263
- prerelease: false
264
- version_requirements: !ruby/object:Gem::Requirement
265
- none: false
266
- requirements:
267
- - - ! '>='
268
- - !ruby/object:Gem::Version
269
- version: '0'
270
254
  description: Editorial Management system used within group projects
271
255
  email:
272
256
  - vincent@thebeansgroup.com