logirel 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  .bundle
2
2
  Gemfile.lock
3
3
  pkg/*
4
+ .idea/*
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 17
4
+ :patch: 18
5
5
  :special: ""
data/lib/logirel/cli.rb CHANGED
@@ -45,7 +45,7 @@ module Logirel
45
45
  puts "initing main environment"
46
46
  run 'semver init'
47
47
 
48
- template 'Gemfile', File.join(root, 'Gemfile')
48
+ template 'Gemfile.tt', File.join(root, 'Gemfile')
49
49
  template 'gitignore.tt', File.join(root, '.gitignore')
50
50
  template 'project_details.tt', File.join(root, folders[:buildscripts], 'project_details.rb')
51
51
  template 'paths.tt', File.join(root, folders[:buildscripts], 'paths.rb')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logirel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-07-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &22164036 !ruby/object:Gem::Requirement
16
+ requirement: &24482796 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 2.6.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *22164036
24
+ version_requirements: *24482796
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: memoize
27
- requirement: &22305000 !ruby/object:Gem::Requirement
27
+ requirement: &24806112 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *22305000
35
+ version_requirements: *24806112
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: devver-construct
38
- requirement: &22772376 !ruby/object:Gem::Requirement
38
+ requirement: &27564708 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *22772376
46
+ version_requirements: *27564708
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: albacore
49
- requirement: &22985040 !ruby/object:Gem::Requirement
49
+ requirement: &27967068 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 0.2.6
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *22985040
57
+ version_requirements: *27967068
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: semver
60
- requirement: &26688216 !ruby/object:Gem::Requirement
60
+ requirement: &27966528 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 1.0.6
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *26688216
68
+ version_requirements: *27966528
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
- requirement: &27547572 !ruby/object:Gem::Requirement
71
+ requirement: &27965952 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: 1.0.14
77
77
  type: :runtime
78
78
  prerelease: false
79
- version_requirements: *27547572
79
+ version_requirements: *27965952
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: thor
82
- requirement: &27547032 !ruby/object:Gem::Requirement
82
+ requirement: &27964728 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ~>
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: 0.14.6
88
88
  type: :runtime
89
89
  prerelease: false
90
- version_requirements: *27547032
90
+ version_requirements: *27964728
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: uuid
93
- requirement: &27546228 !ruby/object:Gem::Requirement
93
+ requirement: &27963864 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ~>
@@ -98,10 +98,10 @@ dependencies:
98
98
  version: 2.3.2
99
99
  type: :runtime
100
100
  prerelease: false
101
- version_requirements: *27546228
101
+ version_requirements: *27963864
102
102
  - !ruby/object:Gem::Dependency
103
103
  name: nokogiri
104
- requirement: &27545280 !ruby/object:Gem::Requirement
104
+ requirement: &27962868 !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
107
107
  - - ~>
@@ -109,7 +109,7 @@ dependencies:
109
109
  version: 1.4.4
110
110
  type: :runtime
111
111
  prerelease: false
112
- version_requirements: *27545280
112
+ version_requirements: *27962868
113
113
  description: ! "The gem works by having as its dependencies \n everything you need
114
114
  to get started with OSS and proprietary .Net coding.\n The aim of the gem is to
115
115
  allow developers to get up and running quickly\n and provide a nice way of converting
@@ -122,17 +122,6 @@ extensions: []
122
122
  extra_rdoc_files: []
123
123
  files:
124
124
  - .gitignore
125
- - .idea/.name
126
- - .idea/.rakeTasks
127
- - .idea/dictionaries/xyz.xml
128
- - .idea/encodings.xml
129
- - .idea/inspectionProfiles/Project_Default.xml
130
- - .idea/inspectionProfiles/profiles_settings.xml
131
- - .idea/logirel.iml
132
- - .idea/misc.xml
133
- - .idea/modules.xml
134
- - .idea/vcs.xml
135
- - .idea/workspace.xml
136
125
  - .semver
137
126
  - Gemfile
138
127
  - README.md
data/.idea/.name DELETED
@@ -1 +0,0 @@
1
- logirel
data/.idea/.rakeTasks DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Remove rake task
5
- 2. Add existing rake tasks
6
- To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="run specs, tag, push and release (to rubygems)" fullCmd="all" taksId="all" /><RakeTask description="Build logirel-0.0.15.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install logirel-0.0.15.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="push data and tags" fullCmd="push" taksId="push" /><RakeTask description="Create tag v0.0.15 and build and push logirel-0.0.15.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="Tag the repository in git with gem version number" fullCmd="tag" taksId="tag" /><RakeTask description="" fullCmd="verify" taksId="verify" /></RakeGroup></Settings>
@@ -1,3 +0,0 @@
1
- <component name="ProjectDictionaryState">
2
- <dictionary name="xyz" />
3
- </component>
data/.idea/encodings.xml DELETED
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
- </project>
5
-
@@ -1,11 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0" is_locked="false">
3
- <option name="myName" value="Project Default" />
4
- <option name="myLocal" value="false" />
5
- <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
6
- <option name="processCode" value="true" />
7
- <option name="processLiterals" value="true" />
8
- <option name="processComments" value="true" />
9
- </inspection_tool>
10
- </profile>
11
- </component>
@@ -1,7 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="PROJECT_PROFILE" value="Project Default" />
4
- <option name="USE_PROJECT_PROFILE" value="true" />
5
- <version value="1.0" />
6
- </settings>
7
- </component>
data/.idea/logirel.iml DELETED
@@ -1,65 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="GemRequirementsHolder" version="3">
4
- <requirement>
5
- <requirement>
6
- <dependency name="albacore" version="0.2.6" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
7
- </requirement>
8
- <source from="Gemfile" />
9
- </requirement>
10
- <requirement>
11
- <requirement>
12
- <dependency name="bundler" version="1.0.14" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
13
- </requirement>
14
- <source from="Gemfile" />
15
- </requirement>
16
- <requirement>
17
- <requirement>
18
- <dependency name="nokogiri" version="1.4.4" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
19
- </requirement>
20
- <source from="Gemfile" />
21
- </requirement>
22
- <requirement>
23
- <requirement>
24
- <dependency name="semver" version="1.0.6" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
25
- </requirement>
26
- <source from="Gemfile" />
27
- </requirement>
28
- <requirement>
29
- <requirement>
30
- <dependency name="thor" version="0.14.6" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
31
- </requirement>
32
- <source from="Gemfile" />
33
- </requirement>
34
- <requirement>
35
- <requirement>
36
- <dependency name="uuid" version="2.3.2" bound="LATEST_IN_BRANCH" git="false" path="false" doRequire="true" />
37
- </requirement>
38
- <source from="Gemfile" />
39
- </requirement>
40
- </component>
41
- <component name="NewModuleRootManager">
42
- <content url="file://$MODULE_DIR$">
43
- <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
44
- </content>
45
- <orderEntry type="inheritedJdk" />
46
- <orderEntry type="sourceFolder" forTests="false" />
47
- <orderEntry type="library" scope="PROVIDED" name="[gem] bundler (v1.0.15, C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.15)" level="application" />
48
- <orderEntry type="library" scope="PROVIDED" name="[gem] semver (v1.0.6, C:/Ruby192/lib/ruby/gems/1.9.1/gems/semver-1.0.6)" level="application" />
49
- <orderEntry type="library" scope="PROVIDED" name="[gem] albacore (v0.2.5, C:/Ruby192/lib/ruby/gems/1.9.1/gems/albacore-0.2.5)" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="[gem] rubyzip (v0.9.4, C:/Ruby192/lib/ruby/gems/1.9.1/gems/rubyzip-0.9.4)" level="application" />
51
- <orderEntry type="library" scope="PROVIDED" name="[gem] albacore (v0.2.6, C:/Ruby192/lib/ruby/gems/1.9.1/gems/albacore-0.2.6)" level="application" />
52
- <orderEntry type="library" scope="PROVIDED" name="[gem] thor (v0.14.6, C:/Ruby192/lib/ruby/gems/1.9.1/gems/thor-0.14.6)" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="[gem] macaddr (v1.0.0, C:/Ruby192/lib/ruby/gems/1.9.1/gems/macaddr-1.0.0)" level="application" />
54
- <orderEntry type="library" scope="PROVIDED" name="[gem] uuid (v2.3.2, C:/Ruby192/lib/ruby/gems/1.9.1/gems/uuid-2.3.2)" level="application" />
55
- <orderEntry type="library" scope="PROVIDED" name="[gem] nokogiri (v1.4.6, C:/Ruby192/lib/ruby/gems/1.9.1/gems/nokogiri-1.4.6-x86-mingw32)" level="application" />
56
- <orderEntry type="library" scope="PROVIDED" name="[gem] diff-lcs (v1.1.2, C:/Ruby192/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.2)" level="application" />
57
- <orderEntry type="library" scope="PROVIDED" name="[gem] rspec (v2.6.0, C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-2.6.0)" level="application" />
58
- <orderEntry type="library" scope="PROVIDED" name="[gem] rspec-core (v2.6.4, C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-core-2.6.4)" level="application" />
59
- <orderEntry type="library" scope="PROVIDED" name="[gem] rspec-expectations (v2.6.0, C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-expectations-2.6.0)" level="application" />
60
- <orderEntry type="library" scope="PROVIDED" name="[gem] rspec-mocks (v2.6.0, C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-mocks-2.6.0)" level="application" />
61
- <orderEntry type="library" scope="PROVIDED" name="[gem] construct (v0.1.7, C:/Ruby192/lib/ruby/gems/1.9.1/gems/construct-0.1.7)" level="application" />
62
- </component>
63
- <component name="RModuleSettingsStorage" number="1" string0="$MODULE_DIR$/lib" />
64
- </module>
65
-
data/.idea/misc.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="DependencyValidationManager">
4
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
5
- </component>
6
- <component name="ProjectRootManager" version="2" project-jdk-name="ruby-1.9.2-p180" project-jdk-type="RUBY_SDK" />
7
- </project>
8
-
data/.idea/modules.xml DELETED
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/logirel.iml" filepath="$PROJECT_DIR$/.idea/logirel.iml" />
6
- </modules>
7
- </component>
8
- </project>
9
-
data/.idea/vcs.xml DELETED
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>
7
-
data/.idea/workspace.xml DELETED
@@ -1,666 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="BookmarkManager">
4
- <bookmark url="file://$PROJECT_DIR$/lib/logirel/cli.rb" line="1" />
5
- </component>
6
- <component name="ChangeListManager">
7
- <list default="true" id="cfe4d983-a8f9-42a8-b166-808938490c32" name="Default" comment="">
8
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/logirel/cli.rb" afterPath="$PROJECT_DIR$/lib/logirel/cli.rb" />
9
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/logirel/cli_helper.rb" afterPath="$PROJECT_DIR$/lib/logirel/cli_helper.rb" />
10
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/logirel/templates/environment.tt" afterPath="$PROJECT_DIR$/lib/logirel/templates/environment.tt" />
11
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/logirel/templates/paths.tt" afterPath="$PROJECT_DIR$/lib/logirel/templates/paths.tt" />
12
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/logirel/templates/project_details.tt" afterPath="$PROJECT_DIR$/lib/logirel/templates/project_details.tt" />
13
- </list>
14
- <ignored path="logirel.iws" />
15
- <ignored path=".idea/workspace.xml" />
16
- <option name="TRACKING_ENABLED" value="true" />
17
- <option name="SHOW_DIALOG" value="false" />
18
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
19
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
20
- <option name="LAST_RESOLUTION" value="IGNORE" />
21
- </component>
22
- <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
23
- <component name="CoverageDataManager" choice="3" />
24
- <component name="CreatePatchCommitExecutor">
25
- <option name="PATCH_PATH" value="" />
26
- <option name="REVERSE_PATCH" value="false" />
27
- </component>
28
- <component name="DaemonCodeAnalyzer">
29
- <disable_hints />
30
- </component>
31
- <component name="DockManager">
32
- <window id="2">
33
- <content type="file-editors">
34
- <state>
35
- <leaf>
36
- <file leaf-file-name="paths.rb.tt" pinned="false" current="false" current-in-tab="true">
37
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/paths.rb.tt">
38
- <provider selected="true" editor-type-id="text-editor">
39
- <state line="19" column="33" selection-start="579" selection-end="579" vertical-scroll-proportion="0.57">
40
- <folding />
41
- </state>
42
- </provider>
43
- </entry>
44
- </file>
45
- </leaf>
46
- </state>
47
- </content>
48
- </window>
49
- </component>
50
- <component name="FavoritesManager">
51
- <favorites_list name="logirel" />
52
- </component>
53
- <component name="FileEditorManager">
54
- <leaf>
55
- <file leaf-file-name="cli.rb" pinned="false" current="false" current-in-tab="false">
56
- <entry file="file://$PROJECT_DIR$/lib/logirel/cli.rb">
57
- <provider selected="true" editor-type-id="text-editor">
58
- <state line="58" column="21" selection-start="2534" selection-end="2534" vertical-scroll-proportion="0.0">
59
- <folding />
60
- </state>
61
- </provider>
62
- </entry>
63
- </file>
64
- <file leaf-file-name="cli_helper.rb" pinned="false" current="true" current-in-tab="true">
65
- <entry file="file://$PROJECT_DIR$/lib/logirel/cli_helper.rb">
66
- <provider selected="true" editor-type-id="text-editor">
67
- <state line="69" column="33" selection-start="2253" selection-end="2253" vertical-scroll-proportion="0.6237172">
68
- <folding />
69
- </state>
70
- </provider>
71
- </entry>
72
- </file>
73
- </leaf>
74
- </component>
75
- <component name="FindManager">
76
- <FindUsagesManager>
77
- <setting name="OPEN_NEW_TAB" value="false" />
78
- </FindUsagesManager>
79
- </component>
80
- <component name="Git.Settings">
81
- <option name="CHECKOUT_INCLUDE_TAGS" value="false" />
82
- <option name="UPDATE_CHANGES_POLICY" value="STASH" />
83
- </component>
84
- <component name="HighlightingSettingsPerFile">
85
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
86
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
87
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
88
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
89
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
90
- <setting file="mock:///IRB console" root0="SKIP_HIGHLIGHTING" />
91
- </component>
92
- <component name="IdeDocumentHistory">
93
- <option name="changedFiles">
94
- <list>
95
- <option value="$PROJECT_DIR$/content/environment.rb" />
96
- <option value="$PROJECT_DIR$/templates/project_details.rb" />
97
- <option value="$PROJECT_DIR$/lib/logirel/folder_helper.rb" />
98
- <option value="$PROJECT_DIR$/lib/logirel/initer.rb" />
99
- <option value="$PROJECT_DIR$/templates/environment.rb" />
100
- <option value="$PROJECT_DIR$/templates/paths.rb" />
101
- <option value="$PROJECT_DIR$/templates/paths.rb.tt" />
102
- <option value="$PROJECT_DIR$/templates/gitignore.tt" />
103
- <option value="$PROJECT_DIR$/templates/paths.tt" />
104
- <option value="$PROJECT_DIR$/templates/project_details.tt" />
105
- <option value="$PROJECT_DIR$/templates/environment.tt" />
106
- <option value="$PROJECT_DIR$/lib/logirel/templates/environment.tt" />
107
- <option value="$PROJECT_DIR$/lib/logirel/templates/paths.tt" />
108
- <option value="$PROJECT_DIR$/lib/logirel/templates/project_details.tt" />
109
- <option value="$PROJECT_DIR$/lib/logirel/cli.rb" />
110
- <option value="$PROJECT_DIR$/lib/logirel/cli_helper.rb" />
111
- </list>
112
- </option>
113
- </component>
114
- <component name="ProjectInspectionProfilesVisibleTreeState">
115
- <entry key="Project Default">
116
- <profile-state>
117
- <expanded-state>
118
- <State>
119
- <id>Inspections</id>
120
- </State>
121
- <State>
122
- <id>Spelling</id>
123
- </State>
124
- </expanded-state>
125
- <selected-state>
126
- <State>
127
- <id>SpellCheckingInspection</id>
128
- </State>
129
- </selected-state>
130
- </profile-state>
131
- </entry>
132
- </component>
133
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
134
- <OptionsSetting value="true" id="Add" />
135
- <OptionsSetting value="true" id="Remove" />
136
- <OptionsSetting value="true" id="Checkout" />
137
- <OptionsSetting value="true" id="Update" />
138
- <OptionsSetting value="true" id="Status" />
139
- <OptionsSetting value="true" id="Edit" />
140
- <ConfirmationsSetting value="0" id="Add" />
141
- <ConfirmationsSetting value="0" id="Remove" />
142
- </component>
143
- <component name="ProjectReloadState">
144
- <option name="STATE" value="0" />
145
- </component>
146
- <component name="ProjectView">
147
- <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
148
- <flattenPackages />
149
- <showMembers />
150
- <showModules />
151
- <showLibraryContents />
152
- <hideEmptyPackages />
153
- <abbreviatePackageNames />
154
- <autoscrollToSource />
155
- <autoscrollFromSource />
156
- <sortByType />
157
- </navigator>
158
- <panes>
159
- <pane id="Scope" />
160
- <pane id="ProjectPane">
161
- <subPane>
162
- <PATH>
163
- <PATH_ELEMENT>
164
- <option name="myItemId" value="logirel" />
165
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
166
- </PATH_ELEMENT>
167
- </PATH>
168
- <PATH>
169
- <PATH_ELEMENT>
170
- <option name="myItemId" value="logirel" />
171
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
172
- </PATH_ELEMENT>
173
- <PATH_ELEMENT>
174
- <option name="myItemId" value="logirel" />
175
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
176
- </PATH_ELEMENT>
177
- </PATH>
178
- <PATH>
179
- <PATH_ELEMENT>
180
- <option name="myItemId" value="logirel" />
181
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
182
- </PATH_ELEMENT>
183
- <PATH_ELEMENT>
184
- <option name="myItemId" value="logirel" />
185
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
186
- </PATH_ELEMENT>
187
- <PATH_ELEMENT>
188
- <option name="myItemId" value="spec" />
189
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
190
- </PATH_ELEMENT>
191
- </PATH>
192
- <PATH>
193
- <PATH_ELEMENT>
194
- <option name="myItemId" value="logirel" />
195
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
196
- </PATH_ELEMENT>
197
- <PATH_ELEMENT>
198
- <option name="myItemId" value="logirel" />
199
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
200
- </PATH_ELEMENT>
201
- <PATH_ELEMENT>
202
- <option name="myItemId" value="lib" />
203
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
204
- </PATH_ELEMENT>
205
- </PATH>
206
- <PATH>
207
- <PATH_ELEMENT>
208
- <option name="myItemId" value="logirel" />
209
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
210
- </PATH_ELEMENT>
211
- <PATH_ELEMENT>
212
- <option name="myItemId" value="logirel" />
213
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
214
- </PATH_ELEMENT>
215
- <PATH_ELEMENT>
216
- <option name="myItemId" value="lib" />
217
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
218
- </PATH_ELEMENT>
219
- <PATH_ELEMENT>
220
- <option name="myItemId" value="logirel" />
221
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
222
- </PATH_ELEMENT>
223
- </PATH>
224
- <PATH>
225
- <PATH_ELEMENT>
226
- <option name="myItemId" value="logirel" />
227
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
228
- </PATH_ELEMENT>
229
- <PATH_ELEMENT>
230
- <option name="myItemId" value="logirel" />
231
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
232
- </PATH_ELEMENT>
233
- <PATH_ELEMENT>
234
- <option name="myItemId" value="lib" />
235
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
236
- </PATH_ELEMENT>
237
- <PATH_ELEMENT>
238
- <option name="myItemId" value="logirel" />
239
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
240
- </PATH_ELEMENT>
241
- <PATH_ELEMENT>
242
- <option name="myItemId" value="vs" />
243
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
244
- </PATH_ELEMENT>
245
- </PATH>
246
- <PATH>
247
- <PATH_ELEMENT>
248
- <option name="myItemId" value="logirel" />
249
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
250
- </PATH_ELEMENT>
251
- <PATH_ELEMENT>
252
- <option name="myItemId" value="logirel" />
253
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
254
- </PATH_ELEMENT>
255
- <PATH_ELEMENT>
256
- <option name="myItemId" value="lib" />
257
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
258
- </PATH_ELEMENT>
259
- <PATH_ELEMENT>
260
- <option name="myItemId" value="logirel" />
261
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
262
- </PATH_ELEMENT>
263
- <PATH_ELEMENT>
264
- <option name="myItemId" value="templates" />
265
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
266
- </PATH_ELEMENT>
267
- </PATH>
268
- <PATH>
269
- <PATH_ELEMENT>
270
- <option name="myItemId" value="logirel" />
271
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
272
- </PATH_ELEMENT>
273
- <PATH_ELEMENT>
274
- <option name="myItemId" value="logirel" />
275
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
276
- </PATH_ELEMENT>
277
- <PATH_ELEMENT>
278
- <option name="myItemId" value="lib" />
279
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
280
- </PATH_ELEMENT>
281
- <PATH_ELEMENT>
282
- <option name="myItemId" value="logirel" />
283
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
284
- </PATH_ELEMENT>
285
- <PATH_ELEMENT>
286
- <option name="myItemId" value="tasks" />
287
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
288
- </PATH_ELEMENT>
289
- </PATH>
290
- <PATH>
291
- <PATH_ELEMENT>
292
- <option name="myItemId" value="logirel" />
293
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
294
- </PATH_ELEMENT>
295
- <PATH_ELEMENT>
296
- <option name="myItemId" value="logirel" />
297
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
298
- </PATH_ELEMENT>
299
- <PATH_ELEMENT>
300
- <option name="myItemId" value="lib" />
301
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
302
- </PATH_ELEMENT>
303
- <PATH_ELEMENT>
304
- <option name="myItemId" value="logirel" />
305
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
306
- </PATH_ELEMENT>
307
- <PATH_ELEMENT>
308
- <option name="myItemId" value="queries" />
309
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
310
- </PATH_ELEMENT>
311
- </PATH>
312
- <PATH>
313
- <PATH_ELEMENT>
314
- <option name="myItemId" value="logirel" />
315
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
316
- </PATH_ELEMENT>
317
- <PATH_ELEMENT>
318
- <option name="myItemId" value="logirel" />
319
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
320
- </PATH_ELEMENT>
321
- <PATH_ELEMENT>
322
- <option name="myItemId" value="bin" />
323
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
324
- </PATH_ELEMENT>
325
- </PATH>
326
- </subPane>
327
- </pane>
328
- <pane id="Favorites" />
329
- </panes>
330
- </component>
331
- <component name="PropertiesComponent">
332
- <property name="options.splitter.main.proportions" value="0.3" />
333
- <property name="recentsLimit" value="5" />
334
- <property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
335
- <property name="RakeTaksPopup.undocumentedIncluded" value="false" />
336
- <property name="options.searchVisible" value="true" />
337
- <property name="options.splitter.details.proportions" value="0.2" />
338
- </component>
339
- <component name="RecentsManager">
340
- <key name="CopyFile.RECENT_KEYS">
341
- <recent name="F:\code\oss\logirel\lib\logirel\vs" />
342
- <recent name="F:\code\oss\logirel\lib\logirel\actions" />
343
- </key>
344
- </component>
345
- <component name="RunManager" selected="RSpec.All specs in: spec">
346
- <configuration default="false" name="spec" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
347
- <module name="logirel" />
348
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
349
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
350
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
351
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
352
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
353
- <envs />
354
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
355
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov" />
356
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="spec" />
357
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="-f d" />
358
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE=":rspec " />
359
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
360
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
361
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
362
- <RunnerSettings RunnerId="RubyRunner" />
363
- <ConfigurationWrapper RunnerId="RubyRunner" />
364
- <method />
365
- </configuration>
366
- <configuration default="false" name="All specs in: spec" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
367
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
368
- <module name="logirel" />
369
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
370
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$/spec" />
371
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
372
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
373
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
374
- <envs />
375
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
376
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov" />
377
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$/spec" />
378
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
379
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
380
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
381
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
382
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
383
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
384
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
385
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
386
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
387
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
388
- <RunnerSettings RunnerId="RubyRunner" />
389
- <ConfigurationWrapper RunnerId="RubyRunner" />
390
- <method />
391
- </configuration>
392
- <configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
393
- <module name="" />
394
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
395
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
396
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
397
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
398
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
399
- <envs />
400
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
401
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov" />
402
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
403
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
404
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
405
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
406
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
407
- <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
408
- <method />
409
- </configuration>
410
- <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
411
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
412
- <module name="" />
413
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
414
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
415
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
416
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
417
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
418
- <envs />
419
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
420
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov" />
421
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
422
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
423
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
424
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
425
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
426
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
427
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
428
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
429
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
430
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
431
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
432
- <method />
433
- </configuration>
434
- <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
435
- <module name="" />
436
- <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
437
- <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
438
- <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
439
- <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
440
- <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
441
- <envs />
442
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
443
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" track_test_folders="true" runner="rcov" />
444
- <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
445
- <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
446
- <method />
447
- </configuration>
448
- <list size="2">
449
- <item index="0" class="java.lang.String" itemvalue="Rake.spec" />
450
- <item index="1" class="java.lang.String" itemvalue="RSpec.All specs in: spec" />
451
- </list>
452
- </component>
453
- <component name="ShelveChangesManager" show_recycled="false" />
454
- <component name="SvnConfiguration" maxAnnotateRevisions="500">
455
- <option name="USER" value="" />
456
- <option name="PASSWORD" value="" />
457
- <option name="LAST_MERGED_REVISION" />
458
- <option name="MERGE_DRY_RUN" value="false" />
459
- <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
460
- <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
461
- <option name="IGNORE_SPACES_IN_MERGE" value="false" />
462
- <option name="DETECT_NESTED_COPIES" value="true" />
463
- <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
464
- <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
465
- <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
466
- <option name="FORCE_UPDATE" value="false" />
467
- <configuration useDefault="true">C:\Users\xyz\AppData\Roaming\Subversion</configuration>
468
- <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
469
- </component>
470
- <component name="TaskManager">
471
- <task active="true" id="Default" summary="Default task">
472
- <changelist id="cfe4d983-a8f9-42a8-b166-808938490c32" name="Default" comment="" />
473
- <created>1309427546030</created>
474
- <updated>1309427546030</updated>
475
- </task>
476
- <servers />
477
- </component>
478
- <component name="TodoView" selected-index="0">
479
- <todo-panel id="selected-file">
480
- <are-packages-shown value="false" />
481
- <are-modules-shown value="false" />
482
- <flatten-packages value="false" />
483
- <is-autoscroll-to-source value="false" />
484
- </todo-panel>
485
- <todo-panel id="all">
486
- <are-packages-shown value="false" />
487
- <are-modules-shown value="false" />
488
- <flatten-packages value="false" />
489
- <is-autoscroll-to-source value="false" />
490
- </todo-panel>
491
- <todo-panel id="default-changelist">
492
- <are-packages-shown value="false" />
493
- <are-modules-shown value="false" />
494
- <flatten-packages value="false" />
495
- <is-autoscroll-to-source value="false" />
496
- </todo-panel>
497
- </component>
498
- <component name="ToolWindowManager">
499
- <frame x="447" y="81" width="1617" height="1033" extended-state="0" />
500
- <editor active="true" />
501
- <layout>
502
- <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3295129" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
503
- <window_info id="TODO" active="false" anchor="bottom" auto_hide="true" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3295129" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
504
- <window_info id="Find" active="false" anchor="bottom" auto_hide="true" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.2090708" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
505
- <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.13679545" sideWeight="0.2079646" order="1" side_tool="true" content_ui="tabs" />
506
- <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
507
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.13679545" sideWeight="0.7909292" order="0" side_tool="false" content_ui="tabs" />
508
- <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
509
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.44794652" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
510
- <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="8" side_tool="false" content_ui="tabs" />
511
- <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
512
- <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
513
- <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
514
- <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
515
- <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
516
- <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
517
- </layout>
518
- </component>
519
- <component name="VcsManagerConfiguration">
520
- <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
521
- <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
522
- <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
523
- <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
524
- <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
525
- <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
526
- <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
527
- <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
528
- <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
529
- <option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
530
- <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
531
- <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
532
- <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
533
- <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
534
- <option name="LAST_COMMIT_MESSAGE" />
535
- <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
536
- <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
537
- <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
538
- <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
539
- <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
540
- <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
541
- <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
542
- <option name="ACTIVE_VCS_NAME" />
543
- <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
544
- <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
545
- <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
546
- <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
547
- </component>
548
- <component name="XDebuggerManager">
549
- <breakpoint-manager />
550
- </component>
551
- <component name="editorHistoryManager">
552
- <entry file="file://$PROJECT_DIR$/lib/logirel/queries/str_q.rb">
553
- <provider selected="true" editor-type-id="text-editor">
554
- <state line="5" column="10" selection-start="98" selection-end="98" vertical-scroll-proportion="0.0">
555
- <folding />
556
- </state>
557
- </provider>
558
- </entry>
559
- <entry file="file://$PROJECT_DIR$/lib/logirel/initer.rb">
560
- <provider selected="true" editor-type-id="text-editor">
561
- <state line="132" column="69" selection-start="3856" selection-end="3856" vertical-scroll-proportion="-18.48">
562
- <folding />
563
- </state>
564
- </provider>
565
- </entry>
566
- <entry file="file://$APPLICATION_HOME_DIR$/rubystubs19/file.rb">
567
- <provider selected="true" editor-type-id="text-editor">
568
- <state line="499" column="13" selection-start="17817" selection-end="17817" vertical-scroll-proportion="0.0">
569
- <folding />
570
- </state>
571
- </provider>
572
- </entry>
573
- <entry file="file://$PROJECT_DIR$/lib/logirel/tasks/nuget.rb">
574
- <provider selected="true" editor-type-id="text-editor">
575
- <state line="17" column="0" selection-start="656" selection-end="656" vertical-scroll-proportion="0.29076397">
576
- <folding />
577
- </state>
578
- </provider>
579
- </entry>
580
- <entry file="file://$PROJECT_DIR$/lib/logirel/tasks/output.rb">
581
- <provider selected="true" editor-type-id="text-editor">
582
- <state line="4" column="0" selection-start="50" selection-end="50" vertical-scroll-proportion="0.06841505">
583
- <folding />
584
- </state>
585
- </provider>
586
- </entry>
587
- <entry file="file://$PROJECT_DIR$/../../castle/Castle.Transactions/buildscripts/environment.rb">
588
- <provider selected="true" editor-type-id="text-editor">
589
- <state line="12" column="61" selection-start="288" selection-end="288" vertical-scroll-proportion="0.20524515">
590
- <folding />
591
- </state>
592
- </provider>
593
- </entry>
594
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/environment.tt">
595
- <provider selected="true" editor-type-id="text-editor">
596
- <state line="31" column="85" selection-start="1236" selection-end="1236" vertical-scroll-proportion="0.0">
597
- <folding />
598
- </state>
599
- </provider>
600
- </entry>
601
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/Gemfile.tt">
602
- <provider selected="true" editor-type-id="text-editor">
603
- <state line="6" column="0" selection-start="83" selection-end="83" vertical-scroll-proportion="0.0">
604
- <folding />
605
- </state>
606
- </provider>
607
- </entry>
608
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/gitignore.tt">
609
- <provider selected="true" editor-type-id="text-editor">
610
- <state line="1" column="4" selection-start="9" selection-end="9" vertical-scroll-proportion="0.0">
611
- <folding />
612
- </state>
613
- </provider>
614
- </entry>
615
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/paths.tt">
616
- <provider selected="true" editor-type-id="text-editor">
617
- <state line="18" column="75" selection-start="697" selection-end="697" vertical-scroll-proportion="-10.8">
618
- <folding />
619
- </state>
620
- </provider>
621
- </entry>
622
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/project_details.tt">
623
- <provider selected="true" editor-type-id="text-editor">
624
- <state line="4" column="34" selection-start="89" selection-end="89" vertical-scroll-proportion="0.0">
625
- <folding />
626
- </state>
627
- </provider>
628
- </entry>
629
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/Rakefile.tt">
630
- <provider selected="true" editor-type-id="text-editor">
631
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
632
- <folding />
633
- </state>
634
- </provider>
635
- </entry>
636
- <entry file="file://$PROJECT_DIR$/../../throw-away/mtp/buildscripts/environment.rb">
637
- <provider selected="true" editor-type-id="text-editor">
638
- <state line="39" column="11" selection-start="1403" selection-end="1403" vertical-scroll-proportion="0.6670467">
639
- <folding />
640
- </state>
641
- </provider>
642
- </entry>
643
- <entry file="file://$PROJECT_DIR$/lib/logirel/templates/utils.tt">
644
- <provider selected="true" editor-type-id="text-editor">
645
- <state line="25" column="53" selection-start="640" selection-end="640" vertical-scroll-proportion="0.42759407">
646
- <folding />
647
- </state>
648
- </provider>
649
- </entry>
650
- <entry file="file://$PROJECT_DIR$/lib/logirel/cli.rb">
651
- <provider selected="true" editor-type-id="text-editor">
652
- <state line="58" column="21" selection-start="2534" selection-end="2534" vertical-scroll-proportion="0.0">
653
- <folding />
654
- </state>
655
- </provider>
656
- </entry>
657
- <entry file="file://$PROJECT_DIR$/lib/logirel/cli_helper.rb">
658
- <provider selected="true" editor-type-id="text-editor">
659
- <state line="69" column="33" selection-start="2253" selection-end="2253" vertical-scroll-proportion="0.6237172">
660
- <folding />
661
- </state>
662
- </provider>
663
- </entry>
664
- </component>
665
- </project>
666
-