LittleWeasel 0.0.1 → 0.0.2
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.
data/.gitignore
CHANGED
data/.idea/workspace.xml
CHANGED
|
@@ -2,21 +2,23 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="34d4ec05-51d8-442a-84a5-75b5005cedf0" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
6
|
-
<change type="
|
|
7
|
-
<change type="MOVED" beforePath="$PROJECT_DIR$/
|
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/LittleWeasel.rb" />
|
|
6
|
+
<change type="DELETED" beforePath="$PROJECT_DIR$/lib/LittleWeasel/checker.rb" afterPath="" />
|
|
7
|
+
<change type="MOVED" beforePath="$PROJECT_DIR$/lib/LittleWeasel/dictionary" afterPath="$PROJECT_DIR$/lib/dictionary" />
|
|
8
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/test/spec_helper.rb" afterPath="$PROJECT_DIR$/test/spec_helper.rb" />
|
|
9
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/LittleWeasel/version.rb" afterPath="$PROJECT_DIR$/lib/LittleWeasel/version.rb" />
|
|
9
10
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
10
11
|
</list>
|
|
11
12
|
<ignored path="LittleWeasel.iws" />
|
|
12
13
|
<ignored path=".idea/workspace.xml" />
|
|
13
|
-
<file path="/Dummy.txt" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="
|
|
14
|
+
<file path="/Dummy.txt" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371781783766" ignored="false" />
|
|
14
15
|
<file path="/LittleWeasel.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371773176056" ignored="false" />
|
|
15
16
|
<file path="/spec_helper.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371776194745" ignored="false" />
|
|
16
|
-
<file path="/little_weasel.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="
|
|
17
|
+
<file path="/little_weasel.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371781900009" ignored="false" />
|
|
17
18
|
<file path="/checker_spec.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371779271214" ignored="false" />
|
|
18
19
|
<file path="/checker.rb" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371778535451" ignored="false" />
|
|
19
20
|
<file path="/LittleWeasel.gemspec" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371779509067" ignored="false" />
|
|
21
|
+
<file path="/.gitignore" changelist="34d4ec05-51d8-442a-84a5-75b5005cedf0" time="1371780237152" ignored="false" />
|
|
20
22
|
<option name="TRACKING_ENABLED" value="true" />
|
|
21
23
|
<option name="SHOW_DIALOG" value="false" />
|
|
22
24
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -36,28 +38,19 @@
|
|
|
36
38
|
</component>
|
|
37
39
|
<component name="FileEditorManager">
|
|
38
40
|
<leaf>
|
|
39
|
-
<file leaf-file-name="checker.rb" pinned="false" current="false" current-in-tab="false">
|
|
40
|
-
<entry file="file://$PROJECT_DIR$/lib/LittleWeasel/checker.rb">
|
|
41
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
42
|
-
<state line="22" column="71" selection-start="350" selection-end="350" vertical-scroll-proportion="0.0">
|
|
43
|
-
<folding />
|
|
44
|
-
</state>
|
|
45
|
-
</provider>
|
|
46
|
-
</entry>
|
|
47
|
-
</file>
|
|
48
41
|
<file leaf-file-name="spec_helper.rb" pinned="false" current="false" current-in-tab="false">
|
|
49
42
|
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
|
50
43
|
<provider selected="true" editor-type-id="text-editor">
|
|
51
|
-
<state line="0" column="
|
|
44
|
+
<state line="0" column="73" selection-start="73" selection-end="73" vertical-scroll-proportion="0.0">
|
|
52
45
|
<folding />
|
|
53
46
|
</state>
|
|
54
47
|
</provider>
|
|
55
48
|
</entry>
|
|
56
49
|
</file>
|
|
57
|
-
<file leaf-file-name="version.rb" pinned="false" current="
|
|
50
|
+
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
|
58
51
|
<entry file="file://$PROJECT_DIR$/lib/LittleWeasel/version.rb">
|
|
59
52
|
<provider selected="true" editor-type-id="text-editor">
|
|
60
|
-
<state line="
|
|
53
|
+
<state line="1" column="18" selection-start="38" selection-end="38" vertical-scroll-proportion="0.031446543">
|
|
61
54
|
<folding />
|
|
62
55
|
</state>
|
|
63
56
|
</provider>
|
|
@@ -81,10 +74,28 @@
|
|
|
81
74
|
</provider>
|
|
82
75
|
</entry>
|
|
83
76
|
</file>
|
|
84
|
-
<file leaf-file-name="LittleWeasel.gemspec" pinned="false" current="
|
|
77
|
+
<file leaf-file-name="LittleWeasel.gemspec" pinned="false" current="false" current-in-tab="false">
|
|
85
78
|
<entry file="file://$PROJECT_DIR$/LittleWeasel.gemspec">
|
|
86
79
|
<provider selected="true" editor-type-id="text-editor">
|
|
87
|
-
<state line="11" column="95" selection-start="550" selection-end="550" vertical-scroll-proportion="0.
|
|
80
|
+
<state line="11" column="95" selection-start="550" selection-end="550" vertical-scroll-proportion="0.0">
|
|
81
|
+
<folding />
|
|
82
|
+
</state>
|
|
83
|
+
</provider>
|
|
84
|
+
</entry>
|
|
85
|
+
</file>
|
|
86
|
+
<file leaf-file-name=".gitignore" pinned="false" current="false" current-in-tab="false">
|
|
87
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
88
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
89
|
+
<state line="5" column="11" selection-start="47" selection-end="47" vertical-scroll-proportion="0.0">
|
|
90
|
+
<folding />
|
|
91
|
+
</state>
|
|
92
|
+
</provider>
|
|
93
|
+
</entry>
|
|
94
|
+
</file>
|
|
95
|
+
<file leaf-file-name="LittleWeasel.rb" pinned="false" current="false" current-in-tab="false">
|
|
96
|
+
<entry file="file://$PROJECT_DIR$/lib/LittleWeasel.rb">
|
|
97
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
98
|
+
<state line="0" column="19" selection-start="19" selection-end="19" vertical-scroll-proportion="0.0">
|
|
88
99
|
<folding />
|
|
89
100
|
</state>
|
|
90
101
|
</provider>
|
|
@@ -108,16 +119,19 @@
|
|
|
108
119
|
<component name="IdeDocumentHistory">
|
|
109
120
|
<option name="changedFiles">
|
|
110
121
|
<list>
|
|
111
|
-
<option value="$PROJECT_DIR$/lib/LittleWeasel.rb" />
|
|
112
122
|
<option value="$PROJECT_DIR$/README.md" />
|
|
113
123
|
<option value="$PROJECT_DIR$/Rakefile" />
|
|
114
|
-
<option value="$PROJECT_DIR$/lib/LittleWeasel/version.rb" />
|
|
115
124
|
<option value="$PROJECT_DIR$/Gemfile" />
|
|
116
|
-
<option value="$PROJECT_DIR$/lib/LittleWeasel/little_weasel.rb" />
|
|
117
125
|
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
|
118
126
|
<option value="$PROJECT_DIR$/lib/LittleWeasel/checker.rb" />
|
|
119
127
|
<option value="$PROJECT_DIR$/spec/checker/checker_spec.rb" />
|
|
120
128
|
<option value="$PROJECT_DIR$/LittleWeasel.gemspec" />
|
|
129
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
|
130
|
+
<option value="$PROJECT_DIR$/lib/LittleWeasel/little_weasel.rb" />
|
|
131
|
+
<option value="$PROJECT_DIR$/lib/checker.rb" />
|
|
132
|
+
<option value="$PROJECT_DIR$/lib/LittleWeasel.rb" />
|
|
133
|
+
<option value="$PROJECT_DIR$/test/spec_helper.rb" />
|
|
134
|
+
<option value="$PROJECT_DIR$/lib/LittleWeasel/version.rb" />
|
|
121
135
|
</list>
|
|
122
136
|
</option>
|
|
123
137
|
</component>
|
|
@@ -206,6 +220,20 @@
|
|
|
206
220
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
207
221
|
</PATH_ELEMENT>
|
|
208
222
|
</PATH>
|
|
223
|
+
<PATH>
|
|
224
|
+
<PATH_ELEMENT>
|
|
225
|
+
<option name="myItemId" value="LittleWeasel" />
|
|
226
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
227
|
+
</PATH_ELEMENT>
|
|
228
|
+
<PATH_ELEMENT>
|
|
229
|
+
<option name="myItemId" value="LittleWeasel" />
|
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
231
|
+
</PATH_ELEMENT>
|
|
232
|
+
<PATH_ELEMENT>
|
|
233
|
+
<option name="myItemId" value="lib" />
|
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
235
|
+
</PATH_ELEMENT>
|
|
236
|
+
</PATH>
|
|
209
237
|
<PATH>
|
|
210
238
|
<PATH_ELEMENT>
|
|
211
239
|
<option name="myItemId" value="LittleWeasel" />
|
|
@@ -232,15 +260,16 @@
|
|
|
232
260
|
<component name="PropertiesComponent">
|
|
233
261
|
<property name="options.splitter.main.proportions" value="0.3" />
|
|
234
262
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
235
|
-
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
|
|
236
263
|
<property name="recentsLimit" value="5" />
|
|
264
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
|
|
237
265
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
238
266
|
<property name="FullScreen" value="false" />
|
|
239
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
|
240
267
|
<property name="options.searchVisible" value="true" />
|
|
268
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
|
241
269
|
</component>
|
|
242
270
|
<component name="RecentsManager">
|
|
243
271
|
<key name="MoveFile.RECENT_KEYS">
|
|
272
|
+
<recent name="$PROJECT_DIR$/lib" />
|
|
244
273
|
<recent name="$PROJECT_DIR$/test" />
|
|
245
274
|
<recent name="$PROJECT_DIR$/lib/LittleWeasel" />
|
|
246
275
|
<recent name="$PROJECT_DIR$/lib/little_weasel" />
|
|
@@ -396,13 +425,14 @@
|
|
|
396
425
|
</component>
|
|
397
426
|
<component name="ToolWindowManager">
|
|
398
427
|
<frame x="0" y="22" width="1440" height="874" extended-state="0" />
|
|
399
|
-
<editor active="
|
|
428
|
+
<editor active="true" />
|
|
400
429
|
<layout>
|
|
401
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" />
|
|
402
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="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32671958" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
403
433
|
<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" />
|
|
404
434
|
<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" />
|
|
405
|
-
<window_info id="Project" active="
|
|
435
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26398852" sideWeight="0.6697613" order="0" side_tool="false" content_ui="combo" />
|
|
406
436
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39920425" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
407
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="true" content_ui="tabs" />
|
|
408
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="true" content_ui="tabs" />
|
|
@@ -411,7 +441,6 @@
|
|
|
411
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" />
|
|
412
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" />
|
|
413
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" />
|
|
414
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3275862" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
415
444
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
416
445
|
<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" />
|
|
417
446
|
<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" />
|
|
@@ -480,22 +509,18 @@
|
|
|
480
509
|
</breakpoint-manager>
|
|
481
510
|
</component>
|
|
482
511
|
<component name="editorHistoryManager">
|
|
483
|
-
<entry file="file://$PROJECT_DIR$/
|
|
484
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
485
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
486
|
-
</provider>
|
|
487
|
-
</entry>
|
|
488
|
-
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
|
512
|
+
<entry file="file://$PROJECT_DIR$/LittleWeasel.gemspec">
|
|
489
513
|
<provider selected="true" editor-type-id="text-editor">
|
|
490
|
-
<state line="
|
|
514
|
+
<state line="11" column="95" selection-start="550" selection-end="550" vertical-scroll-proportion="0.0">
|
|
515
|
+
<folding />
|
|
516
|
+
</state>
|
|
491
517
|
</provider>
|
|
492
518
|
</entry>
|
|
493
|
-
<entry file="file://$PROJECT_DIR
|
|
519
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
494
520
|
<provider selected="true" editor-type-id="text-editor">
|
|
495
|
-
<state line="
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
<state />
|
|
521
|
+
<state line="5" column="11" selection-start="47" selection-end="47" vertical-scroll-proportion="0.0">
|
|
522
|
+
<folding />
|
|
523
|
+
</state>
|
|
499
524
|
</provider>
|
|
500
525
|
</entry>
|
|
501
526
|
<entry file="file://$PROJECT_DIR$/README.md">
|
|
@@ -503,16 +528,9 @@
|
|
|
503
528
|
<state line="17" column="0" selection-start="226" selection-end="226" vertical-scroll-proportion="0.387538" />
|
|
504
529
|
</provider>
|
|
505
530
|
</entry>
|
|
506
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
507
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
508
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
509
|
-
</provider>
|
|
510
|
-
</entry>
|
|
511
531
|
<entry file="file://$PROJECT_DIR$/test/spec.opts">
|
|
512
532
|
<provider selected="true" editor-type-id="text-editor">
|
|
513
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0"
|
|
514
|
-
<folding />
|
|
515
|
-
</state>
|
|
533
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
516
534
|
</provider>
|
|
517
535
|
</entry>
|
|
518
536
|
<entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rake-10.1.0/install.rb">
|
|
@@ -527,9 +545,7 @@
|
|
|
527
545
|
</entry>
|
|
528
546
|
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
529
547
|
<provider selected="true" editor-type-id="text-editor">
|
|
530
|
-
<state line="13" column="88" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0"
|
|
531
|
-
<folding />
|
|
532
|
-
</state>
|
|
548
|
+
<state line="13" column="88" selection-start="271" selection-end="271" vertical-scroll-proportion="0.0" />
|
|
533
549
|
</provider>
|
|
534
550
|
</entry>
|
|
535
551
|
<entry file="file://$PROJECT_DIR$/.rbenv-version">
|
|
@@ -537,44 +553,51 @@
|
|
|
537
553
|
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
538
554
|
</provider>
|
|
539
555
|
</entry>
|
|
540
|
-
<entry file="file://$PROJECT_DIR$/
|
|
556
|
+
<entry file="file://$PROJECT_DIR$/test/checker/checker_spec.rb">
|
|
541
557
|
<provider selected="true" editor-type-id="text-editor">
|
|
542
|
-
<state line="
|
|
558
|
+
<state line="26" column="1" selection-start="726" selection-end="726" vertical-scroll-proportion="0.0">
|
|
543
559
|
<folding />
|
|
544
560
|
</state>
|
|
545
561
|
</provider>
|
|
546
562
|
</entry>
|
|
547
|
-
<entry file="file://$PROJECT_DIR$/
|
|
563
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
548
564
|
<provider selected="true" editor-type-id="text-editor">
|
|
549
|
-
<state line="
|
|
565
|
+
<state line="5" column="12" selection-start="110" selection-end="110" vertical-scroll-proportion="0.0">
|
|
550
566
|
<folding />
|
|
551
567
|
</state>
|
|
552
568
|
</provider>
|
|
553
569
|
</entry>
|
|
554
|
-
<entry file="file://$PROJECT_DIR
|
|
570
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
555
571
|
<provider selected="true" editor-type-id="text-editor">
|
|
556
|
-
<state line="
|
|
572
|
+
<state line="5" column="11" selection-start="47" selection-end="47" vertical-scroll-proportion="0.0">
|
|
557
573
|
<folding />
|
|
558
574
|
</state>
|
|
559
575
|
</provider>
|
|
560
576
|
</entry>
|
|
561
|
-
<entry file="file://$PROJECT_DIR$/
|
|
577
|
+
<entry file="file://$PROJECT_DIR$/lib/LittleWeasel.rb">
|
|
562
578
|
<provider selected="true" editor-type-id="text-editor">
|
|
563
|
-
<state line="
|
|
579
|
+
<state line="0" column="19" selection-start="19" selection-end="19" vertical-scroll-proportion="0.0">
|
|
564
580
|
<folding />
|
|
565
581
|
</state>
|
|
566
582
|
</provider>
|
|
567
583
|
</entry>
|
|
568
|
-
<entry file="file://$PROJECT_DIR$/
|
|
584
|
+
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
|
569
585
|
<provider selected="true" editor-type-id="text-editor">
|
|
570
|
-
<state line="
|
|
586
|
+
<state line="0" column="73" selection-start="73" selection-end="73" vertical-scroll-proportion="0.0">
|
|
571
587
|
<folding />
|
|
572
588
|
</state>
|
|
573
589
|
</provider>
|
|
574
590
|
</entry>
|
|
575
591
|
<entry file="file://$PROJECT_DIR$/LittleWeasel.gemspec">
|
|
576
592
|
<provider selected="true" editor-type-id="text-editor">
|
|
577
|
-
<state line="11" column="95" selection-start="550" selection-end="550" vertical-scroll-proportion="0.
|
|
593
|
+
<state line="11" column="95" selection-start="550" selection-end="550" vertical-scroll-proportion="0.0">
|
|
594
|
+
<folding />
|
|
595
|
+
</state>
|
|
596
|
+
</provider>
|
|
597
|
+
</entry>
|
|
598
|
+
<entry file="file://$PROJECT_DIR$/lib/LittleWeasel/version.rb">
|
|
599
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
600
|
+
<state line="1" column="18" selection-start="38" selection-end="38" vertical-scroll-proportion="0.031446543">
|
|
578
601
|
<folding />
|
|
579
602
|
</state>
|
|
580
603
|
</provider>
|
data/lib/LittleWeasel/version.rb
CHANGED
|
File without changes
|
data/test/spec_helper.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require File.expand_path(File.dirname(__FILE__) + '../../lib/LittleWeasel
|
|
1
|
+
require File.expand_path(File.dirname(__FILE__) + '../../lib/LittleWeasel')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: LittleWeasel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -66,9 +66,9 @@ files:
|
|
|
66
66
|
- LittleWeasel.gemspec
|
|
67
67
|
- README.md
|
|
68
68
|
- Rakefile
|
|
69
|
-
- lib/LittleWeasel
|
|
70
|
-
- lib/LittleWeasel/dictionary
|
|
69
|
+
- lib/LittleWeasel.rb
|
|
71
70
|
- lib/LittleWeasel/version.rb
|
|
71
|
+
- lib/dictionary
|
|
72
72
|
- test/checker/checker_spec.rb
|
|
73
73
|
- test/spec.opts
|
|
74
74
|
- test/spec_helper.rb
|