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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
this is directory for image upload
|
data/lib/smart_editor/version.rb
CHANGED
data/test/dummy/config/routes.rb
CHANGED
|
@@ -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.
|
|
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
|