bootstrap_sb_admin_base_v2 0.1.0 → 0.1.1
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: eaf8105db2f419b5d13bdf2ec087043095493fb3
|
4
|
+
data.tar.gz: 3986491e31a295f881a05cd5f4be04957a673cd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7db4324f3354b84e2e45a2d98d7b966febb2f8fd81519bf9c1b15cfb4d80d4965c058cf9e267e36cc43387ead44b311e233d313e1898738310eb76ac68c9607f
|
7
|
+
data.tar.gz: e00af821c0c5ac4b824a0977e8620d951a01f124e6a64f4a7c84fcdcb4312f9c63f18a1a133ba401fc79ed1284183da43448ef9991721deb8349aa17f37d4818
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## About
|
2
2
|
|
3
|
-
bootstrap_sb_admin_base_v2 is a Rails gem of the Bootstrap based admin theme SB Admin 2. Originally created by Start Bootstrap, all the credits of the development of the Bootstrap admin theme are of them. This is just and adaptation into Rails gem in order to make it easier to integrate all the assets (fonts, images, css and js) into a Rails application.
|
3
|
+
bootstrap_sb_admin_base_v2 is a (work in progress) Rails gem of the Bootstrap based admin theme SB Admin 2. Originally created by Start Bootstrap, all the credits of the development of the Bootstrap admin theme are of them. This is just and adaptation into Rails gem in order to make it easier to integrate all the assets (fonts, images, css and js) into a Rails application.
|
4
4
|
|
5
5
|
You could check the original Bootstrap admin theme repository [here](https://github.com/IronSummitMedia/startbootstrap-sb-admin-2).
|
6
6
|
|
@@ -10,14 +10,12 @@
|
|
10
10
|
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
11
11
|
// about supported directives.
|
12
12
|
//
|
13
|
-
//= require ./jquery/jquery.min
|
14
13
|
//= require ./jquery/jquery.dataTables.min
|
15
|
-
//= require ./bootstrap/bootstrap.min
|
16
14
|
//= require ./bootstrap/dataTables.bootstrap.min
|
17
|
-
//= require_tree ./flot
|
18
15
|
//= require ./metis_menu/metisMenu.min
|
19
16
|
//= require ./morris/morris.min
|
20
17
|
//= require ./raphael/raphael-min
|
18
|
+
//= require_tree ./flot
|
21
19
|
//= require ./sb-admin-2/sb-admin-2
|
22
20
|
|
23
21
|
$(document).ready(function(){
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap_sb_admin_base_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Gonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,6 +38,34 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: jquery-rails
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: bootstrap-sass
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
41
69
|
description: Rails gem of the Bootstrap based admin theme SB Admin 2. Originally created
|
42
70
|
by Start Bootstrap. You could check the original theme on https://github.com/IronSummitMedia/startbootstrap-sb-admin-2
|
43
71
|
email:
|