Commit cc5d8d8def1f3201705dda02841d1690d6f7f3f7

Authored by Karpikau Andrei
1 parent 019d6f3d

test

... ... @@ -28,7 +28,7 @@
28 28 <entry file="file://$PROJECT_DIR$/lib/kanjai/engine.rb">
29 29 <provider selected="true" editor-type-id="text-editor">
30 30 <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="315">
31   - <caret line="10" column="175" selection-start-line="10" selection-start-column="175" selection-end-line="10" selection-end-column="175" />
  31 + <caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
32 32 <folding />
33 33 </state>
34 34 </provider>
... ... @@ -994,7 +994,7 @@
994 994 <entry file="file://$PROJECT_DIR$/lib/kanjai/engine.rb">
995 995 <provider selected="true" editor-type-id="text-editor">
996 996 <state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="315">
997   - <caret line="10" column="175" selection-start-line="10" selection-start-column="175" selection-end-line="10" selection-end-column="175" />
  997 + <caret line="11" column="4" selection-start-line="11" selection-start-column="4" selection-end-line="11" selection-end-column="4" />
998 998 <folding />
999 999 </state>
1000 1000 </provider>
... ...
1 1 PATH
2 2 remote: .
3 3 specs:
4   - kanjai (0.0.4)
  4 + kanjai (0.0.5)
5 5 acts_as_list
6 6 acts_as_tree
7 7 aws-sdk
... ...
... ... @@ -8,7 +8,7 @@ module Kanjai
8 8 config.assets.paths << Kanjai::Engine.root.join("app", "assets", "fonts")
9 9
10 10 initializer "kanjai.assets.precompile" do |app|
11   - app.config.assets.precompile = %w(general.css general_admin.css general_site.css general_site_editor.css frontend.css general.js general_admin.js general_site_editor.js frontend.js)
  11 + app.config.assets.precompile = %w(kanjai/general.css kanjai/general_admin.css kanjai/general_site.css kanjai/general_site_editor.css kanjai/frontend.css kanjai/general.js kanjai/general_admin.js kanjai/general_site_editor.js kanjai/frontend.js)
12 12 end
13 13
14 14 end
... ...
1 1 module Kanjai
2   - VERSION = "0.0.5"
  2 + VERSION = "0.0.6"
3 3 end
... ...