Commit 16c3c63c410103b74accb3fba9e7a684898554c6

Authored by Karpikau Andrei
1 parent c271a8dc

small check

@@ -162,7 +162,6 @@ @@ -162,7 +162,6 @@
162 <option value="$PROJECT_DIR$/app/controllers/kanjai/admin/pages_controller.rb" /> 162 <option value="$PROJECT_DIR$/app/controllers/kanjai/admin/pages_controller.rb" />
163 <option value="$PROJECT_DIR$/app/views/kanjai/admin/pages/edit.html.erb" /> 163 <option value="$PROJECT_DIR$/app/views/kanjai/admin/pages/edit.html.erb" />
164 <option value="$PROJECT_DIR$/lib/kanjai/template_generator.rb" /> 164 <option value="$PROJECT_DIR$/lib/kanjai/template_generator.rb" />
165 - <option value="$PROJECT_DIR$/lib/kanjai/version.rb" />  
166 <option value="$PROJECT_DIR$/config/locales/en.yml" /> 165 <option value="$PROJECT_DIR$/config/locales/en.yml" />
167 <option value="$PROJECT_DIR$/app/assets/javascripts/kanjai/admin/extend/test.js" /> 166 <option value="$PROJECT_DIR$/app/assets/javascripts/kanjai/admin/extend/test.js" />
168 <option value="$PROJECT_DIR$/app/assets/javascripts/kanjai/general_admin.js" /> 167 <option value="$PROJECT_DIR$/app/assets/javascripts/kanjai/general_admin.js" />
@@ -171,6 +170,7 @@ @@ -171,6 +170,7 @@
171 <option value="$PROJECT_DIR$/app/controllers/kanjai/pages_controller.rb" /> 170 <option value="$PROJECT_DIR$/app/controllers/kanjai/pages_controller.rb" />
172 <option value="$PROJECT_DIR$/app/models/kanjai/page_content.rb" /> 171 <option value="$PROJECT_DIR$/app/models/kanjai/page_content.rb" />
173 <option value="$PROJECT_DIR$/app/controllers/kanjai/site_controller.rb" /> 172 <option value="$PROJECT_DIR$/app/controllers/kanjai/site_controller.rb" />
  173 + <option value="$PROJECT_DIR$/lib/kanjai/version.rb" />
174 </list> 174 </list>
175 </option> 175 </option>
176 </component> 176 </component>
@@ -526,7 +526,7 @@ @@ -526,7 +526,7 @@
526 <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> 526 <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
527 <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> 527 <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
528 <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> 528 <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
529 - <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.39822295" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> 529 + <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.39822295" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
530 <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> 530 <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
531 <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32930514" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> 531 <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32930514" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
532 <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> 532 <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.44" 2 + VERSION = "0.0.45"
3 end 3 end