simple_lightbox 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/workspace.xml CHANGED
@@ -46,7 +46,7 @@
46
46
  <file leaf-file-name="simple_lightbox_helper.rb" pinned="false" current="false" current-in-tab="false">
47
47
  <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb">
48
48
  <provider selected="true" editor-type-id="text-editor">
49
- <state line="11" column="7" selection-start="333" selection-end="333" vertical-scroll-proportion="0.0">
49
+ <state line="3" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
50
50
  <folding />
51
51
  </state>
52
52
  </provider>
@@ -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="4" column="32" selection-start="105" selection-end="105" vertical-scroll-proportion="0.0">
58
+ <state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0">
59
59
  <folding />
60
60
  </state>
61
61
  </provider>
@@ -79,6 +79,15 @@
79
79
  </provider>
80
80
  </entry>
81
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">
86
+ <folding />
87
+ </state>
88
+ </provider>
89
+ </entry>
90
+ </file>
82
91
  <file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
83
92
  <entry file="file://$PROJECT_DIR$/Rakefile">
84
93
  <provider selected="true" editor-type-id="text-editor">
@@ -113,8 +122,8 @@
113
122
  <option value="$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox.rb" />
114
123
  <option value="$PROJECT_DIR$/simple_lightbox.gemspec" />
115
124
  <option value="$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb" />
116
- <option value="$PROJECT_DIR$/lib/simple_lightbox/railtie.rb" />
117
125
  <option value="$PROJECT_DIR$/lib/simple_lightbox.rb" />
126
+ <option value="$PROJECT_DIR$/lib/simple_lightbox/railtie.rb" />
118
127
  <option value="$PROJECT_DIR$/lib/simple_lightbox/version.rb" />
119
128
  </list>
120
129
  </option>
@@ -288,6 +297,13 @@
288
297
  </state>
289
298
  </provider>
290
299
  </entry>
300
+ <entry file="file://$PROJECT_DIR$/simple_lightbox.gemspec">
301
+ <provider selected="true" editor-type-id="text-editor">
302
+ <state line="21" column="0" selection-start="807" selection-end="807" vertical-scroll-proportion="0.0">
303
+ <folding />
304
+ </state>
305
+ </provider>
306
+ </entry>
291
307
  <entry file="file://$PROJECT_DIR$/Rakefile">
292
308
  <provider selected="true" editor-type-id="text-editor">
293
309
  <state line="2" column="0" selection-start="51" selection-end="51" vertical-scroll-proportion="0.0">
@@ -295,30 +311,30 @@
295
311
  </state>
296
312
  </provider>
297
313
  </entry>
298
- <entry file="file://$PROJECT_DIR$/simple_lightbox.gemspec">
314
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb">
299
315
  <provider selected="true" editor-type-id="text-editor">
300
- <state line="21" column="0" selection-start="807" selection-end="807" vertical-scroll-proportion="0.0">
316
+ <state line="3" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
301
317
  <folding />
302
318
  </state>
303
319
  </provider>
304
320
  </entry>
305
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/simple_lightbox_helper.rb">
321
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
306
322
  <provider selected="true" editor-type-id="text-editor">
307
- <state line="11" column="7" selection-start="333" selection-end="333" vertical-scroll-proportion="0.0">
323
+ <state line="1" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
308
324
  <folding />
309
325
  </state>
310
326
  </provider>
311
327
  </entry>
312
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
328
+ <entry file="file://$PROJECT_DIR$/Gemfile">
313
329
  <provider selected="true" editor-type-id="text-editor">
314
- <state line="4" column="32" selection-start="105" selection-end="105" vertical-scroll-proportion="0.0">
330
+ <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0">
315
331
  <folding />
316
332
  </state>
317
333
  </provider>
318
334
  </entry>
319
- <entry file="file://$PROJECT_DIR$/lib/simple_lightbox.rb">
335
+ <entry file="file://$PROJECT_DIR$/lib/simple_lightbox/railtie.rb">
320
336
  <provider selected="true" editor-type-id="text-editor">
321
- <state line="1" column="0" selection-start="53" selection-end="53" vertical-scroll-proportion="0.0">
337
+ <state line="9" column="0" selection-start="236" selection-end="236" vertical-scroll-proportion="0.0">
322
338
  <folding />
323
339
  </state>
324
340
  </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::Base.send :include, SimpleLightboxHelper
8
+ ActionView::Helper.send :include, SimpleLightboxHelper
9
9
  end
10
10
 
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleLightbox
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Edward Taupier