tkh_inline_editor 0.0.1 → 0.0.1.1

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.
@@ -1,3 +1,3 @@
1
1
  module TkhInlineEditor
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
@@ -3,10 +3,6 @@ require "tkh_inline_editor/version"
3
3
 
4
4
  module TkhInlineEditor
5
5
  module Rails
6
- if ::Rails.version < "3.1"
7
- require "tkh_inline_editor/railtie"
8
- else
9
- require "tkh_inline_editor/engine"
10
- end
6
+ class Engine < ::Rails::Engine
11
7
  end
12
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_inline_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -67,8 +67,6 @@ executables: []
67
67
  extensions: []
68
68
  extra_rdoc_files: []
69
69
  files:
70
- - lib/tkh_inline_editor/engine.rb
71
- - lib/tkh_inline_editor/railtie.rb
72
70
  - lib/tkh_inline_editor/version.rb
73
71
  - lib/tkh_inline_editor.rb
74
72
  - MIT-LICENSE
@@ -89,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
87
  version: '0'
90
88
  segments:
91
89
  - 0
92
- hash: -4008480001647518528
90
+ hash: 1244942192868645658
93
91
  required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  none: false
95
93
  requirements:
@@ -98,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
96
  version: '0'
99
97
  segments:
100
98
  - 0
101
- hash: -4008480001647518528
99
+ hash: 1244942192868645658
102
100
  requirements: []
103
101
  rubyforge_project:
104
102
  rubygems_version: 1.8.23
@@ -1,6 +0,0 @@
1
- module TkhInlineEditor
2
- module Rails
3
- class Engine < ::Rails::Engine
4
- end
5
- end
6
- end
@@ -1,5 +0,0 @@
1
- module TkhInlineEditor
2
- module Rails
3
- class Railtie < ::Rails::Railtie; end
4
- end
5
- end