gb_work_day 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/workspace.xml CHANGED
@@ -26,8 +26,15 @@
26
26
  </component>
27
27
  <component name="ChangeListManager">
28
28
  <list default="true" id="db7708a6-7532-450c-911a-dbccff1c18e6" name="Default" comment="">
29
+ <change type="DELETED" beforePath="$PROJECT_DIR$/LICENSE.txt" afterPath="" />
30
+ <change type="DELETED" beforePath="$PROJECT_DIR$/README.md" afterPath="" />
31
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/gb_working_day.iml" afterPath="$PROJECT_DIR$/.idea/gb_working_day.iml" />
29
32
  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
30
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
33
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb" afterPath="$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb" />
34
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb" afterPath="$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb" />
35
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb" afterPath="$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb" />
36
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/gb_work_day/version.rb" afterPath="$PROJECT_DIR$/lib/gb_work_day/version.rb" />
37
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/spec/helpers/date_spec.rb" afterPath="$PROJECT_DIR$/spec/helpers/date_spec.rb" />
31
38
  </list>
32
39
  <ignored path="gb_working_day.iws" />
33
40
  <ignored path=".idea/workspace.xml" />
@@ -42,7 +49,7 @@
42
49
  <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
43
50
  <component name="CoverageDataManager">
44
51
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__WorkingWeek_should_properly_calculates_work_days__gb_working_day.coverage" NAME="GBWorkingDay::WorkingWeek should properly calculates work days: gb_working_day Coverage Results" MODIFIED="1453984337616" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
45
- <SUITE FILE_PATH="coverage/gb_working_day@specs.coverage" NAME="specs Coverage Results" MODIFIED="1454076275392" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" MODULE_NAME="gb_working_day" />
52
+ <SUITE FILE_PATH="coverage/gb_working_day@specs.coverage" NAME="specs Coverage Results" MODIFIED="1454317925891" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" MODULE_NAME="gb_working_day" />
46
53
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__WorkingWeek__gb_working_day.coverage" NAME="GBWorkingDay::WorkingWeek: gb_working_day Coverage Results" MODIFIED="1453988062944" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
47
54
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__Date_class_methods__gb_working_day.coverage" NAME="GBWorkingDay::Date class methods: gb_working_day Coverage Results" MODIFIED="1454070572491" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
48
55
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__Duration_should_negate_durations__gb_working_day.coverage" NAME="GBWorkingDay::Duration should negate durations: gb_working_day Coverage Results" MODIFIED="1453995036167" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
@@ -73,6 +80,7 @@
73
80
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day.coverage" NAME="GBWorkingDay::Date should return work day duration on subtraction: gb_working_day Coverage Results" MODIFIED="1454064205512" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
74
81
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__Duration_should_calculate_proper_time_for_ago__gb_working_day.coverage" NAME="GBWorkingDay::Duration should calculate proper time for ago: gb_working_day Coverage Results" MODIFIED="1454071613779" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
75
82
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__Time_should_be_able_to_make_a_copy_form_other_time_instance__gb_working_day.coverage" NAME="GBWorkingDay::Time should be able to make a copy form other time instance: gb_working_day Coverage Results" MODIFIED="1454061389071" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
83
+ <SUITE FILE_PATH="coverage/gb_working_day@GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day.coverage" NAME="GBWorkDay::Date should return work day duration on subtraction: gb_working_day Coverage Results" MODIFIED="1454317843172" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
76
84
  <SUITE FILE_PATH="coverage/gb_working_day@GBWorkingDay__WorkingWeek_should_respond_to_work_day__if_day_is_a_Time__gb_working_day.coverage" NAME="GBWorkingDay::WorkingWeek should respond to work_day? if day is a Time: gb_working_day Coverage Results" MODIFIED="1453987404376" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
77
85
  <SUITE FILE_PATH="coverage/gb_working_day@Date_extensions_should_return_next_work_day__gb_working_day.coverage" NAME="Date extensions should return next_work_day: gb_working_day Coverage Results" MODIFIED="1454073698218" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
78
86
  <SUITE FILE_PATH="coverage/gb_working_day@Date_extensions_should_properly_add_work_duration__gb_working_day.coverage" NAME="Date extensions should properly add work duration: gb_working_day Coverage Results" MODIFIED="1454072823428" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="gb_working_day" />
@@ -92,7 +100,7 @@
92
100
  <entry file="file://$PROJECT_DIR$/lib/gb_work_day/interval.rb">
93
101
  <provider selected="true" editor-type-id="text-editor">
94
102
  <state vertical-scroll-proportion="0.0">
95
- <caret line="29" column="17" selection-start-line="29" selection-start-column="17" selection-end-line="29" selection-end-column="17" />
103
+ <caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
96
104
  <folding />
97
105
  </state>
98
106
  </provider>
@@ -101,9 +109,11 @@
101
109
  <file leaf-file-name="index.html" pinned="false" current-in-tab="false">
102
110
  <entry file="file://$PROJECT_DIR$/coverage/index.html">
103
111
  <provider selected="true" editor-type-id="text-editor">
104
- <state vertical-scroll-proportion="-21.708334">
112
+ <state vertical-scroll-proportion="0.0">
105
113
  <caret line="2506" column="66" selection-start-line="2506" selection-start-column="66" selection-end-line="2506" selection-end-column="66" />
106
- <folding />
114
+ <folding>
115
+ <marker date="1454317926000" expanded="true" signature="89739:90494" placeholder="..." />
116
+ </folding>
107
117
  </state>
108
118
  </provider>
109
119
  </entry>
@@ -122,11 +132,18 @@
122
132
  <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb">
123
133
  <provider selected="true" editor-type-id="text-editor">
124
134
  <state vertical-scroll-proportion="0.0">
125
- <caret line="45" column="115" selection-start-line="45" selection-start-column="115" selection-end-line="45" selection-end-column="115" />
126
- <folding>
127
- <marker date="1454075507000" expanded="true" signature="867:911" placeholder="#..." />
128
- <marker date="1454075507000" expanded="true" signature="931:989" placeholder=" ... end" />
129
- </folding>
135
+ <caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
136
+ <folding />
137
+ </state>
138
+ </provider>
139
+ </entry>
140
+ </file>
141
+ <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
142
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/version.rb">
143
+ <provider selected="true" editor-type-id="text-editor">
144
+ <state vertical-scroll-proportion="0.052386496">
145
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
146
+ <folding />
130
147
  </state>
131
148
  </provider>
132
149
  </entry>
@@ -135,7 +152,7 @@
135
152
  <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb">
136
153
  <provider selected="true" editor-type-id="text-editor">
137
154
  <state vertical-scroll-proportion="0.0">
138
- <caret line="49" column="5" selection-start-line="49" selection-start-column="5" selection-end-line="49" selection-end-column="5" />
155
+ <caret line="18" column="8" selection-start-line="18" selection-start-column="8" selection-end-line="18" selection-end-column="8" />
139
156
  <folding />
140
157
  </state>
141
158
  </provider>
@@ -181,23 +198,10 @@
181
198
  </provider>
182
199
  </entry>
183
200
  </file>
184
- <file leaf-file-name="README.md" pinned="false" current-in-tab="true">
185
- <entry file="file://$PROJECT_DIR$/README.md">
186
- <provider selected="true" editor-type-id="text-editor">
187
- <state vertical-scroll-proportion="0.037128713">
188
- <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="4" />
189
- <folding />
190
- </state>
191
- </provider>
192
- <provider editor-type-id="MarkdownPreviewEditor">
193
- <state />
194
- </provider>
195
- </entry>
196
- </file>
197
201
  </leaf>
198
202
  </split-first>
199
203
  <split-second>
200
- <leaf>
204
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
201
205
  <file leaf-file-name="interval_spec.rb" pinned="false" current-in-tab="false">
202
206
  <entry file="file://$PROJECT_DIR$/spec/interval_spec.rb">
203
207
  <provider selected="true" editor-type-id="text-editor">
@@ -221,17 +225,17 @@
221
225
  <file leaf-file-name="time_spec.rb" pinned="false" current-in-tab="false">
222
226
  <entry file="file://$PROJECT_DIR$/spec/helpers/time_spec.rb">
223
227
  <provider selected="true" editor-type-id="text-editor">
224
- <state vertical-scroll-proportion="-4.5283017">
228
+ <state vertical-scroll-proportion="0.0">
225
229
  <caret line="16" column="0" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
226
230
  <folding />
227
231
  </state>
228
232
  </provider>
229
233
  </entry>
230
234
  </file>
231
- <file leaf-file-name="gb_work_day.gemspec" pinned="false" current-in-tab="true">
235
+ <file leaf-file-name="gb_work_day.gemspec" pinned="false" current-in-tab="false">
232
236
  <entry file="file://$PROJECT_DIR$/gb_work_day.gemspec">
233
237
  <provider selected="true" editor-type-id="text-editor">
234
- <state vertical-scroll-proportion="0.15069552">
238
+ <state vertical-scroll-proportion="0.0">
235
239
  <caret line="12" column="24" selection-start-line="12" selection-start-column="24" selection-end-line="12" selection-end-column="65" />
236
240
  <folding />
237
241
  </state>
@@ -248,10 +252,30 @@
248
252
  </provider>
249
253
  </entry>
250
254
  </file>
255
+ <file leaf-file-name="date_spec.rb" pinned="false" current-in-tab="true">
256
+ <entry file="file://$PROJECT_DIR$/spec/helpers/date_spec.rb">
257
+ <provider selected="true" editor-type-id="text-editor">
258
+ <state vertical-scroll-proportion="0.36670548">
259
+ <caret line="21" column="4" selection-start-line="21" selection-start-column="4" selection-end-line="21" selection-end-column="4" />
260
+ <folding />
261
+ </state>
262
+ </provider>
263
+ </entry>
264
+ </file>
265
+ <file leaf-file-name="date.rb" pinned="false" current-in-tab="false">
266
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb">
267
+ <provider selected="true" editor-type-id="text-editor">
268
+ <state vertical-scroll-proportion="0.0">
269
+ <caret line="7" column="33" selection-start-line="7" selection-start-column="33" selection-end-line="7" selection-end-column="33" />
270
+ <folding />
271
+ </state>
272
+ </provider>
273
+ </entry>
274
+ </file>
251
275
  <file leaf-file-name="time_spec.rb" pinned="false" current-in-tab="false">
252
276
  <entry file="file://$PROJECT_DIR$/spec/core_ext/time_spec.rb">
253
277
  <provider selected="true" editor-type-id="text-editor">
254
- <state vertical-scroll-proportion="-10.962264">
278
+ <state vertical-scroll-proportion="0.0">
255
279
  <caret line="56" column="0" selection-start-line="56" selection-start-column="0" selection-end-line="56" selection-end-column="0" />
256
280
  <folding />
257
281
  </state>
@@ -296,7 +320,6 @@
296
320
  <option value="$PROJECT_DIR$/spec/core_ext/time_spec.rb" />
297
321
  <option value="$PROJECT_DIR$/lib/gb_working_day/duration.rb" />
298
322
  <option value="$PROJECT_DIR$/spec/duration_spec.rb" />
299
- <option value="$PROJECT_DIR$/spec/helpers/date_spec.rb" />
300
323
  <option value="$PROJECT_DIR$/lib/gb_working_day/core_ext/time.rb" />
301
324
  <option value="$PROJECT_DIR$/lib/gb_working_day/core_ext/date.rb" />
302
325
  <option value="$PROJECT_DIR$/spec/helpers/time_spec.rb" />
@@ -312,6 +335,11 @@
312
335
  <option value="$PROJECT_DIR$/coverage/index.html" />
313
336
  <option value="$PROJECT_DIR$/gb_work_day.gemspec" />
314
337
  <option value="$PROJECT_DIR$/README.md" />
338
+ <option value="$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb" />
339
+ <option value="$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb" />
340
+ <option value="$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb" />
341
+ <option value="$PROJECT_DIR$/spec/helpers/date_spec.rb" />
342
+ <option value="$PROJECT_DIR$/lib/gb_work_day/version.rb" />
315
343
  </list>
316
344
  </option>
317
345
  </component>
@@ -351,6 +379,8 @@
351
379
  <foldersAlwaysOnTop value="true" />
352
380
  </navigator>
353
381
  <panes>
382
+ <pane id="Scratches" />
383
+ <pane id="Scope" />
354
384
  <pane id="ProjectPane">
355
385
  <subPane>
356
386
  <PATH>
@@ -369,10 +399,116 @@
369
399
  <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
370
400
  </PATH_ELEMENT>
371
401
  </PATH>
402
+ <PATH>
403
+ <PATH_ELEMENT>
404
+ <option name="myItemId" value="gb_working_day" />
405
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
406
+ </PATH_ELEMENT>
407
+ <PATH_ELEMENT>
408
+ <option name="myItemId" value="gb-works-day" />
409
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
410
+ </PATH_ELEMENT>
411
+ <PATH_ELEMENT>
412
+ <option name="myItemId" value="spec" />
413
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
414
+ </PATH_ELEMENT>
415
+ </PATH>
416
+ <PATH>
417
+ <PATH_ELEMENT>
418
+ <option name="myItemId" value="gb_working_day" />
419
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
420
+ </PATH_ELEMENT>
421
+ <PATH_ELEMENT>
422
+ <option name="myItemId" value="gb-works-day" />
423
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
424
+ </PATH_ELEMENT>
425
+ <PATH_ELEMENT>
426
+ <option name="myItemId" value="spec" />
427
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
428
+ </PATH_ELEMENT>
429
+ <PATH_ELEMENT>
430
+ <option name="myItemId" value="helpers" />
431
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
432
+ </PATH_ELEMENT>
433
+ </PATH>
434
+ <PATH>
435
+ <PATH_ELEMENT>
436
+ <option name="myItemId" value="gb_working_day" />
437
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
438
+ </PATH_ELEMENT>
439
+ <PATH_ELEMENT>
440
+ <option name="myItemId" value="gb-works-day" />
441
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
442
+ </PATH_ELEMENT>
443
+ <PATH_ELEMENT>
444
+ <option name="myItemId" value="lib" />
445
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
446
+ </PATH_ELEMENT>
447
+ </PATH>
448
+ <PATH>
449
+ <PATH_ELEMENT>
450
+ <option name="myItemId" value="gb_working_day" />
451
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
452
+ </PATH_ELEMENT>
453
+ <PATH_ELEMENT>
454
+ <option name="myItemId" value="gb-works-day" />
455
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
456
+ </PATH_ELEMENT>
457
+ <PATH_ELEMENT>
458
+ <option name="myItemId" value="lib" />
459
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
460
+ </PATH_ELEMENT>
461
+ <PATH_ELEMENT>
462
+ <option name="myItemId" value="gb_work_day" />
463
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
464
+ </PATH_ELEMENT>
465
+ </PATH>
466
+ <PATH>
467
+ <PATH_ELEMENT>
468
+ <option name="myItemId" value="gb_working_day" />
469
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
470
+ </PATH_ELEMENT>
471
+ <PATH_ELEMENT>
472
+ <option name="myItemId" value="gb-works-day" />
473
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
474
+ </PATH_ELEMENT>
475
+ <PATH_ELEMENT>
476
+ <option name="myItemId" value="lib" />
477
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
478
+ </PATH_ELEMENT>
479
+ <PATH_ELEMENT>
480
+ <option name="myItemId" value="gb_work_day" />
481
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
482
+ </PATH_ELEMENT>
483
+ <PATH_ELEMENT>
484
+ <option name="myItemId" value="helpers" />
485
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
486
+ </PATH_ELEMENT>
487
+ </PATH>
488
+ <PATH>
489
+ <PATH_ELEMENT>
490
+ <option name="myItemId" value="gb_working_day" />
491
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
492
+ </PATH_ELEMENT>
493
+ <PATH_ELEMENT>
494
+ <option name="myItemId" value="gb-works-day" />
495
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
496
+ </PATH_ELEMENT>
497
+ <PATH_ELEMENT>
498
+ <option name="myItemId" value="lib" />
499
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
500
+ </PATH_ELEMENT>
501
+ <PATH_ELEMENT>
502
+ <option name="myItemId" value="gb_work_day" />
503
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
504
+ </PATH_ELEMENT>
505
+ <PATH_ELEMENT>
506
+ <option name="myItemId" value="core_ext" />
507
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
508
+ </PATH_ELEMENT>
509
+ </PATH>
372
510
  </subPane>
373
511
  </pane>
374
- <pane id="Scope" />
375
- <pane id="Scratches" />
376
512
  </panes>
377
513
  </component>
378
514
  <component name="PropertiesComponent">
@@ -392,7 +528,7 @@
392
528
  </key>
393
529
  </component>
394
530
  <component name="RunManager" selected="RSpec.specs">
395
- <configuration default="false" name="Date extensions should properly subtract work duration: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
531
+ <configuration default="false" name="Date extensions should properly add work duration: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
396
532
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
397
533
  <module name="gb_working_day" />
398
534
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -414,7 +550,7 @@
414
550
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/core_ext/date_spec.rb" />
415
551
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
416
552
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
417
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Date extensions should properly subtract work duration" />
553
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Date extensions should properly add work duration" />
418
554
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
419
555
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
420
556
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -425,7 +561,7 @@
425
561
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
426
562
  <method />
427
563
  </configuration>
428
- <configuration default="false" name="Date extensions should properly add work duration: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
564
+ <configuration default="false" name="Date extensions should return next_work_day: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
429
565
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
430
566
  <module name="gb_working_day" />
431
567
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -447,7 +583,7 @@
447
583
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/core_ext/date_spec.rb" />
448
584
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
449
585
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
450
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Date extensions should properly add work duration" />
586
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Date extensions should return next_work_day" />
451
587
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
452
588
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
453
589
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -458,7 +594,7 @@
458
594
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
459
595
  <method />
460
596
  </configuration>
461
- <configuration default="false" name="Date extensions should return next_work_day: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
597
+ <configuration default="false" name="Time extensions: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
462
598
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
463
599
  <module name="gb_working_day" />
464
600
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -477,10 +613,10 @@
477
613
  </COVERAGE_PATTERN>
478
614
  </EXTENSION>
479
615
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
480
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/core_ext/date_spec.rb" />
616
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/core_ext/time_spec.rb" />
481
617
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
482
618
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
483
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Date extensions should return next_work_day" />
619
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Time extensions" />
484
620
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
485
621
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
486
622
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -491,7 +627,7 @@
491
627
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
492
628
  <method />
493
629
  </configuration>
494
- <configuration default="false" name="Time extensions: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
630
+ <configuration default="false" name="GBWorkingDay::Duration should calculate proper date for past: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
495
631
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
496
632
  <module name="gb_working_day" />
497
633
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -510,10 +646,10 @@
510
646
  </COVERAGE_PATTERN>
511
647
  </EXTENSION>
512
648
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
513
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/core_ext/time_spec.rb" />
649
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/duration_spec.rb" />
514
650
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
515
651
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
516
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Time extensions" />
652
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="GBWorkingDay::Duration should calculate proper date for past" />
517
653
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
518
654
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
519
655
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -524,7 +660,7 @@
524
660
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
525
661
  <method />
526
662
  </configuration>
527
- <configuration default="false" name="GBWorkingDay::Duration should calculate proper date for past: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
663
+ <configuration default="false" name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
528
664
  <predefined_log_file id="RUBY_RSPEC" enabled="true" />
529
665
  <module name="gb_working_day" />
530
666
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
@@ -543,10 +679,10 @@
543
679
  </COVERAGE_PATTERN>
544
680
  </EXTENSION>
545
681
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
546
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/duration_spec.rb" />
682
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/helpers/date_spec.rb" />
547
683
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
548
684
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
549
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="GBWorkingDay::Duration should calculate proper date for past" />
685
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="GBWorkDay::Date should return work day duration on subtraction" />
550
686
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
551
687
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
552
688
  <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
@@ -687,19 +823,19 @@
687
823
  </configuration>
688
824
  <list size="6">
689
825
  <item index="0" class="java.lang.String" itemvalue="RSpec.specs" />
690
- <item index="1" class="java.lang.String" itemvalue="RSpec.Date extensions should properly subtract work duration: gb_working_day" />
691
- <item index="2" class="java.lang.String" itemvalue="RSpec.Date extensions should properly add work duration: gb_working_day" />
692
- <item index="3" class="java.lang.String" itemvalue="RSpec.Date extensions should return next_work_day: gb_working_day" />
693
- <item index="4" class="java.lang.String" itemvalue="RSpec.Time extensions: gb_working_day" />
694
- <item index="5" class="java.lang.String" itemvalue="RSpec.GBWorkingDay::Duration should calculate proper date for past: gb_working_day" />
826
+ <item index="1" class="java.lang.String" itemvalue="RSpec.Date extensions should properly add work duration: gb_working_day" />
827
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Date extensions should return next_work_day: gb_working_day" />
828
+ <item index="3" class="java.lang.String" itemvalue="RSpec.Time extensions: gb_working_day" />
829
+ <item index="4" class="java.lang.String" itemvalue="RSpec.GBWorkingDay::Duration should calculate proper date for past: gb_working_day" />
830
+ <item index="5" class="java.lang.String" itemvalue="RSpec.GBWorkDay::Date should return work day duration on subtraction: gb_working_day" />
695
831
  </list>
696
832
  <recent_temporary>
697
833
  <list size="5">
698
- <item index="0" class="java.lang.String" itemvalue="RSpec.GBWorkingDay::Duration should calculate proper date for past: gb_working_day" />
699
- <item index="1" class="java.lang.String" itemvalue="RSpec.Time extensions: gb_working_day" />
700
- <item index="2" class="java.lang.String" itemvalue="RSpec.Date extensions should return next_work_day: gb_working_day" />
701
- <item index="3" class="java.lang.String" itemvalue="RSpec.Date extensions should properly add work duration: gb_working_day" />
702
- <item index="4" class="java.lang.String" itemvalue="RSpec.Date extensions should properly subtract work duration: gb_working_day" />
834
+ <item index="0" class="java.lang.String" itemvalue="RSpec.GBWorkDay::Date should return work day duration on subtraction: gb_working_day" />
835
+ <item index="1" class="java.lang.String" itemvalue="RSpec.GBWorkingDay::Duration should calculate proper date for past: gb_working_day" />
836
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Time extensions: gb_working_day" />
837
+ <item index="3" class="java.lang.String" itemvalue="RSpec.Date extensions should return next_work_day: gb_working_day" />
838
+ <item index="4" class="java.lang.String" itemvalue="RSpec.Date extensions should properly add work duration: gb_working_day" />
703
839
  </list>
704
840
  </recent_temporary>
705
841
  </component>
@@ -802,34 +938,34 @@
802
938
  <servers />
803
939
  </component>
804
940
  <component name="TestHistory">
805
- <history-entry file="specs - 2016.01.29 at 15h 03m 14s.xml">
806
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
941
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 03m 08s.xml">
942
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
807
943
  </history-entry>
808
- <history-entry file="specs - 2016.01.29 at 15h 03m 24s.xml">
809
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
944
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 05m 04s.xml">
945
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
810
946
  </history-entry>
811
- <history-entry file="specs - 2016.01.29 at 15h 03m 28s.xml">
812
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
947
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 06m 05s.xml">
948
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
813
949
  </history-entry>
814
- <history-entry file="specs - 2016.01.29 at 15h 03m 34s.xml">
815
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
950
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 07m 01s.xml">
951
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
816
952
  </history-entry>
817
- <history-entry file="specs - 2016.01.29 at 15h 03m 38s.xml">
818
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
953
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 08m 04s.xml">
954
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
819
955
  </history-entry>
820
- <history-entry file="specs - 2016.01.29 at 15h 03m 49s.xml">
821
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
956
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 08m 29s.xml">
957
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
822
958
  </history-entry>
823
- <history-entry file="specs - 2016.01.29 at 15h 04m 17s.xml">
824
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
959
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 10m 40s.xml">
960
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
825
961
  </history-entry>
826
- <history-entry file="specs - 2016.01.29 at 15h 04m 27s.xml">
827
- <configuration name="specs" configurationId="RSpecRunConfigurationType" />
962
+ <history-entry file="GBWorkDay__Date_should_return_work_day_duration_on_subtraction__gb_working_day - 2016.02.01 at 10h 11m 53s.xml">
963
+ <configuration name="GBWorkDay::Date should return work day duration on subtraction: gb_working_day" configurationId="RSpecRunConfigurationType" />
828
964
  </history-entry>
829
- <history-entry file="specs - 2016.01.29 at 15h 04m 31s.xml">
965
+ <history-entry file="specs - 2016.01.29 at 15h 04m 36s.xml">
830
966
  <configuration name="specs" configurationId="RSpecRunConfigurationType" />
831
967
  </history-entry>
832
- <history-entry file="specs - 2016.01.29 at 15h 04m 36s.xml">
968
+ <history-entry file="specs - 2016.02.01 at 10h 12m 06s.xml">
833
969
  <configuration name="specs" configurationId="RSpecRunConfigurationType" />
834
970
  </history-entry>
835
971
  </component>
@@ -837,26 +973,26 @@
837
973
  <frame x="1920" y="-337" width="2560" height="1417" extended-state="6" />
838
974
  <editor active="true" />
839
975
  <layout>
976
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.124305" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
840
977
  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
841
- <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.1913767" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
842
- <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
843
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
844
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3290469" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
845
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
846
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.123510726" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
847
978
  <window_info id="TeamCity" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
979
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
848
980
  <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
849
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980332" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
981
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
982
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3290469" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
850
983
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
984
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
851
985
  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
852
986
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39939487" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
853
987
  <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
988
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.1913767" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
854
989
  <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
855
990
  <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
856
991
  <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
857
992
  <window_info id="GhcMod" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
858
993
  <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
859
994
  <window_info id="Cabal" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
995
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980332" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
860
996
  <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
861
997
  </layout>
862
998
  </component>
@@ -886,28 +1022,33 @@
886
1022
  <url>file://$PROJECT_DIR$/lib/gb_work_day/work_week.rb</url>
887
1023
  <line>36</line>
888
1024
  </line-breakpoint>
889
- <line-breakpoint enabled="true" type="ruby-line">
890
- <url>file://$PROJECT_DIR$/lib/gb_work_day/interval.rb</url>
891
- <line>36</line>
892
- <option name="timeStamp" value="3" />
893
- </line-breakpoint>
894
1025
  <line-breakpoint enabled="true" type="ruby-line">
895
1026
  <url>file://$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb</url>
896
1027
  <line>7</line>
897
1028
  <option name="timeStamp" value="4" />
898
1029
  </line-breakpoint>
899
- <line-breakpoint enabled="true" type="ruby-line">
900
- <url>file://$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb</url>
901
- <line>15</line>
902
- <option name="timeStamp" value="5" />
903
- </line-breakpoint>
904
1030
  <line-breakpoint enabled="true" type="ruby-line">
905
1031
  <url>file://$PROJECT_DIR$/lib/gb_work_day/duration.rb</url>
906
1032
  <line>90</line>
907
1033
  <option name="timeStamp" value="6" />
908
1034
  </line-breakpoint>
1035
+ <line-breakpoint enabled="true" type="ruby-line">
1036
+ <url>file://$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb</url>
1037
+ <line>17</line>
1038
+ <option name="timeStamp" value="7" />
1039
+ </line-breakpoint>
1040
+ <line-breakpoint enabled="true" type="ruby-line">
1041
+ <url>file://$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb</url>
1042
+ <line>17</line>
1043
+ <option name="timeStamp" value="8" />
1044
+ </line-breakpoint>
1045
+ <line-breakpoint enabled="true" type="ruby-line">
1046
+ <url>file://$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb</url>
1047
+ <line>9</line>
1048
+ <option name="timeStamp" value="9" />
1049
+ </line-breakpoint>
909
1050
  </breakpoints>
910
- <option name="time" value="7" />
1051
+ <option name="time" value="10" />
911
1052
  </breakpoint-manager>
912
1053
  <watches-manager>
913
1054
  <configuration name="RSpecRunConfigurationType">
@@ -928,7 +1069,6 @@
928
1069
  <provider selected="true" editor-type-id="text-editor">
929
1070
  <state vertical-scroll-proportion="0.0">
930
1071
  <caret line="0" column="40" selection-start-line="0" selection-start-column="40" selection-end-line="0" selection-end-column="40" />
931
- <folding />
932
1072
  </state>
933
1073
  </provider>
934
1074
  </entry>
@@ -936,7 +1076,6 @@
936
1076
  <provider selected="true" editor-type-id="text-editor">
937
1077
  <state vertical-scroll-proportion="0.0">
938
1078
  <caret line="34" column="42" selection-start-line="34" selection-start-column="42" selection-end-line="34" selection-end-column="42" />
939
- <folding />
940
1079
  </state>
941
1080
  </provider>
942
1081
  </entry>
@@ -968,10 +1107,7 @@
968
1107
  <provider selected="true" editor-type-id="text-editor">
969
1108
  <state vertical-scroll-proportion="0.0">
970
1109
  <caret line="12" column="37" selection-start-line="12" selection-start-column="37" selection-end-line="12" selection-end-column="37" />
971
- <folding>
972
- <marker date="1454075507000" expanded="true" signature="867:911" placeholder="#..." />
973
- <marker date="1454075507000" expanded="true" signature="931:989" placeholder=" ... end" />
974
- </folding>
1110
+ <folding />
975
1111
  </state>
976
1112
  </provider>
977
1113
  </entry>
@@ -1027,7 +1163,6 @@
1027
1163
  <provider selected="true" editor-type-id="text-editor">
1028
1164
  <state vertical-scroll-proportion="0.0">
1029
1165
  <caret line="0" column="40" selection-start-line="0" selection-start-column="40" selection-end-line="0" selection-end-column="40" />
1030
- <folding />
1031
1166
  </state>
1032
1167
  </provider>
1033
1168
  </entry>
@@ -1035,7 +1170,6 @@
1035
1170
  <provider selected="true" editor-type-id="text-editor">
1036
1171
  <state vertical-scroll-proportion="0.0">
1037
1172
  <caret line="34" column="42" selection-start-line="34" selection-start-column="42" selection-end-line="34" selection-end-column="42" />
1038
- <folding />
1039
1173
  </state>
1040
1174
  </provider>
1041
1175
  </entry>
@@ -1047,13 +1181,6 @@
1047
1181
  </state>
1048
1182
  </provider>
1049
1183
  </entry>
1050
- <entry file="file://$PROJECT_DIR$/LICENSE.txt">
1051
- <provider selected="true" editor-type-id="text-editor">
1052
- <state vertical-scroll-proportion="0.0">
1053
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1054
- </state>
1055
- </provider>
1056
- </entry>
1057
1184
  <entry file="file://$PROJECT_DIR$/Rakefile">
1058
1185
  <provider selected="true" editor-type-id="text-editor">
1059
1186
  <state vertical-scroll-proportion="0.0">
@@ -1061,16 +1188,6 @@
1061
1188
  </state>
1062
1189
  </provider>
1063
1190
  </entry>
1064
- <entry file="file://$PROJECT_DIR$/README.md">
1065
- <provider selected="true" editor-type-id="text-editor">
1066
- <state vertical-scroll-proportion="0.0">
1067
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1068
- </state>
1069
- </provider>
1070
- <provider editor-type-id="MarkdownPreviewEditor">
1071
- <state />
1072
- </provider>
1073
- </entry>
1074
1191
  <entry file="file://$PROJECT_DIR$/lib/gb_work_day/interval.rb">
1075
1192
  <provider selected="true" editor-type-id="text-editor">
1076
1193
  <state vertical-scroll-proportion="0.0">
@@ -1095,13 +1212,6 @@
1095
1212
  </state>
1096
1213
  </provider>
1097
1214
  </entry>
1098
- <entry file="file://$PROJECT_DIR$/LICENSE.txt">
1099
- <provider selected="true" editor-type-id="text-editor">
1100
- <state vertical-scroll-proportion="0.0">
1101
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1102
- </state>
1103
- </provider>
1104
- </entry>
1105
1215
  <entry file="file://$PROJECT_DIR$/Rakefile">
1106
1216
  <provider selected="true" editor-type-id="text-editor">
1107
1217
  <state vertical-scroll-proportion="0.0">
@@ -1109,13 +1219,6 @@
1109
1219
  </state>
1110
1220
  </provider>
1111
1221
  </entry>
1112
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/version.rb">
1113
- <provider selected="true" editor-type-id="text-editor">
1114
- <state vertical-scroll-proportion="0.0">
1115
- <caret line="1" column="17" selection-start-line="1" selection-start-column="17" selection-end-line="1" selection-end-column="17" />
1116
- </state>
1117
- </provider>
1118
- </entry>
1119
1222
  <entry file="file://$APPLICATION_HOME_DIR$/rubystubs21/comparable.rb">
1120
1223
  <provider selected="true" editor-type-id="text-editor">
1121
1224
  <state vertical-scroll-proportion="1.2158155">
@@ -1127,7 +1230,6 @@
1127
1230
  <provider selected="true" editor-type-id="text-editor">
1128
1231
  <state vertical-scroll-proportion="0.0">
1129
1232
  <caret line="34" column="42" selection-start-line="34" selection-start-column="42" selection-end-line="34" selection-end-column="42" />
1130
- <folding />
1131
1233
  </state>
1132
1234
  </provider>
1133
1235
  </entry>
@@ -1143,7 +1245,6 @@
1143
1245
  <provider selected="true" editor-type-id="text-editor">
1144
1246
  <state vertical-scroll-proportion="-13.333333">
1145
1247
  <caret line="24" column="3" selection-start-line="24" selection-start-column="3" selection-end-line="24" selection-end-column="3" />
1146
- <folding />
1147
1248
  </state>
1148
1249
  </provider>
1149
1250
  </entry>
@@ -1151,7 +1252,6 @@
1151
1252
  <provider selected="true" editor-type-id="text-editor">
1152
1253
  <state vertical-scroll-proportion="0.017462166">
1153
1254
  <caret line="1" column="37" selection-start-line="1" selection-start-column="37" selection-end-line="1" selection-end-column="37" />
1154
- <folding />
1155
1255
  </state>
1156
1256
  </provider>
1157
1257
  </entry>
@@ -1167,23 +1267,6 @@
1167
1267
  <provider selected="true" editor-type-id="text-editor">
1168
1268
  <state vertical-scroll-proportion="0.0">
1169
1269
  <caret line="72" column="0" selection-start-line="72" selection-start-column="0" selection-end-line="72" selection-end-column="0" />
1170
- <folding />
1171
- </state>
1172
- </provider>
1173
- </entry>
1174
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb">
1175
- <provider selected="true" editor-type-id="text-editor">
1176
- <state vertical-scroll-proportion="0.0">
1177
- <caret line="15" column="35" selection-start-line="15" selection-start-column="35" selection-end-line="15" selection-end-column="35" />
1178
- <folding />
1179
- </state>
1180
- </provider>
1181
- </entry>
1182
- <entry file="file://$PROJECT_DIR$/spec/core_ext/date_spec.rb">
1183
- <provider selected="true" editor-type-id="text-editor">
1184
- <state vertical-scroll-proportion="0.0">
1185
- <caret line="64" column="5" selection-start-line="64" selection-start-column="5" selection-end-line="64" selection-end-column="5" />
1186
- <folding />
1187
1270
  </state>
1188
1271
  </provider>
1189
1272
  </entry>
@@ -1191,57 +1274,63 @@
1191
1274
  <provider selected="true" editor-type-id="text-editor">
1192
1275
  <state vertical-scroll-proportion="-4.1698112">
1193
1276
  <caret line="66" column="42" selection-start-line="66" selection-start-column="42" selection-end-line="66" selection-end-column="42" />
1194
- <folding />
1195
1277
  </state>
1196
1278
  </provider>
1197
1279
  </entry>
1198
1280
  <entry file="file://$PROJECT_DIR$/spec/core_ext/time_spec.rb">
1199
1281
  <provider selected="true" editor-type-id="text-editor">
1200
- <state vertical-scroll-proportion="-10.962264">
1282
+ <state vertical-scroll-proportion="0.0">
1201
1283
  <caret line="56" column="0" selection-start-line="56" selection-start-column="0" selection-end-line="56" selection-end-column="0" />
1202
1284
  <folding />
1203
1285
  </state>
1204
1286
  </provider>
1205
1287
  </entry>
1206
- <entry file="file://$PROJECT_DIR$/spec/helpers/date_spec.rb">
1288
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/work_week.rb">
1207
1289
  <provider selected="true" editor-type-id="text-editor">
1208
1290
  <state vertical-scroll-proportion="0.0">
1209
- <caret line="41" column="0" selection-start-line="41" selection-start-column="0" selection-end-line="41" selection-end-column="0" />
1291
+ <caret line="29" column="7" selection-start-line="29" selection-start-column="7" selection-end-line="29" selection-end-column="7" />
1210
1292
  <folding />
1211
1293
  </state>
1212
1294
  </provider>
1213
1295
  </entry>
1214
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/work_week.rb">
1296
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day.rb">
1215
1297
  <provider selected="true" editor-type-id="text-editor">
1216
1298
  <state vertical-scroll-proportion="0.0">
1217
- <caret line="29" column="7" selection-start-line="29" selection-start-column="7" selection-end-line="29" selection-end-column="7" />
1299
+ <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
1218
1300
  <folding />
1219
1301
  </state>
1220
1302
  </provider>
1221
1303
  </entry>
1222
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb">
1304
+ <entry file="file://$PROJECT_DIR$/coverage/index.html">
1223
1305
  <provider selected="true" editor-type-id="text-editor">
1224
1306
  <state vertical-scroll-proportion="0.0">
1225
- <caret line="45" column="115" selection-start-line="45" selection-start-column="115" selection-end-line="45" selection-end-column="115" />
1307
+ <caret line="2506" column="66" selection-start-line="2506" selection-start-column="66" selection-end-line="2506" selection-end-column="66" />
1226
1308
  <folding>
1227
- <marker date="1454075507000" expanded="true" signature="867:911" placeholder="#..." />
1228
- <marker date="1454075507000" expanded="true" signature="931:989" placeholder=" ... end" />
1309
+ <marker date="1454317926000" expanded="true" signature="89739:90494" placeholder="..." />
1229
1310
  </folding>
1230
1311
  </state>
1231
1312
  </provider>
1232
1313
  </entry>
1233
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb">
1314
+ <entry file="file://$PROJECT_DIR$/spec/helpers/time_spec.rb">
1234
1315
  <provider selected="true" editor-type-id="text-editor">
1235
1316
  <state vertical-scroll-proportion="0.0">
1236
- <caret line="49" column="5" selection-start-line="49" selection-start-column="5" selection-end-line="49" selection-end-column="5" />
1317
+ <caret line="16" column="0" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
1237
1318
  <folding />
1238
1319
  </state>
1239
1320
  </provider>
1240
1321
  </entry>
1241
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day.rb">
1322
+ <entry file="file://$PROJECT_DIR$/spec/interval_spec.rb">
1242
1323
  <provider selected="true" editor-type-id="text-editor">
1243
1324
  <state vertical-scroll-proportion="0.0">
1244
- <caret line="12" column="0" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" />
1325
+ <caret line="5" column="16" selection-start-line="5" selection-start-column="16" selection-end-line="5" selection-end-column="16" />
1326
+ <folding />
1327
+ </state>
1328
+ </provider>
1329
+ </entry>
1330
+ <entry file="file://$PROJECT_DIR$/Gemfile">
1331
+ <provider selected="true" editor-type-id="text-editor">
1332
+ <state vertical-scroll-proportion="0.0">
1333
+ <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
1245
1334
  <folding />
1246
1335
  </state>
1247
1336
  </provider>
@@ -1254,79 +1343,84 @@
1254
1343
  </state>
1255
1344
  </provider>
1256
1345
  </entry>
1257
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/integer.rb">
1346
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/duration.rb">
1258
1347
  <provider selected="true" editor-type-id="text-editor">
1259
1348
  <state vertical-scroll-proportion="0.0">
1260
- <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
1349
+ <caret line="19" column="0" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
1261
1350
  <folding />
1262
1351
  </state>
1263
1352
  </provider>
1264
1353
  </entry>
1265
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/interval.rb">
1354
+ <entry file="file://$PROJECT_DIR$/gb_work_day.gemspec">
1266
1355
  <provider selected="true" editor-type-id="text-editor">
1267
1356
  <state vertical-scroll-proportion="0.0">
1268
- <caret line="29" column="17" selection-start-line="29" selection-start-column="17" selection-end-line="29" selection-end-column="17" />
1357
+ <caret line="12" column="24" selection-start-line="12" selection-start-column="24" selection-end-line="12" selection-end-column="65" />
1269
1358
  <folding />
1270
1359
  </state>
1271
1360
  </provider>
1272
1361
  </entry>
1273
- <entry file="file://$PROJECT_DIR$/coverage/index.html">
1362
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/interval.rb">
1274
1363
  <provider selected="true" editor-type-id="text-editor">
1275
- <state vertical-scroll-proportion="-21.708334">
1276
- <caret line="2506" column="66" selection-start-line="2506" selection-start-column="66" selection-end-line="2506" selection-end-column="66" />
1364
+ <state vertical-scroll-proportion="0.0">
1365
+ <caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
1277
1366
  <folding />
1278
1367
  </state>
1279
1368
  </provider>
1280
1369
  </entry>
1281
- <entry file="file://$PROJECT_DIR$/lib/gb_work_day/duration.rb">
1370
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/integer.rb">
1282
1371
  <provider selected="true" editor-type-id="text-editor">
1283
1372
  <state vertical-scroll-proportion="0.0">
1284
- <caret line="19" column="0" selection-start-line="19" selection-start-column="0" selection-end-line="19" selection-end-column="0" />
1373
+ <caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
1285
1374
  <folding />
1286
1375
  </state>
1287
1376
  </provider>
1288
1377
  </entry>
1289
- <entry file="file://$PROJECT_DIR$/spec/helpers/time_spec.rb">
1378
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/time.rb">
1290
1379
  <provider selected="true" editor-type-id="text-editor">
1291
- <state vertical-scroll-proportion="-4.5283017">
1292
- <caret line="16" column="0" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" />
1380
+ <state vertical-scroll-proportion="0.0">
1381
+ <caret line="18" column="8" selection-start-line="18" selection-start-column="8" selection-end-line="18" selection-end-column="8" />
1293
1382
  <folding />
1294
1383
  </state>
1295
1384
  </provider>
1296
1385
  </entry>
1297
- <entry file="file://$PROJECT_DIR$/spec/interval_spec.rb">
1386
+ <entry file="file://$PROJECT_DIR$/spec/core_ext/date_spec.rb">
1298
1387
  <provider selected="true" editor-type-id="text-editor">
1299
1388
  <state vertical-scroll-proportion="0.0">
1300
- <caret line="5" column="16" selection-start-line="5" selection-start-column="16" selection-end-line="5" selection-end-column="16" />
1389
+ <caret line="64" column="5" selection-start-line="64" selection-start-column="5" selection-end-line="64" selection-end-column="5" />
1301
1390
  <folding />
1302
1391
  </state>
1303
1392
  </provider>
1304
1393
  </entry>
1305
- <entry file="file://$PROJECT_DIR$/Gemfile">
1394
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/helpers/date.rb">
1306
1395
  <provider selected="true" editor-type-id="text-editor">
1307
1396
  <state vertical-scroll-proportion="0.0">
1308
- <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
1397
+ <caret line="7" column="33" selection-start-line="7" selection-start-column="33" selection-end-line="7" selection-end-column="33" />
1309
1398
  <folding />
1310
1399
  </state>
1311
1400
  </provider>
1312
1401
  </entry>
1313
- <entry file="file://$PROJECT_DIR$/gb_work_day.gemspec">
1402
+ <entry file="file://$PROJECT_DIR$/spec/helpers/date_spec.rb">
1314
1403
  <provider selected="true" editor-type-id="text-editor">
1315
- <state vertical-scroll-proportion="0.15069552">
1316
- <caret line="12" column="24" selection-start-line="12" selection-start-column="24" selection-end-line="12" selection-end-column="65" />
1404
+ <state vertical-scroll-proportion="0.36670548">
1405
+ <caret line="21" column="4" selection-start-line="21" selection-start-column="4" selection-end-line="21" selection-end-column="4" />
1317
1406
  <folding />
1318
1407
  </state>
1319
1408
  </provider>
1320
1409
  </entry>
1321
- <entry file="file://$PROJECT_DIR$/README.md">
1410
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/core_ext/date.rb">
1322
1411
  <provider selected="true" editor-type-id="text-editor">
1323
- <state vertical-scroll-proportion="0.037128713">
1324
- <caret line="3" column="4" selection-start-line="3" selection-start-column="4" selection-end-line="3" selection-end-column="4" />
1412
+ <state vertical-scroll-proportion="0.0">
1413
+ <caret line="36" column="0" selection-start-line="36" selection-start-column="0" selection-end-line="36" selection-end-column="0" />
1325
1414
  <folding />
1326
1415
  </state>
1327
1416
  </provider>
1328
- <provider editor-type-id="MarkdownPreviewEditor">
1329
- <state />
1417
+ </entry>
1418
+ <entry file="file://$PROJECT_DIR$/lib/gb_work_day/version.rb">
1419
+ <provider selected="true" editor-type-id="text-editor">
1420
+ <state vertical-scroll-proportion="0.052386496">
1421
+ <caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
1422
+ <folding />
1423
+ </state>
1330
1424
  </provider>
1331
1425
  </entry>
1332
1426
  </component>