simple_lightbox 0.1.7 → 0.1.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/.idea/workspace.xml +8 -26
- data/lib/generators/{install_generator.rb → simple_lightbox/install_generator.rb} +1 -0
- data/lib/generators/{templates → simple_lightbox/templates}/simple_lightbox.css +0 -0
- data/lib/generators/{templates → simple_lightbox/templates}/simple_lightbox.js +0 -0
- data/lib/simple_lightbox/version.rb +1 -1
- metadata +4 -4
data/.idea/workspace.xml
CHANGED
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
</entry>
|
|
45
45
|
</file>
|
|
46
46
|
<file leaf-file-name="install_generator.rb" pinned="false" current="false" current-in-tab="false">
|
|
47
|
-
<entry file="file://$PROJECT_DIR$/lib/generators/install_generator.rb">
|
|
47
|
+
<entry file="file://$PROJECT_DIR$/lib/generators/simple_lightbox/install_generator.rb">
|
|
48
48
|
<provider selected="true" editor-type-id="text-editor">
|
|
49
|
-
<state line="
|
|
49
|
+
<state line="12" column="0" selection-start="357" selection-end="357" vertical-scroll-proportion="0.0">
|
|
50
50
|
<folding />
|
|
51
51
|
</state>
|
|
52
52
|
</provider>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
|
56
56
|
<entry file="file://$PROJECT_DIR$/lib/simple_lightbox/version.rb">
|
|
57
57
|
<provider selected="true" editor-type-id="text-editor">
|
|
58
|
-
<state line="
|
|
58
|
+
<state line="3" column="0" selection-start="46" selection-end="46" vertical-scroll-proportion="0.066176474">
|
|
59
59
|
<folding />
|
|
60
60
|
</state>
|
|
61
61
|
</provider>
|
|
@@ -225,26 +225,8 @@
|
|
|
225
225
|
<option name="myItemId" value="generators" />
|
|
226
226
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
227
227
|
</PATH_ELEMENT>
|
|
228
|
-
</PATH>
|
|
229
|
-
<PATH>
|
|
230
228
|
<PATH_ELEMENT>
|
|
231
229
|
<option name="myItemId" value="simple_lightbox" />
|
|
232
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
233
|
-
</PATH_ELEMENT>
|
|
234
|
-
<PATH_ELEMENT>
|
|
235
|
-
<option name="myItemId" value="simple_lightbox" />
|
|
236
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
237
|
-
</PATH_ELEMENT>
|
|
238
|
-
<PATH_ELEMENT>
|
|
239
|
-
<option name="myItemId" value="lib" />
|
|
240
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
241
|
-
</PATH_ELEMENT>
|
|
242
|
-
<PATH_ELEMENT>
|
|
243
|
-
<option name="myItemId" value="generators" />
|
|
244
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
245
|
-
</PATH_ELEMENT>
|
|
246
|
-
<PATH_ELEMENT>
|
|
247
|
-
<option name="myItemId" value="templates" />
|
|
248
230
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
249
231
|
</PATH_ELEMENT>
|
|
250
232
|
</PATH>
|
|
@@ -399,30 +381,30 @@
|
|
|
399
381
|
</state>
|
|
400
382
|
</provider>
|
|
401
383
|
</entry>
|
|
402
|
-
<entry file="file://$PROJECT_DIR$/lib/generators/templates/simple_lightbox.js">
|
|
384
|
+
<entry file="file://$PROJECT_DIR$/lib/generators/simple_lightbox/templates/simple_lightbox.js">
|
|
403
385
|
<provider selected="true" editor-type-id="text-editor">
|
|
404
386
|
<state line="2" column="35" selection-start="106" selection-end="106" vertical-scroll-proportion="0.04411765">
|
|
405
387
|
<folding />
|
|
406
388
|
</state>
|
|
407
389
|
</provider>
|
|
408
390
|
</entry>
|
|
409
|
-
<entry file="file://$PROJECT_DIR$/lib/generators/templates/simple_lightbox.css">
|
|
391
|
+
<entry file="file://$PROJECT_DIR$/lib/generators/simple_lightbox/templates/simple_lightbox.css">
|
|
410
392
|
<provider selected="true" editor-type-id="text-editor">
|
|
411
393
|
<state line="7" column="0" selection-start="165" selection-end="165" vertical-scroll-proportion="0.15441176">
|
|
412
394
|
<folding />
|
|
413
395
|
</state>
|
|
414
396
|
</provider>
|
|
415
397
|
</entry>
|
|
416
|
-
<entry file="file://$PROJECT_DIR$/lib/generators/install_generator.rb">
|
|
398
|
+
<entry file="file://$PROJECT_DIR$/lib/generators/simple_lightbox/install_generator.rb">
|
|
417
399
|
<provider selected="true" editor-type-id="text-editor">
|
|
418
|
-
<state line="
|
|
400
|
+
<state line="12" column="0" selection-start="357" selection-end="357" vertical-scroll-proportion="0.0">
|
|
419
401
|
<folding />
|
|
420
402
|
</state>
|
|
421
403
|
</provider>
|
|
422
404
|
</entry>
|
|
423
405
|
<entry file="file://$PROJECT_DIR$/lib/simple_lightbox/version.rb">
|
|
424
406
|
<provider selected="true" editor-type-id="text-editor">
|
|
425
|
-
<state line="
|
|
407
|
+
<state line="3" column="0" selection-start="46" selection-end="46" vertical-scroll-proportion="0.066176474">
|
|
426
408
|
<folding />
|
|
427
409
|
</state>
|
|
428
410
|
</provider>
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: simple_lightbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.8
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Edward Taupier
|
|
@@ -27,9 +27,9 @@ files:
|
|
|
27
27
|
- .idea/workspace.xml
|
|
28
28
|
- Gemfile
|
|
29
29
|
- Rakefile
|
|
30
|
-
- lib/generators/install_generator.rb
|
|
31
|
-
- lib/generators/templates/simple_lightbox.css
|
|
32
|
-
- lib/generators/templates/simple_lightbox.js
|
|
30
|
+
- lib/generators/simple_lightbox/install_generator.rb
|
|
31
|
+
- lib/generators/simple_lightbox/templates/simple_lightbox.css
|
|
32
|
+
- lib/generators/simple_lightbox/templates/simple_lightbox.js
|
|
33
33
|
- lib/simple_lightbox.rb
|
|
34
34
|
- lib/simple_lightbox/railtie.rb
|
|
35
35
|
- lib/simple_lightbox/simple_lightbox_helper.rb
|