phantom_helpers 0.11.0.alpha1 → 0.11.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c367d470dc15d14bf8d84d78eab254f55bcd489
|
4
|
+
data.tar.gz: a8507b6c808c7c7162e76bcf5c2058ac3c30715a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dce8b5364720b2fdefd5879070425f767f3eb059dc69b34c9f66198ef211067524483f902d782c652abead5cc00eafe60f692120bb49933a4353ed73b0572410
|
7
|
+
data.tar.gz: 774497450666b5907694e3818dd51fd905ba127b4ad697f52f325a9fa8a0e8760b804a33481e42d7ca420b99d21e486564b2a8caf79023cee5c09c5325d82588
|
@@ -1,6 +1,9 @@
|
|
1
1
|
require 'phantom_helpers/view_helpers'
|
2
2
|
module PhantomHelpers
|
3
3
|
class Railtie < Rails::Railtie
|
4
|
+
|
5
|
+
config.assets.paths << File.expand_path("../../../vendor/assets/stylesheets", __FILE__)
|
6
|
+
|
4
7
|
initializer "phantom_helpers" do
|
5
8
|
I18n.load_path << Dir[File.join(File.expand_path(File.dirname(__FILE__) + '/../../locales'), '*.yml')]
|
6
9
|
I18n.load_path.flatten!
|
data/phantom_helpers.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
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.
|
5
|
+
s.version = '0.11.0.alpha2'
|
6
6
|
s.summary = 'Phantom View Helpers'
|
7
7
|
s.description = 'rails helpers for bootstrap 3'
|
8
|
-
s.licenses
|
8
|
+
s.licenses = ['GNU GPL-3', 'AGPL-3']
|
9
9
|
s.required_ruby_version = '>= 1.8.7'
|
10
10
|
|
11
11
|
s.author = ['Vassil Kalkov', 'Rei Kagetsuki', 'Nakaya Yukiharu']
|
@@ -0,0 +1,21 @@
|
|
1
|
+
.index-header {
|
2
|
+
margin-bottom: 10px;
|
3
|
+
}
|
4
|
+
|
5
|
+
.panel:last-child {
|
6
|
+
margin-bottom: 20px;
|
7
|
+
margin-top: 10px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.panel-footer {
|
11
|
+
padding: 0px;
|
12
|
+
border: none;
|
13
|
+
}
|
14
|
+
|
15
|
+
.alert-dismissable .close {
|
16
|
+
position: relative;
|
17
|
+
top: -2px;
|
18
|
+
right: 0px;
|
19
|
+
color: red;
|
20
|
+
font-size: 24px;
|
21
|
+
}
|
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.
|
4
|
+
version: 0.11.0.alpha2
|
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-
|
13
|
+
date: 2013-11-05 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: rails helpers for bootstrap 3
|
16
16
|
email: info@genshin.org
|
@@ -31,6 +31,8 @@ files:
|
|
31
31
|
- locales/en.yml
|
32
32
|
- locales/ja.yml
|
33
33
|
- phantom_helpers.gemspec
|
34
|
+
- vendor/assets/stylesheets/helpers.css
|
35
|
+
- vendor/assets/stylesheets/phantom_helpers.css
|
34
36
|
homepage: http://github.com/Genshin/phantom_helpers
|
35
37
|
licenses:
|
36
38
|
- GNU GPL-3
|