phantom_helpers 0.11.0.alpha2 → 0.11.0.alpha3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c367d470dc15d14bf8d84d78eab254f55bcd489
4
- data.tar.gz: a8507b6c808c7c7162e76bcf5c2058ac3c30715a
3
+ metadata.gz: 7d326c53e36234618552988a5b1464cde2c3f214
4
+ data.tar.gz: 5e813a8cbd7d547b2e0003e70929c2216cf24449
5
5
  SHA512:
6
- metadata.gz: dce8b5364720b2fdefd5879070425f767f3eb059dc69b34c9f66198ef211067524483f902d782c652abead5cc00eafe60f692120bb49933a4353ed73b0572410
7
- data.tar.gz: 774497450666b5907694e3818dd51fd905ba127b4ad697f52f325a9fa8a0e8760b804a33481e42d7ca420b99d21e486564b2a8caf79023cee5c09c5325d82588
6
+ metadata.gz: 72d8dfba824caf1eca5a695e4b9cbc644976791bf3f80b1e4bbd3d0cd484be771de069b7079363b6c4c4a6ea8b184e8a32166bec1ef5118f3fc4e3dacdfd136f
7
+ data.tar.gz: 2bdf8889b009c180815ec2ad7ea6871019e6838fb0f81a1c918ed3cd185e0a946403b904dd36fdd1766a8bc659596c61b8e7860da8710c24d8c2eed54105bd2c
@@ -20,7 +20,7 @@ module PhantomHelpers
20
20
  end
21
21
 
22
22
  def modal_for(id, &block)
23
- content_tag :div, class: "modal hide", id: id, wmode: "opaque" do
23
+ content_tag :div, class: "modal d-none", id: id, wmode: "opaque" do
24
24
  content_tag :div, class: "col-md-12 alert-dismissable" do
25
25
  block.call
26
26
  end
@@ -28,7 +28,7 @@ module PhantomHelpers
28
28
  end
29
29
 
30
30
  def index_modal_for(id, &block)
31
- content_tag :div, class: "modal hide", id: id, wmode: "opaque" do
31
+ content_tag :div, class: "modal d-none", id: id, wmode: "opaque" do
32
32
  content_tag :div, class: "col-md-12 alert-dismissable" do
33
33
  content_tag :div, class: "panel panel-primary" do
34
34
  block.call
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'phantom_helpers'
5
- s.version = '0.11.0.alpha2'
5
+ s.version = '0.11.0.alpha3'
6
6
  s.summary = 'Phantom View Helpers'
7
7
  s.description = 'rails helpers for bootstrap 3'
8
8
  s.licenses = ['GNU GPL-3', 'AGPL-3']
@@ -1,3 +1,5 @@
1
+ .d-none { display: none }
2
+
1
3
  .index-header {
2
4
  margin-bottom: 10px;
3
5
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0.alpha2
4
+ version: 0.11.0.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassil Kalkov
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-05 00:00:00.000000000 Z
13
+ date: 2013-11-11 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: rails helpers for bootstrap 3
16
16
  email: info@genshin.org
@@ -60,3 +60,4 @@ signing_key:
60
60
  specification_version: 4
61
61
  summary: Phantom View Helpers
62
62
  test_files: []
63
+ has_rdoc: