hobo_ckeditor 0.0.4 → 0.0.5

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -0,0 +1,6 @@
1
+ require 'hobo_ckeditor'
2
+ require 'rails'
3
+ module HoboCkeditor
4
+ class Railtie < Rails::Railtie
5
+ end
6
+ end
data/lib/hobo_ckeditor.rb CHANGED
@@ -9,3 +9,8 @@ module HoboCkeditor
9
9
  @@root = Pathname.new File.expand_path('../..', __FILE__)
10
10
  def self.root; @@root; end
11
11
  end
12
+
13
+ require 'hobo_ckeditor/railtie' if defined?(Rails)
14
+
15
+ class Engine < ::Rails::Engine
16
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,6 +75,7 @@ files:
75
75
  - VERSION
76
76
  - hobo_ckeditor.gemspec
77
77
  - lib/hobo_ckeditor.rb
78
+ - lib/hobo_ckeditor/railtie.rb
78
79
  - lib/hobo_ckeditor/types/ck_editor_text.rb
79
80
  - taglibs/hobo_ckeditor_rapid.dryml
80
81
  - taglibs/inputs/input_for_cktext.dryml
@@ -95,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
96
  version: '0'
96
97
  segments:
97
98
  - 0
98
- hash: -4195540757238694729
99
+ hash: -1179071925284713151
99
100
  required_rubygems_version: !ruby/object:Gem::Requirement
100
101
  none: false
101
102
  requirements: