lawrencepit-flavoured_markdown 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/init.rb +2 -0
  2. data/rails/init.rb +1 -0
  3. metadata +3 -1
data/init.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'flavoured_markdown'
2
+ ActionView::Base.send(:include, ActionView::Helpers::Markdown)
@@ -0,0 +1 @@
1
+ Kernel.load File.join(File.dirname(__FILE__), '..', 'init.rb')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lawrencepit-flavoured_markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lawrence Pit
@@ -24,6 +24,8 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - README.markdown
26
26
  - MIT-LICENSE
27
+ - init.rb
28
+ - rails/init.rb
27
29
  - lib/flavoured_markdown.rb
28
30
  has_rdoc: false
29
31
  homepage: http://github.com/lawrencepit/flavoured_markdown