simple_lightbox 0.1.5 → 0.1.6

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 CHANGED
@@ -37,7 +37,7 @@
37
37
  <file leaf-file-name="simple_lightbox.rb" pinned="false" current="false" current-in-tab="false">
38
38
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
39
39
  <provider selected="true" editor-type-id="text-editor">
40
- <state line="20" column="3" selection-start="447" selection-end="447" vertical-scroll-proportion="0.0">
40
+ <state line="19" column="0" selection-start="443" selection-end="443" vertical-scroll-proportion="0.0">
41
41
  <folding />
42
42
  </state>
43
43
  </provider>
@@ -73,16 +73,7 @@
73
73
  <file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
74
74
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/version.rb">
75
75
  <provider selected="true" editor-type-id="text-editor">
76
- <state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.022123894">
77
- <folding />
78
- </state>
79
- </provider>
80
- </entry>
81
- </file>
82
- <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
83
- <entry file="file://$PROJECT_DIR$/Gemfile">
84
- <provider selected="true" editor-type-id="text-editor">
85
- <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0">
76
+ <state line="2" column="3" selection-start="45" selection-end="45" vertical-scroll-proportion="0.042918455">
86
77
  <folding />
87
78
  </state>
88
79
  </provider>
@@ -311,16 +302,16 @@
311
302
  </state>
312
303
  </provider>
313
304
  </entry>
314
- <entry file="file://$PROJECT_DIR$/Gemfile">
305
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
315
306
  <provider selected="true" editor-type-id="text-editor">
316
- <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0">
307
+ <state line="5" column="0" selection-start="106" selection-end="106" vertical-scroll-proportion="0.0">
317
308
  <folding />
318
309
  </state>
319
310
  </provider>
320
311
  </entry>
321
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
312
+ <entry file="file://$PROJECT_DIR$/Gemfile">
322
313
  <provider selected="true" editor-type-id="text-editor">
323
- <state line="5" column="0" selection-start="106" selection-end="106" vertical-scroll-proportion="0.0">
314
+ <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.022123894">
324
315
  <folding />
325
316
  </state>
326
317
  </provider>
@@ -334,14 +325,14 @@
334
325
  </entry>
335
326
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
336
327
  <provider selected="true" editor-type-id="text-editor">
337
- <state line="20" column="3" selection-start="447" selection-end="447" vertical-scroll-proportion="0.0">
328
+ <state line="19" column="0" selection-start="443" selection-end="443" vertical-scroll-proportion="0.0">
338
329
  <folding />
339
330
  </state>
340
331
  </provider>
341
332
  </entry>
342
333
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/version.rb">
343
334
  <provider selected="true" editor-type-id="text-editor">
344
- <state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.022123894">
335
+ <state line="2" column="3" selection-start="45" selection-end="45" vertical-scroll-proportion="0.042918455">
345
336
  <folding />
346
337
  </state>
347
338
  </provider>
@@ -1,3 +1,3 @@
1
1
  module SimpleLightbox
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -20,4 +20,4 @@ module SimpleLightbox
20
20
 
21
21
  end
22
22
 
23
- ActionView::Base.send :include, SimpleLightbox::SimpleLightboxHelper
23
+ ActionController::Base.helper(SimpleLightbox::SimpleLightboxHelper)
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
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Edward Taupier