markdown-toolbar 0.0.2 → 0.0.3

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.
@@ -0,0 +1,6 @@
1
+ module Markdown
2
+ module Toolbar
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -1,5 +1,5 @@
1
1
  module Markdown
2
2
  module Toolbar
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -1,7 +1,8 @@
1
1
  require "markdown-toolbar/version"
2
+ require "markdown-toolbar/engine"
2
3
 
3
4
  module Markdown
4
5
  module Toolbar
5
- # Your code goes here...
6
+ require 'markdown-toolbar/engine'
6
7
  end
7
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: markdown-toolbar
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vitaliy Yanchuk
@@ -61,6 +61,7 @@ files:
61
61
  - README.rdoc
62
62
  - Rakefile
63
63
  - lib/markdown-toolbar.rb
64
+ - lib/markdown-toolbar/engine.rb
64
65
  - lib/markdown-toolbar/version.rb
65
66
  - markdown-toolbar.gemspec
66
67
  - vendor/.DS_Store