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: 17d99fbe1b64e71f6803eb72b35f509b2e578321
4
- data.tar.gz: 43f44d919fc5ac785d01b3b01d606c16bbba6f48
3
+ metadata.gz: 4c367d470dc15d14bf8d84d78eab254f55bcd489
4
+ data.tar.gz: a8507b6c808c7c7162e76bcf5c2058ac3c30715a
5
5
  SHA512:
6
- metadata.gz: c27d1b10c137fc8a44aa7e1d2dfeb328576e4a0cfcbf3459994a8a85b293624d91648761827b0235912547b9b183a0430284bc95672b374a022e309bcdf2e4ed
7
- data.tar.gz: 56d4381f08e09289d3d6105b5228549ea083ba122813665d28c2e4ea0c09b8abc1822005c50fde432e54a96d9aa7b157edb533f2f29eb9d2c3e0b9ac3929a734
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!
@@ -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.alpha1'
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 = ['GNU GPL-3', 'AGPL-3']
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
+ }
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require helpers
3
+ */
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.alpha1
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-10-24 00:00:00.000000000 Z
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