devise_views_translated 0.4.1

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.
Files changed (37) hide show
  1. data/.document +5 -0
  2. data/.idea/.name +1 -0
  3. data/.idea/.rakeTasks +7 -0
  4. data/.idea/devise_views_translated.iml +27 -0
  5. data/.idea/encodings.xml +5 -0
  6. data/.idea/misc.xml +36 -0
  7. data/.idea/modules.xml +9 -0
  8. data/.idea/scopes/scope_settings.xml +5 -0
  9. data/.idea/vcs.xml +7 -0
  10. data/.idea/workspace.xml +735 -0
  11. data/Gemfile +13 -0
  12. data/LICENSE.txt +20 -0
  13. data/README.rdoc +19 -0
  14. data/Rakefile +46 -0
  15. data/VERSION +1 -0
  16. data/devise_views_translated.gemspec +81 -0
  17. data/lib/app/views/devise/confirmations/new.html.haml +9 -0
  18. data/lib/app/views/devise/mailer/confirmation_instructions.fr.html.haml +4 -0
  19. data/lib/app/views/devise/mailer/confirmation_instructions.html.haml +4 -0
  20. data/lib/app/views/devise/mailer/reset_password_instructions.fr.html.haml +6 -0
  21. data/lib/app/views/devise/mailer/reset_password_instructions.html.haml +6 -0
  22. data/lib/app/views/devise/mailer/unlock_instructions.fr.html.haml +5 -0
  23. data/lib/app/views/devise/mailer/unlock_instructions.html.haml +5 -0
  24. data/lib/app/views/devise/passwords/edit.html.haml +14 -0
  25. data/lib/app/views/devise/passwords/new.html.haml +25 -0
  26. data/lib/app/views/devise/registrations/edit.html.haml +27 -0
  27. data/lib/app/views/devise/registrations/new.html.haml +20 -0
  28. data/lib/app/views/devise/sessions/new.html.haml +40 -0
  29. data/lib/app/views/devise/shared/_links.haml +37 -0
  30. data/lib/app/views/devise/unlocks/new.html.haml +23 -0
  31. data/lib/config/locales/devise.fr.yml +94 -0
  32. data/lib/devise_views_translated.rb +12 -0
  33. data/lib/railtie.rb +12 -0
  34. data/lib/tasks/devise_views_translated_tasks.rake +42 -0
  35. data/test/helper.rb +18 -0
  36. data/test/test_devise_views_translated.rb +7 -0
  37. metadata +131 -0
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ devise_views_translated
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
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" /></Settings>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
8
+ <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$">
14
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
15
+ </content>
16
+ <orderEntry type="inheritedJdk" />
17
+ <orderEntry type="sourceFolder" forTests="false" />
18
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.2.3, RVM: ruby-1.9.3-p374) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="git (v1.2.5, RVM: ruby-1.9.3-p374) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="jeweler (v1.6.4, RVM: ruby-1.9.3-p374) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.0.3, RVM: ruby-1.9.3-p374) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="shoulda (v3.0.1, RVM: ruby-1.9.3-p374) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="shoulda-context (v1.0.0, RVM: ruby-1.9.3-p374) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="shoulda-matchers (v1.0.0, RVM: ruby-1.9.3-p374) [gem]" level="application" />
25
+ </component>
26
+ </module>
27
+
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectInspectionProfilesVisibleTreeState">
4
+ <entry key="Project Default">
5
+ <profile-state>
6
+ <expanded-state>
7
+ <State>
8
+ <id />
9
+ </State>
10
+ </expanded-state>
11
+ <selected-state>
12
+ <State>
13
+ <id>CoffeeScript</id>
14
+ </State>
15
+ </selected-state>
16
+ </profile-state>
17
+ </entry>
18
+ </component>
19
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p374" project-jdk-type="RUBY_SDK" />
20
+ <component name="masterDetails">
21
+ <states>
22
+ <state key="ScopeChooserConfigurable.UI">
23
+ <settings>
24
+ <splitter-proportions>
25
+ <option name="proportions">
26
+ <list>
27
+ <option value="0.2" />
28
+ </list>
29
+ </option>
30
+ </splitter-proportions>
31
+ </settings>
32
+ </state>
33
+ </states>
34
+ </component>
35
+ </project>
36
+
data/.idea/modules.xml ADDED
@@ -0,0 +1,9 @@
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/devise_views_translated.iml" filepath="$PROJECT_DIR$/.idea/devise_views_translated.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
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
+
@@ -0,0 +1,735 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/.rakeTasks" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/VERSION" afterPath="$PROJECT_DIR$/VERSION" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/devise_views_translated.iml" afterPath="$PROJECT_DIR$/.idea/devise_views_translated.iml" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
9
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
10
+ </list>
11
+ <ignored path="devise_views_translated.iws" />
12
+ <ignored path=".idea/workspace.xml" />
13
+ <file path="/Dummy.txt" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1361221662389" ignored="false" />
14
+ <file path="$PROJECT_DIR$/../aslon_settings/.idea/workspace.xml" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360614949488" ignored="false" />
15
+ <file path="/.gitignore" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360526863398" ignored="false" />
16
+ <file path="$PROJECT_DIR$/../aslon_settings/.idea/aslon_settings.iml" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360527664393" ignored="false" />
17
+ <file path="$USER_HOME$/develop/newappl5/config/deploy.rb" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360530072253" ignored="false" />
18
+ <file path="$USER_HOME$/develop/newappl5/Gemfile" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360528723055" ignored="false" />
19
+ <file path="/Gemfile" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360528311187" ignored="false" />
20
+ <file path="$USER_HOME$/develop/newappl5/Gemfile.lock" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360528412305" ignored="false" />
21
+ <file path="$USER_HOME$/develop/newappl5/.idea/newappl5.iml" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360528787908" ignored="false" />
22
+ <file path="$USER_HOME$/develop/newappl5/.idea/workspace.xml" changelist="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" time="1360614949488" ignored="false" />
23
+ <option name="TRACKING_ENABLED" value="true" />
24
+ <option name="SHOW_DIALOG" value="false" />
25
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
26
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
27
+ <option name="LAST_RESOLUTION" value="IGNORE" />
28
+ </component>
29
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
30
+ <component name="CreatePatchCommitExecutor">
31
+ <option name="PATCH_PATH" value="" />
32
+ </component>
33
+ <component name="DaemonCodeAnalyzer">
34
+ <disable_hints />
35
+ </component>
36
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
37
+ <component name="FileEditorManager">
38
+ <leaf>
39
+ <file leaf-file-name="devise_views_translated.gemspec" pinned="false" current="false" current-in-tab="false">
40
+ <entry file="file://$PROJECT_DIR$/devise_views_translated.gemspec">
41
+ <provider selected="true" editor-type-id="text-editor">
42
+ <state line="80" column="15" selection-start="2899" selection-end="2899" vertical-scroll-proportion="0.0">
43
+ <folding />
44
+ </state>
45
+ </provider>
46
+ </entry>
47
+ </file>
48
+ <file leaf-file-name="VERSION" pinned="false" current="true" current-in-tab="true">
49
+ <entry file="file://$PROJECT_DIR$/VERSION">
50
+ <provider selected="true" editor-type-id="text-editor">
51
+ <state line="0" column="5" selection-start="5" selection-end="5" vertical-scroll-proportion="0.0">
52
+ <folding />
53
+ </state>
54
+ </provider>
55
+ </entry>
56
+ </file>
57
+ <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
58
+ <entry file="file://$PROJECT_DIR$/Gemfile">
59
+ <provider selected="true" editor-type-id="text-editor">
60
+ <state line="9" column="18" selection-start="299" selection-end="299" vertical-scroll-proportion="0.0">
61
+ <folding />
62
+ </state>
63
+ </provider>
64
+ </entry>
65
+ </file>
66
+ <file leaf-file-name="GemDependency/#devise_views_translated" pinned="false" current="false" current-in-tab="false">
67
+ <entry file="uml://GemDependency/#devise_views_translated">
68
+ <provider selected="true" editor-type-id="UmlEditorProvider">
69
+ <state>
70
+ <ID>GemDependency</ID>
71
+ <OriginalElement>#devise_views_translated</OriginalElement>
72
+ <nodes>
73
+ <node x="370.75" y="80.0">shoulda</node>
74
+ <node x="71.0" y="0.0">bundler</node>
75
+ <node x="173.0" y="0.0">rake</node>
76
+ <node x="0.0" y="0.0">git</node>
77
+ <node x="254.0" y="0.0">shoulda-matchers</node>
78
+ <node x="47.25" y="76.0">jeweler</node>
79
+ <node x="424.0" y="0.0">shoulda-context</node>
80
+ <node x="185.75" y="186.0">#devise_views_translated</node>
81
+ </nodes>
82
+ <notes />
83
+ <edges>
84
+ <edge source="jeweler" target="rake">
85
+ <point x="0.0" y="0.0" />
86
+ <point x="0.0" y="0.0" />
87
+ </edge>
88
+ <edge source="shoulda" target="shoulda-context">
89
+ <point x="0.0" y="0.0" />
90
+ <point x="0.0" y="0.0" />
91
+ </edge>
92
+ <edge source="#devise_views_translated" target="shoulda">
93
+ <point x="0.0" y="0.0" />
94
+ <point x="0.0" y="0.0" />
95
+ </edge>
96
+ <edge source="#devise_views_translated" target="shoulda-matchers">
97
+ <point x="0.0" y="0.0" />
98
+ <point x="0.0" y="0.0" />
99
+ </edge>
100
+ <edge source="jeweler" target="git">
101
+ <point x="0.0" y="0.0" />
102
+ <point x="0.0" y="0.0" />
103
+ </edge>
104
+ <edge source="#devise_views_translated" target="git">
105
+ <point x="0.0" y="0.0" />
106
+ <point x="0.0" y="0.0" />
107
+ </edge>
108
+ <edge source="shoulda" target="shoulda-matchers">
109
+ <point x="0.0" y="0.0" />
110
+ <point x="0.0" y="0.0" />
111
+ </edge>
112
+ <edge source="#devise_views_translated" target="shoulda-context">
113
+ <point x="0.0" y="0.0" />
114
+ <point x="0.0" y="0.0" />
115
+ </edge>
116
+ <edge source="#devise_views_translated" target="bundler">
117
+ <point x="0.0" y="0.0" />
118
+ <point x="0.0" y="0.0" />
119
+ </edge>
120
+ <edge source="jeweler" target="bundler">
121
+ <point x="0.0" y="0.0" />
122
+ <point x="0.0" y="0.0" />
123
+ </edge>
124
+ <edge source="#devise_views_translated" target="rake">
125
+ <point x="0.0" y="0.0" />
126
+ <point x="0.0" y="0.0" />
127
+ </edge>
128
+ <edge source="#devise_views_translated" target="jeweler">
129
+ <point x="0.0" y="0.0" />
130
+ <point x="0.0" y="0.0" />
131
+ </edge>
132
+ </edges>
133
+ <settings layout="Hierarchic Group" zoom="1.0" x="19.0" y="142.0" />
134
+ <SelectedNodes>
135
+ <node>git</node>
136
+ </SelectedNodes>
137
+ <Categories />
138
+ </state>
139
+ </provider>
140
+ </entry>
141
+ </file>
142
+ <file leaf-file-name="devise_views_translated.rb" pinned="false" current="false" current-in-tab="false">
143
+ <entry file="file://$PROJECT_DIR$/lib/devise_views_translated.rb">
144
+ <provider selected="true" editor-type-id="text-editor">
145
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
146
+ <folding />
147
+ </state>
148
+ </provider>
149
+ </entry>
150
+ </file>
151
+ <file leaf-file-name="devise.fr.yml" pinned="false" current="false" current-in-tab="false">
152
+ <entry file="file://$PROJECT_DIR$/lib/config/locales/devise.fr.yml">
153
+ <provider selected="true" editor-type-id="text-editor">
154
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
155
+ <folding />
156
+ </state>
157
+ </provider>
158
+ </entry>
159
+ </file>
160
+ <file leaf-file-name=".gitignore" pinned="false" current="false" current-in-tab="false">
161
+ <entry file="file://$PROJECT_DIR$/.gitignore">
162
+ <provider selected="true" editor-type-id="text-editor">
163
+ <state line="21" column="30" selection-start="324" selection-end="324" vertical-scroll-proportion="0.0">
164
+ <folding />
165
+ </state>
166
+ </provider>
167
+ </entry>
168
+ </file>
169
+ </leaf>
170
+ </component>
171
+ <component name="FindManager">
172
+ <FindUsagesManager>
173
+ <setting name="OPEN_NEW_TAB" value="false" />
174
+ </FindUsagesManager>
175
+ </component>
176
+ <component name="Git.Settings">
177
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
178
+ </component>
179
+ <component name="GitLogSettings">
180
+ <option name="myDateState">
181
+ <MyDateState />
182
+ </option>
183
+ </component>
184
+ <component name="IdeDocumentHistory">
185
+ <option name="changedFiles">
186
+ <list>
187
+ <option value="$PROJECT_DIR$/.gitignore" />
188
+ <option value="$PROJECT_DIR$/devise_views_translated.gemspec" />
189
+ <option value="$PROJECT_DIR$/VERSION" />
190
+ </list>
191
+ </option>
192
+ </component>
193
+ <component name="ProjectFrameBounds">
194
+ <option name="x" value="46" />
195
+ <option name="y" value="22" />
196
+ <option name="width" value="1387" />
197
+ <option name="height" value="792" />
198
+ </component>
199
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
200
+ <OptionsSetting value="true" id="Add" />
201
+ <OptionsSetting value="true" id="Remove" />
202
+ <OptionsSetting value="true" id="Checkout" />
203
+ <OptionsSetting value="true" id="Update" />
204
+ <OptionsSetting value="true" id="Status" />
205
+ <OptionsSetting value="true" id="Edit" />
206
+ <ConfirmationsSetting value="1" id="Add" />
207
+ <ConfirmationsSetting value="0" id="Remove" />
208
+ </component>
209
+ <component name="ProjectReloadState">
210
+ <option name="STATE" value="0" />
211
+ </component>
212
+ <component name="ProjectView">
213
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
214
+ <flattenPackages />
215
+ <showMembers />
216
+ <showModules />
217
+ <showLibraryContents />
218
+ <hideEmptyPackages />
219
+ <abbreviatePackageNames />
220
+ <autoscrollToSource />
221
+ <autoscrollFromSource />
222
+ <sortByType />
223
+ </navigator>
224
+ <panes>
225
+ <pane id="ProjectPane">
226
+ <subPane>
227
+ <PATH>
228
+ <PATH_ELEMENT>
229
+ <option name="myItemId" value="devise_views_translated" />
230
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
231
+ </PATH_ELEMENT>
232
+ <PATH_ELEMENT>
233
+ <option name="myItemId" value="External Libraries" />
234
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
235
+ </PATH_ELEMENT>
236
+ </PATH>
237
+ <PATH>
238
+ <PATH_ELEMENT>
239
+ <option name="myItemId" value="devise_views_translated" />
240
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
241
+ </PATH_ELEMENT>
242
+ <PATH_ELEMENT>
243
+ <option name="myItemId" value="devise_views_translated" />
244
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
245
+ </PATH_ELEMENT>
246
+ </PATH>
247
+ <PATH>
248
+ <PATH_ELEMENT>
249
+ <option name="myItemId" value="devise_views_translated" />
250
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
251
+ </PATH_ELEMENT>
252
+ <PATH_ELEMENT>
253
+ <option name="myItemId" value="devise_views_translated" />
254
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
255
+ </PATH_ELEMENT>
256
+ <PATH_ELEMENT>
257
+ <option name="myItemId" value="lib" />
258
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
259
+ </PATH_ELEMENT>
260
+ </PATH>
261
+ <PATH>
262
+ <PATH_ELEMENT>
263
+ <option name="myItemId" value="devise_views_translated" />
264
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
265
+ </PATH_ELEMENT>
266
+ <PATH_ELEMENT>
267
+ <option name="myItemId" value="devise_views_translated" />
268
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
269
+ </PATH_ELEMENT>
270
+ <PATH_ELEMENT>
271
+ <option name="myItemId" value="lib" />
272
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
273
+ </PATH_ELEMENT>
274
+ <PATH_ELEMENT>
275
+ <option name="myItemId" value="config" />
276
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
277
+ </PATH_ELEMENT>
278
+ <PATH_ELEMENT>
279
+ <option name="myItemId" value="locales" />
280
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
281
+ </PATH_ELEMENT>
282
+ </PATH>
283
+ <PATH>
284
+ <PATH_ELEMENT>
285
+ <option name="myItemId" value="devise_views_translated" />
286
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
287
+ </PATH_ELEMENT>
288
+ <PATH_ELEMENT>
289
+ <option name="myItemId" value="devise_views_translated" />
290
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
291
+ </PATH_ELEMENT>
292
+ <PATH_ELEMENT>
293
+ <option name="myItemId" value="lib" />
294
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
295
+ </PATH_ELEMENT>
296
+ <PATH_ELEMENT>
297
+ <option name="myItemId" value="app" />
298
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
299
+ </PATH_ELEMENT>
300
+ <PATH_ELEMENT>
301
+ <option name="myItemId" value="views" />
302
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
303
+ </PATH_ELEMENT>
304
+ <PATH_ELEMENT>
305
+ <option name="myItemId" value="devise" />
306
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
307
+ </PATH_ELEMENT>
308
+ </PATH>
309
+ </subPane>
310
+ </pane>
311
+ <pane id="Scope" />
312
+ </panes>
313
+ </component>
314
+ <component name="PropertiesComponent">
315
+ <property name="options.splitter.main.proportions" value="0.3" />
316
+ <property name="WebServerToolWindowFactoryState" value="true" />
317
+ <property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
318
+ <property name="recentsLimit" value="5" />
319
+ <property name="RakeTaksPopup.undocumentedIncluded" value="false" />
320
+ <property name="options.searchVisible" value="true" />
321
+ <property name="options.splitter.details.proportions" value="0.2" />
322
+ </component>
323
+ <component name="PublishConfig">
324
+ <servers>
325
+ <server id="559050a5-fa2f-4978-9ddf-475bf34226e2">
326
+ <serverdata>
327
+ <mappings>
328
+ <mapping local="$PROJECT_DIR$" />
329
+ </mappings>
330
+ </serverdata>
331
+ </server>
332
+ </servers>
333
+ </component>
334
+ <component name="RunManager" selected="Rake.release">
335
+ <configuration default="false" name="release" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
336
+ <module name="devise_views_translated" />
337
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
338
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
339
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
340
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
341
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
342
+ <envs />
343
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
344
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
345
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
346
+ <COVERAGE_PATTERN ENABLED="true">
347
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
348
+ </COVERAGE_PATTERN>
349
+ </EXTENSION>
350
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
351
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="release" />
352
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
353
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
354
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
355
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
356
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
357
+ <RunnerSettings RunnerId="RubyRunner" />
358
+ <ConfigurationWrapper RunnerId="RubyRunner" />
359
+ <method />
360
+ </configuration>
361
+ <configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
362
+ <module name="" />
363
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
364
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
365
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
366
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
367
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
368
+ <envs />
369
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
370
+ <EXTENSION ID="JRubyRunConfigurationExtension" />
371
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
372
+ <COVERAGE_PATTERN ENABLED="true">
373
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
374
+ </COVERAGE_PATTERN>
375
+ </EXTENSION>
376
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
377
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
378
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
379
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
380
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
381
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
382
+ <RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
383
+ <method />
384
+ </configuration>
385
+ <list size="1">
386
+ <item index="0" class="java.lang.String" itemvalue="Rake.release" />
387
+ </list>
388
+ <recent_temporary>
389
+ <list size="1">
390
+ <item index="0" class="java.lang.String" itemvalue="Rake.release" />
391
+ </list>
392
+ </recent_temporary>
393
+ </component>
394
+ <component name="ShelveChangesManager" show_recycled="false" />
395
+ <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
396
+ <option name="USER" value="" />
397
+ <option name="PASSWORD" value="" />
398
+ <option name="mySSHConnectionTimeout" value="30000" />
399
+ <option name="mySSHReadTimeout" value="30000" />
400
+ <option name="LAST_MERGED_REVISION" />
401
+ <option name="MERGE_DRY_RUN" value="false" />
402
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
403
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
404
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
405
+ <option name="DETECT_NESTED_COPIES" value="true" />
406
+ <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
407
+ <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
408
+ <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
409
+ <option name="FORCE_UPDATE" value="false" />
410
+ <option name="IGNORE_EXTERNALS" value="false" />
411
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
412
+ </component>
413
+ <component name="TaskManager">
414
+ <task active="true" id="Default" summary="Default task">
415
+ <changelist id="6d69ae4c-b0d3-4bee-bfec-33d41e911fdc" name="Default" comment="" />
416
+ <created>1360521235479</created>
417
+ <updated>1360521235479</updated>
418
+ </task>
419
+ <task id="LOCAL-00001" summary="a">
420
+ <created>1360527346245</created>
421
+ <updated>1360527346245</updated>
422
+ </task>
423
+ <option name="localTasksCounter" value="2" />
424
+ <servers />
425
+ </component>
426
+ <component name="ToolWindowManager">
427
+ <frame x="46" y="22" width="1387" height="792" extended-state="0" />
428
+ <editor active="true" />
429
+ <layout>
430
+ <window_info id="Changes" 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" />
431
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
432
+ <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" />
433
+ <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" />
434
+ <window_info id="Remote Host" 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" />
435
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25354213" sideWeight="0.6706231" order="0" side_tool="false" content_ui="combo" />
436
+ <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" />
437
+ <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="false" content_ui="tabs" />
438
+ <window_info id="Event Log" 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" />
439
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32937685" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
440
+ <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" />
441
+ <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" />
442
+ <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" />
443
+ <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" />
444
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
445
+ <window_info id="Messages" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32937685" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
446
+ <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" />
447
+ <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" />
448
+ <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" />
449
+ </layout>
450
+ </component>
451
+ <component name="VcsContentAnnotationSettings">
452
+ <option name="myLimit" value="2678400000" />
453
+ </component>
454
+ <component name="VcsManagerConfiguration">
455
+ <option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
456
+ <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
457
+ <option name="CHECK_NEW_TODO" value="true" />
458
+ <option name="myTodoPanelSettings">
459
+ <value>
460
+ <are-packages-shown value="false" />
461
+ <are-modules-shown value="false" />
462
+ <flatten-packages value="false" />
463
+ <is-autoscroll-to-source value="false" />
464
+ </value>
465
+ </option>
466
+ <option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
467
+ <option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
468
+ <option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
469
+ <option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
470
+ <option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
471
+ <option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
472
+ <option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
473
+ <option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
474
+ <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
475
+ <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
476
+ <option name="DEFAULT_PATCH_EXTENSION" value="patch" />
477
+ <option name="SHORT_DIFF_HORISONTALLY" value="true" />
478
+ <option name="SHORT_DIFF_EXTRA_LINES" value="2" />
479
+ <option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
480
+ <option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
481
+ <option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
482
+ <option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
483
+ <option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
484
+ <option name="SHOW_DIRTY_RECURSIVELY" value="false" />
485
+ <option name="LIMIT_HISTORY" value="true" />
486
+ <option name="MAXIMUM_HISTORY_ROWS" value="1000" />
487
+ <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
488
+ <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
489
+ <option name="LAST_COMMIT_MESSAGE" value="a" />
490
+ <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
491
+ <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
492
+ <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
493
+ <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
494
+ <option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
495
+ <option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
496
+ <option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
497
+ <option name="ACTIVE_VCS_NAME" />
498
+ <option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
499
+ <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
500
+ <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
501
+ <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
502
+ <MESSAGE value="a" />
503
+ </component>
504
+ <component name="XDebuggerManager">
505
+ <breakpoint-manager />
506
+ </component>
507
+ <component name="editorHistoryManager">
508
+ <entry file="file://$PROJECT_DIR$/devise_views_translated.gemspec">
509
+ <provider selected="true" editor-type-id="text-editor">
510
+ <state line="80" column="15" selection-start="2899" selection-end="2899" vertical-scroll-proportion="0.0">
511
+ <folding />
512
+ </state>
513
+ </provider>
514
+ </entry>
515
+ <entry file="file://$PROJECT_DIR$/Gemfile">
516
+ <provider selected="true" editor-type-id="text-editor">
517
+ <state line="9" column="18" selection-start="299" selection-end="299" vertical-scroll-proportion="0.0">
518
+ <folding />
519
+ </state>
520
+ </provider>
521
+ </entry>
522
+ <entry file="uml://GemDependency/#devise_views_translated">
523
+ <provider selected="true" editor-type-id="UmlEditorProvider">
524
+ <state>
525
+ <ID>GemDependency</ID>
526
+ <OriginalElement>#devise_views_translated</OriginalElement>
527
+ <nodes>
528
+ <node x="370.75" y="80.0">shoulda</node>
529
+ <node x="71.0" y="0.0">bundler</node>
530
+ <node x="173.0" y="0.0">rake</node>
531
+ <node x="0.0" y="0.0">git</node>
532
+ <node x="254.0" y="0.0">shoulda-matchers</node>
533
+ <node x="47.25" y="76.0">jeweler</node>
534
+ <node x="424.0" y="0.0">shoulda-context</node>
535
+ <node x="185.75" y="186.0">#devise_views_translated</node>
536
+ </nodes>
537
+ <notes />
538
+ <edges>
539
+ <edge source="jeweler" target="rake">
540
+ <point x="0.0" y="0.0" />
541
+ <point x="0.0" y="0.0" />
542
+ </edge>
543
+ <edge source="shoulda" target="shoulda-context">
544
+ <point x="0.0" y="0.0" />
545
+ <point x="0.0" y="0.0" />
546
+ </edge>
547
+ <edge source="#devise_views_translated" target="shoulda">
548
+ <point x="0.0" y="0.0" />
549
+ <point x="0.0" y="0.0" />
550
+ </edge>
551
+ <edge source="#devise_views_translated" target="shoulda-matchers">
552
+ <point x="0.0" y="0.0" />
553
+ <point x="0.0" y="0.0" />
554
+ </edge>
555
+ <edge source="jeweler" target="git">
556
+ <point x="0.0" y="0.0" />
557
+ <point x="0.0" y="0.0" />
558
+ </edge>
559
+ <edge source="#devise_views_translated" target="git">
560
+ <point x="0.0" y="0.0" />
561
+ <point x="0.0" y="0.0" />
562
+ </edge>
563
+ <edge source="shoulda" target="shoulda-matchers">
564
+ <point x="0.0" y="0.0" />
565
+ <point x="0.0" y="0.0" />
566
+ </edge>
567
+ <edge source="#devise_views_translated" target="shoulda-context">
568
+ <point x="0.0" y="0.0" />
569
+ <point x="0.0" y="0.0" />
570
+ </edge>
571
+ <edge source="#devise_views_translated" target="bundler">
572
+ <point x="0.0" y="0.0" />
573
+ <point x="0.0" y="0.0" />
574
+ </edge>
575
+ <edge source="jeweler" target="bundler">
576
+ <point x="0.0" y="0.0" />
577
+ <point x="0.0" y="0.0" />
578
+ </edge>
579
+ <edge source="#devise_views_translated" target="rake">
580
+ <point x="0.0" y="0.0" />
581
+ <point x="0.0" y="0.0" />
582
+ </edge>
583
+ <edge source="#devise_views_translated" target="jeweler">
584
+ <point x="0.0" y="0.0" />
585
+ <point x="0.0" y="0.0" />
586
+ </edge>
587
+ </edges>
588
+ <settings layout="Hierarchic Group" zoom="1.0" x="19.0" y="142.0" />
589
+ <SelectedNodes>
590
+ <node>git</node>
591
+ </SelectedNodes>
592
+ <Categories />
593
+ </state>
594
+ </provider>
595
+ </entry>
596
+ <entry file="file://$PROJECT_DIR$/lib/devise_views_translated.rb">
597
+ <provider selected="true" editor-type-id="text-editor">
598
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
599
+ <folding />
600
+ </state>
601
+ </provider>
602
+ </entry>
603
+ <entry file="file://$PROJECT_DIR$/lib/config/locales/devise.fr.yml">
604
+ <provider selected="true" editor-type-id="text-editor">
605
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
606
+ <folding />
607
+ </state>
608
+ </provider>
609
+ </entry>
610
+ <entry file="file://$PROJECT_DIR$/.gitignore">
611
+ <provider selected="true" editor-type-id="text-editor">
612
+ <state line="21" column="30" selection-start="324" selection-end="324" vertical-scroll-proportion="0.0">
613
+ <folding />
614
+ </state>
615
+ </provider>
616
+ </entry>
617
+ <entry file="file://$PROJECT_DIR$/lib/config/locales/devise.fr.yml">
618
+ <provider selected="true" editor-type-id="text-editor">
619
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
620
+ <folding />
621
+ </state>
622
+ </provider>
623
+ </entry>
624
+ <entry file="file://$PROJECT_DIR$/.gitignore">
625
+ <provider selected="true" editor-type-id="text-editor">
626
+ <state line="21" column="30" selection-start="324" selection-end="324" vertical-scroll-proportion="0.0">
627
+ <folding />
628
+ </state>
629
+ </provider>
630
+ </entry>
631
+ <entry file="file://$PROJECT_DIR$/Gemfile">
632
+ <provider selected="true" editor-type-id="text-editor">
633
+ <state line="9" column="18" selection-start="299" selection-end="299" vertical-scroll-proportion="0.0">
634
+ <folding />
635
+ </state>
636
+ </provider>
637
+ </entry>
638
+ <entry file="uml://GemDependency/#devise_views_translated">
639
+ <provider selected="true" editor-type-id="UmlEditorProvider">
640
+ <state>
641
+ <ID>GemDependency</ID>
642
+ <OriginalElement>#devise_views_translated</OriginalElement>
643
+ <nodes>
644
+ <node x="370.75" y="80.0">shoulda</node>
645
+ <node x="71.0" y="0.0">bundler</node>
646
+ <node x="173.0" y="0.0">rake</node>
647
+ <node x="0.0" y="0.0">git</node>
648
+ <node x="254.0" y="0.0">shoulda-matchers</node>
649
+ <node x="47.25" y="76.0">jeweler</node>
650
+ <node x="424.0" y="0.0">shoulda-context</node>
651
+ <node x="185.75" y="186.0">#devise_views_translated</node>
652
+ </nodes>
653
+ <notes />
654
+ <edges>
655
+ <edge source="jeweler" target="rake">
656
+ <point x="0.0" y="0.0" />
657
+ <point x="0.0" y="0.0" />
658
+ </edge>
659
+ <edge source="shoulda" target="shoulda-context">
660
+ <point x="0.0" y="0.0" />
661
+ <point x="0.0" y="0.0" />
662
+ </edge>
663
+ <edge source="#devise_views_translated" target="shoulda">
664
+ <point x="0.0" y="0.0" />
665
+ <point x="0.0" y="0.0" />
666
+ </edge>
667
+ <edge source="#devise_views_translated" target="shoulda-matchers">
668
+ <point x="0.0" y="0.0" />
669
+ <point x="0.0" y="0.0" />
670
+ </edge>
671
+ <edge source="jeweler" target="git">
672
+ <point x="0.0" y="0.0" />
673
+ <point x="0.0" y="0.0" />
674
+ </edge>
675
+ <edge source="#devise_views_translated" target="git">
676
+ <point x="0.0" y="0.0" />
677
+ <point x="0.0" y="0.0" />
678
+ </edge>
679
+ <edge source="shoulda" target="shoulda-matchers">
680
+ <point x="0.0" y="0.0" />
681
+ <point x="0.0" y="0.0" />
682
+ </edge>
683
+ <edge source="#devise_views_translated" target="shoulda-context">
684
+ <point x="0.0" y="0.0" />
685
+ <point x="0.0" y="0.0" />
686
+ </edge>
687
+ <edge source="#devise_views_translated" target="bundler">
688
+ <point x="0.0" y="0.0" />
689
+ <point x="0.0" y="0.0" />
690
+ </edge>
691
+ <edge source="jeweler" target="bundler">
692
+ <point x="0.0" y="0.0" />
693
+ <point x="0.0" y="0.0" />
694
+ </edge>
695
+ <edge source="#devise_views_translated" target="rake">
696
+ <point x="0.0" y="0.0" />
697
+ <point x="0.0" y="0.0" />
698
+ </edge>
699
+ <edge source="#devise_views_translated" target="jeweler">
700
+ <point x="0.0" y="0.0" />
701
+ <point x="0.0" y="0.0" />
702
+ </edge>
703
+ </edges>
704
+ <settings layout="Hierarchic Group" zoom="1.0" x="19.0" y="142.0" />
705
+ <SelectedNodes>
706
+ <node>git</node>
707
+ </SelectedNodes>
708
+ <Categories />
709
+ </state>
710
+ </provider>
711
+ </entry>
712
+ <entry file="file://$PROJECT_DIR$/lib/devise_views_translated.rb">
713
+ <provider selected="true" editor-type-id="text-editor">
714
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
715
+ <folding />
716
+ </state>
717
+ </provider>
718
+ </entry>
719
+ <entry file="file://$PROJECT_DIR$/devise_views_translated.gemspec">
720
+ <provider selected="true" editor-type-id="text-editor">
721
+ <state line="80" column="15" selection-start="2899" selection-end="2899" vertical-scroll-proportion="0.0">
722
+ <folding />
723
+ </state>
724
+ </provider>
725
+ </entry>
726
+ <entry file="file://$PROJECT_DIR$/VERSION">
727
+ <provider selected="true" editor-type-id="text-editor">
728
+ <state line="0" column="5" selection-start="5" selection-end="5" vertical-scroll-proportion="0.0">
729
+ <folding />
730
+ </state>
731
+ </provider>
732
+ </entry>
733
+ </component>
734
+ </project>
735
+