simple_lightbox 0.1.3 → 0.1.4

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
@@ -55,7 +55,7 @@
55
55
  <file leaf-file-name="railtie.rb" pinned="false" current="false" current-in-tab="false">
56
56
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
57
57
  <provider selected="true" editor-type-id="text-editor">
58
- <state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0">
58
+ <state line="11" column="0" selection-start="244" selection-end="244" vertical-scroll-proportion="0.0">
59
59
  <folding />
60
60
  </state>
61
61
  </provider>
@@ -73,7 +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="3" column="0" selection-start="46" selection-end="46" vertical-scroll-proportion="0.045045044">
76
+ <state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.015015015">
77
77
  <folding />
78
78
  </state>
79
79
  </provider>
@@ -311,37 +311,37 @@
311
311
  </state>
312
312
  </provider>
313
313
  </entry>
314
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb">
314
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
315
315
  <provider selected="true" editor-type-id="text-editor">
316
- <state line="3" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
316
+ <state line="1" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
317
317
  <folding />
318
318
  </state>
319
319
  </provider>
320
320
  </entry>
321
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
321
+ <entry file="file://$PROJECT_DIR$/Gemfile">
322
322
  <provider selected="true" editor-type-id="text-editor">
323
- <state line="1" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
323
+ <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0">
324
324
  <folding />
325
325
  </state>
326
326
  </provider>
327
327
  </entry>
328
- <entry file="file://$PROJECT_DIR$/Gemfile">
328
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb">
329
329
  <provider selected="true" editor-type-id="text-editor">
330
- <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0">
330
+ <state line="3" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
331
331
  <folding />
332
332
  </state>
333
333
  </provider>
334
334
  </entry>
335
335
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
336
336
  <provider selected="true" editor-type-id="text-editor">
337
- <state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0">
337
+ <state line="11" column="0" selection-start="244" selection-end="244" vertical-scroll-proportion="0.0">
338
338
  <folding />
339
339
  </state>
340
340
  </provider>
341
341
  </entry>
342
342
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/version.rb">
343
343
  <provider selected="true" editor-type-id="text-editor">
344
- <state line="3" column="0" selection-start="46" selection-end="46" vertical-scroll-proportion="0.045045044">
344
+ <state line="1" column="18" selection-start="40" selection-end="40" vertical-scroll-proportion="0.015015015">
345
345
  <folding />
346
346
  </state>
347
347
  </provider>
@@ -5,7 +5,7 @@ module SimpleLightbox
5
5
  class Railtie < Rails::Railtie
6
6
 
7
7
  initializer "simple_lightbox.simple_lightbox_helper" do
8
- ActionView::Helper.send :include, SimpleLightboxHelper
8
+ ActionView::Helpers.send :include, SimpleLightboxHelper
9
9
  end
10
10
 
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleLightbox
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Edward Taupier