smart_editor 0.0.2.2 → 0.0.2.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.
@@ -7,7 +7,6 @@ module SmartEditor
7
7
  source_root File.expand_path("../templates", __FILE__)
8
8
  def copy_temeplate_files
9
9
  directory 'public'
10
- directory 'uploads'
11
10
  route("mount SmartEditor::Engine => '/smart_editor'")
12
11
 
13
12
  end
@@ -0,0 +1 @@
1
+ this is directory for image upload
@@ -1,3 +1,3 @@
1
1
  module SmartEditor
2
- VERSION = "0.0.2.2"
2
+ VERSION = "0.0.2.3"
3
3
  end
@@ -1,5 +1,7 @@
1
1
  Rails.application.routes.draw do
2
2
 
3
+ mount SmartEditor::Engine => '/smart_editor'
4
+
3
5
  resources :posts
4
6
 
5
7
 
@@ -0,0 +1 @@
1
+ this is directory for image upload
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,6 +106,7 @@ files:
106
106
  - lib/generators/smart_editor/templates/public/smart_editor/smart_editor2_inputarea.html
107
107
  - lib/generators/smart_editor/templates/public/smart_editor/smart_editor2_inputarea_ie8.html
108
108
  - lib/generators/smart_editor/templates/public/smart_editor/SmartEditor2Skin.html
109
+ - lib/generators/smart_editor/templates/public/uploads/readme
109
110
  - lib/smart_editor/class_methods.rb
110
111
  - lib/smart_editor/engine.rb
111
112
  - lib/smart_editor/form_builder.rb
@@ -197,6 +198,7 @@ files:
197
198
  - test/dummy/public/smart_editor/smart_editor2_inputarea.html
198
199
  - test/dummy/public/smart_editor/smart_editor2_inputarea_ie8.html
199
200
  - test/dummy/public/smart_editor/SmartEditor2Skin.html
201
+ - test/dummy/public/uploads/readme
200
202
  - test/dummy/Rakefile
201
203
  - test/dummy/README.rdoc
202
204
  - test/dummy/script/rails
@@ -301,6 +303,7 @@ test_files:
301
303
  - test/dummy/public/smart_editor/smart_editor2_inputarea.html
302
304
  - test/dummy/public/smart_editor/smart_editor2_inputarea_ie8.html
303
305
  - test/dummy/public/smart_editor/SmartEditor2Skin.html
306
+ - test/dummy/public/uploads/readme
304
307
  - test/dummy/Rakefile
305
308
  - test/dummy/README.rdoc
306
309
  - test/dummy/script/rails