rails-jit 0.0.7 → 0.0.8
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 +1 -0
- data/.idea/workspace.xml +101 -42
- data/lib/rails/jit/version.rb +1 -1
- data/rails-jit.gemspec +1 -1
- metadata +2 -9
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/rails-jit.iml +0 -20
- data/.idea/vcs.xml +0 -7
data/.gitignore
CHANGED
data/.idea/workspace.xml
CHANGED
|
@@ -2,31 +2,11 @@
|
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="4e4e7463-b56c-4f50-8e0e-c15ba09ef446" name="Default" comment="">
|
|
5
|
-
<change type="
|
|
6
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
|
|
7
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.name" />
|
|
8
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
|
|
9
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
|
|
10
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
|
|
11
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
|
|
12
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
|
|
13
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/encodings.xml" />
|
|
14
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/rails/jit/engine.rb" />
|
|
15
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vendor/assets/javascripts/jit-yc.js" />
|
|
16
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vendor/assets/javascripts/jit.js" />
|
|
17
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/rails/jit.rb" />
|
|
18
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
|
19
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
|
|
20
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vendor/assets/javascripts/prototype.js" />
|
|
21
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/rails-jit.gemspec" />
|
|
22
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/scopes/scope_settings.xml" />
|
|
23
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
|
|
24
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/rails/jit/version.rb" />
|
|
25
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/rails/jit/version.rb" afterPath="$PROJECT_DIR$/lib/rails/jit/version.rb" />
|
|
26
6
|
</list>
|
|
27
7
|
<ignored path="rails-jit.iws" />
|
|
28
8
|
<ignored path=".idea/workspace.xml" />
|
|
29
|
-
<file path="/Dummy.txt" changelist="4e4e7463-b56c-4f50-8e0e-c15ba09ef446" time="
|
|
9
|
+
<file path="/Dummy.txt" changelist="4e4e7463-b56c-4f50-8e0e-c15ba09ef446" time="1386688790248" ignored="false" />
|
|
30
10
|
<file path="/rails-jit.gemspec" changelist="4e4e7463-b56c-4f50-8e0e-c15ba09ef446" time="1386687091506" ignored="false" />
|
|
31
11
|
<file path="/jit.rb" changelist="4e4e7463-b56c-4f50-8e0e-c15ba09ef446" time="1386686720031" ignored="false" />
|
|
32
12
|
<option name="TRACKING_ENABLED" value="true" />
|
|
@@ -45,10 +25,10 @@
|
|
|
45
25
|
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
46
26
|
<component name="FileEditorManager">
|
|
47
27
|
<leaf>
|
|
48
|
-
<file leaf-file-name="jit.rb" pinned="false" current="
|
|
28
|
+
<file leaf-file-name="jit.rb" pinned="false" current="false" current-in-tab="false">
|
|
49
29
|
<entry file="file://$PROJECT_DIR$/lib/rails/jit.rb">
|
|
50
30
|
<provider selected="true" editor-type-id="text-editor">
|
|
51
|
-
<state line="
|
|
31
|
+
<state line="2" column="34" selection-start="55" selection-end="55" vertical-scroll-proportion="0.0">
|
|
52
32
|
<folding />
|
|
53
33
|
</state>
|
|
54
34
|
</provider>
|
|
@@ -84,7 +64,7 @@
|
|
|
84
64
|
<file leaf-file-name="rails-jit.gemspec" pinned="false" current="false" current-in-tab="false">
|
|
85
65
|
<entry file="file://$PROJECT_DIR$/rails-jit.gemspec">
|
|
86
66
|
<provider selected="true" editor-type-id="text-editor">
|
|
87
|
-
<state line="
|
|
67
|
+
<state line="12" column="66" selection-start="571" selection-end="571" vertical-scroll-proportion="0.0">
|
|
88
68
|
<folding />
|
|
89
69
|
</state>
|
|
90
70
|
</provider>
|
|
@@ -99,10 +79,10 @@
|
|
|
99
79
|
</provider>
|
|
100
80
|
</entry>
|
|
101
81
|
</file>
|
|
102
|
-
<file leaf-file-name="version.rb" pinned="false" current="
|
|
82
|
+
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
|
103
83
|
<entry file="file://$PROJECT_DIR$/lib/rails/jit/version.rb">
|
|
104
84
|
<provider selected="true" editor-type-id="text-editor">
|
|
105
|
-
<state line="
|
|
85
|
+
<state line="2" column="20" selection-start="46" selection-end="46" vertical-scroll-proportion="0.043041606">
|
|
106
86
|
<folding />
|
|
107
87
|
</state>
|
|
108
88
|
</provider>
|
|
@@ -135,10 +115,10 @@
|
|
|
135
115
|
<component name="IdeDocumentHistory">
|
|
136
116
|
<option name="changedFiles">
|
|
137
117
|
<list>
|
|
138
|
-
<option value="$PROJECT_DIR$/lib/rails/jit/version.rb" />
|
|
139
118
|
<option value="$PROJECT_DIR$/lib/rails/jit/engine.rb" />
|
|
140
|
-
<option value="$PROJECT_DIR$/rails-jit.gemspec" />
|
|
141
119
|
<option value="$PROJECT_DIR$/lib/rails/jit.rb" />
|
|
120
|
+
<option value="$PROJECT_DIR$/rails-jit.gemspec" />
|
|
121
|
+
<option value="$PROJECT_DIR$/lib/rails/jit/version.rb" />
|
|
142
122
|
</list>
|
|
143
123
|
</option>
|
|
144
124
|
</component>
|
|
@@ -173,6 +153,7 @@
|
|
|
173
153
|
<sortByType />
|
|
174
154
|
</navigator>
|
|
175
155
|
<panes>
|
|
156
|
+
<pane id="Scope" />
|
|
176
157
|
<pane id="ProjectPane">
|
|
177
158
|
<subPane>
|
|
178
159
|
<PATH>
|
|
@@ -231,13 +212,35 @@
|
|
|
231
212
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
232
213
|
</PATH_ELEMENT>
|
|
233
214
|
</PATH>
|
|
215
|
+
<PATH>
|
|
216
|
+
<PATH_ELEMENT>
|
|
217
|
+
<option name="myItemId" value="rails-jit" />
|
|
218
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
219
|
+
</PATH_ELEMENT>
|
|
220
|
+
<PATH_ELEMENT>
|
|
221
|
+
<option name="myItemId" value="rails-jit" />
|
|
222
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
223
|
+
</PATH_ELEMENT>
|
|
224
|
+
<PATH_ELEMENT>
|
|
225
|
+
<option name="myItemId" value="lib" />
|
|
226
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
227
|
+
</PATH_ELEMENT>
|
|
228
|
+
<PATH_ELEMENT>
|
|
229
|
+
<option name="myItemId" value="rails" />
|
|
230
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
231
|
+
</PATH_ELEMENT>
|
|
232
|
+
<PATH_ELEMENT>
|
|
233
|
+
<option name="myItemId" value="jit" />
|
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
235
|
+
</PATH_ELEMENT>
|
|
236
|
+
</PATH>
|
|
234
237
|
</subPane>
|
|
235
238
|
</pane>
|
|
236
|
-
<pane id="Scope" />
|
|
237
239
|
</panes>
|
|
238
240
|
</component>
|
|
239
241
|
<component name="PropertiesComponent">
|
|
240
242
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
243
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
241
244
|
</component>
|
|
242
245
|
<component name="RecentsManager">
|
|
243
246
|
<key name="CopyFile.RECENT_KEYS">
|
|
@@ -356,23 +359,23 @@
|
|
|
356
359
|
<frame x="0" y="24" width="1440" height="852" extended-state="0" />
|
|
357
360
|
<editor active="true" />
|
|
358
361
|
<layout>
|
|
359
|
-
<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="
|
|
362
|
+
<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" />
|
|
360
363
|
<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" />
|
|
361
|
-
<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="
|
|
364
|
+
<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" />
|
|
362
365
|
<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" />
|
|
363
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.
|
|
366
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25359195" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
364
367
|
<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" />
|
|
365
|
-
<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="
|
|
366
|
-
<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="
|
|
368
|
+
<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" />
|
|
369
|
+
<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" />
|
|
367
370
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
368
|
-
<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="
|
|
371
|
+
<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" />
|
|
369
372
|
<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" />
|
|
370
373
|
<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" />
|
|
371
|
-
<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" />
|
|
372
374
|
<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" />
|
|
375
|
+
<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" />
|
|
373
376
|
<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" />
|
|
374
|
-
<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" />
|
|
375
377
|
<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" />
|
|
378
|
+
<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" />
|
|
376
379
|
</layout>
|
|
377
380
|
</component>
|
|
378
381
|
<component name="VcsContentAnnotationSettings">
|
|
@@ -431,6 +434,41 @@
|
|
|
431
434
|
<breakpoint-manager />
|
|
432
435
|
</component>
|
|
433
436
|
<component name="editorHistoryManager">
|
|
437
|
+
<entry file="file://$PROJECT_DIR$/lib/rails/jit.rb">
|
|
438
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
439
|
+
<state line="2" column="18" selection-start="55" selection-end="55" vertical-scroll-proportion="0.0">
|
|
440
|
+
<folding />
|
|
441
|
+
</state>
|
|
442
|
+
</provider>
|
|
443
|
+
</entry>
|
|
444
|
+
<entry file="file://$PROJECT_DIR$/vendor/assets/javascripts/jit-yc.js">
|
|
445
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
446
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
|
447
|
+
<folding />
|
|
448
|
+
</state>
|
|
449
|
+
</provider>
|
|
450
|
+
</entry>
|
|
451
|
+
<entry file="file://$PROJECT_DIR$/vendor/assets/javascripts/jit.js">
|
|
452
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
453
|
+
<state line="50" column="53" selection-start="1637" selection-end="1637" vertical-scroll-proportion="0.0">
|
|
454
|
+
<folding />
|
|
455
|
+
</state>
|
|
456
|
+
</provider>
|
|
457
|
+
</entry>
|
|
458
|
+
<entry file="file://$PROJECT_DIR$/vendor/assets/javascripts/prototype.js">
|
|
459
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
460
|
+
<state line="47" column="37" selection-start="1624" selection-end="1624" vertical-scroll-proportion="0.0">
|
|
461
|
+
<folding />
|
|
462
|
+
</state>
|
|
463
|
+
</provider>
|
|
464
|
+
</entry>
|
|
465
|
+
<entry file="file://$PROJECT_DIR$/rails-jit.gemspec">
|
|
466
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
467
|
+
<state line="23" column="40" selection-start="917" selection-end="917" vertical-scroll-proportion="0.0">
|
|
468
|
+
<folding />
|
|
469
|
+
</state>
|
|
470
|
+
</provider>
|
|
471
|
+
</entry>
|
|
434
472
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
435
473
|
<provider selected="true" editor-type-id="text-editor">
|
|
436
474
|
<state line="4" column="18" selection-start="94" selection-end="94" vertical-scroll-proportion="0.0">
|
|
@@ -438,6 +476,13 @@
|
|
|
438
476
|
</state>
|
|
439
477
|
</provider>
|
|
440
478
|
</entry>
|
|
479
|
+
<entry file="file://$PROJECT_DIR$/lib/rails/jit/version.rb">
|
|
480
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
481
|
+
<state line="5" column="26" selection-start="58" selection-end="58" vertical-scroll-proportion="0.0">
|
|
482
|
+
<folding />
|
|
483
|
+
</state>
|
|
484
|
+
</provider>
|
|
485
|
+
</entry>
|
|
441
486
|
<entry file="file://$PROJECT_DIR$/lib/rails/jit/engine.rb">
|
|
442
487
|
<provider selected="true" editor-type-id="text-editor">
|
|
443
488
|
<state line="5" column="20" selection-start="78" selection-end="78" vertical-scroll-proportion="0.0">
|
|
@@ -445,9 +490,16 @@
|
|
|
445
490
|
</state>
|
|
446
491
|
</provider>
|
|
447
492
|
</entry>
|
|
448
|
-
<entry file="file://$PROJECT_DIR$/
|
|
493
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
449
494
|
<provider selected="true" editor-type-id="text-editor">
|
|
450
|
-
<state line="
|
|
495
|
+
<state line="4" column="18" selection-start="94" selection-end="94" vertical-scroll-proportion="0.0">
|
|
496
|
+
<folding />
|
|
497
|
+
</state>
|
|
498
|
+
</provider>
|
|
499
|
+
</entry>
|
|
500
|
+
<entry file="file://$PROJECT_DIR$/lib/rails/jit/engine.rb">
|
|
501
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
502
|
+
<state line="5" column="20" selection-start="78" selection-end="78" vertical-scroll-proportion="0.0">
|
|
451
503
|
<folding />
|
|
452
504
|
</state>
|
|
453
505
|
</provider>
|
|
@@ -475,14 +527,21 @@
|
|
|
475
527
|
</entry>
|
|
476
528
|
<entry file="file://$PROJECT_DIR$/rails-jit.gemspec">
|
|
477
529
|
<provider selected="true" editor-type-id="text-editor">
|
|
478
|
-
<state line="
|
|
530
|
+
<state line="12" column="66" selection-start="571" selection-end="571" vertical-scroll-proportion="0.0">
|
|
479
531
|
<folding />
|
|
480
532
|
</state>
|
|
481
533
|
</provider>
|
|
482
534
|
</entry>
|
|
483
535
|
<entry file="file://$PROJECT_DIR$/lib/rails/jit.rb">
|
|
484
536
|
<provider selected="true" editor-type-id="text-editor">
|
|
485
|
-
<state line="
|
|
537
|
+
<state line="2" column="34" selection-start="55" selection-end="55" vertical-scroll-proportion="0.0">
|
|
538
|
+
<folding />
|
|
539
|
+
</state>
|
|
540
|
+
</provider>
|
|
541
|
+
</entry>
|
|
542
|
+
<entry file="file://$PROJECT_DIR$/lib/rails/jit/version.rb">
|
|
543
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
544
|
+
<state line="2" column="20" selection-start="46" selection-end="46" vertical-scroll-proportion="0.043041606">
|
|
486
545
|
<folding />
|
|
487
546
|
</state>
|
|
488
547
|
</provider>
|
data/lib/rails/jit/version.rb
CHANGED
data/rails-jit.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["kishorevlrtn@gmail.com"]
|
|
11
11
|
spec.description = %q{Install this gem to require all jit libraries into your application}
|
|
12
12
|
spec.summary = %q{rails-jit work as a wrapper for jit.}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/kishore-mohan/rails-jit"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.rubyforge_project = "rails-jit"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-jit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -51,14 +51,7 @@ extensions: []
|
|
|
51
51
|
extra_rdoc_files: []
|
|
52
52
|
files:
|
|
53
53
|
- .gitignore
|
|
54
|
-
- .idea/.name
|
|
55
|
-
- .idea/.rakeTasks
|
|
56
|
-
- .idea/encodings.xml
|
|
57
|
-
- .idea/misc.xml
|
|
58
|
-
- .idea/modules.xml
|
|
59
|
-
- .idea/rails-jit.iml
|
|
60
54
|
- .idea/scopes/scope_settings.xml
|
|
61
|
-
- .idea/vcs.xml
|
|
62
55
|
- .idea/workspace.xml
|
|
63
56
|
- Gemfile
|
|
64
57
|
- LICENSE.txt
|
|
@@ -71,7 +64,7 @@ files:
|
|
|
71
64
|
- vendor/assets/javascripts/jit-yc.js
|
|
72
65
|
- vendor/assets/javascripts/jit.js
|
|
73
66
|
- vendor/assets/javascripts/prototype.js
|
|
74
|
-
homepage:
|
|
67
|
+
homepage: https://github.com/kishore-mohan/rails-jit
|
|
75
68
|
licenses:
|
|
76
69
|
- MIT
|
|
77
70
|
post_install_message:
|
data/.idea/.name
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
rails-jit
|
data/.idea/.rakeTasks
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
-
You are allowed to:
|
|
4
|
-
1. Remove rake task
|
|
5
|
-
2. Add existing rake tasks
|
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build rails-jit-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install rails-jit-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push rails-jit-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/rails-jit.iml" filepath="$PROJECT_DIR$/.idea/rails-jit.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
9
|
-
|
data/.idea/rails-jit.iml
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
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="" />
|
|
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
|
-
<orderEntry type="inheritedJdk" />
|
|
15
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p374) [gem]" level="application" />
|
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, RVM: ruby-1.9.3-p374) [gem]" level="application" />
|
|
18
|
-
</component>
|
|
19
|
-
</module>
|
|
20
|
-
|