rails-bootstrap 3.0.0.3 → 3.0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/{vendor → app}/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/{vendor → app}/assets/fonts/glyphicons-halflings-regular.svg +0 -0
- data/{vendor → app}/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/{vendor → app}/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/{vendor → app}/assets/javascripts/bootstrap.js +0 -0
- data/{vendor/assets/stylesheets/bootstrap.css → app/assets/stylesheets/bootstrap.css.erb} +2 -2
- data/lib/rails/bootstrap/version.rb +1 -1
- metadata +53 -75
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
OWFhZmJmZmQzMTc4MjFiOTllMTk1ZTYxOTViMTA0MWIzZjQzNmNlYQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
YzMwZDBlMGExMDJhYWRhMzM0MjRjNzlkNWQzNTczNTY4NDYxZjFjNQ==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
N2JjN2E3Zjg1MzNiMzc1YmZhZjU3ZWFjZTAzMDJiMzU3MTRhZWM3MDhiZGE5
|
10
|
+
NDhmOGQwZjYzNzE0OTA2YWE3ZDI1YTFjZTczZGM1NDhjZDI3MzFlNTE4Nzcz
|
11
|
+
NjMxZjUyYTkwMGQ4Y2M5ZTM3YWVmYjhjOWY4OTcxZTNjYjZlYjg=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NDYyNDZkYTk5OTk2MDJhMTRiYjNjZmE2ZTgzZGUwMWQyOTc5OTQ4ZDBhZGNh
|
14
|
+
OTBmZjlhNzU0NDcxMDBkZmJmOTI1MmMzMzdkNTQwMjk3ODg3MzIyYmQ4YmI4
|
15
|
+
ODJkYzk1NGEwZjc0N2FlYWJjYTcyMmMzMjk3NjE5NGZmMTZiNDI=
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -2385,8 +2385,8 @@ input[type="button"].btn-block {
|
|
2385
2385
|
|
2386
2386
|
@font-face {
|
2387
2387
|
font-family: 'Glyphicons Halflings';
|
2388
|
-
src: url('glyphicons-halflings-regular.eot');
|
2389
|
-
src: url('glyphicons-halflings-regular.eot
|
2388
|
+
src: url('<%= font_path('glyphicons-halflings-regular.eot') %>');
|
2389
|
+
src: url('<%= font_path('glyphicons-halflings-regular.eot') %>?#iefix') format('embedded-opentype'), url('<%= font_path('glyphicons-halflings-regular.woff') %>') format('woff'), url('<%= font_path('glyphicons-halflings-regular.ttf') %>') format('truetype'), url('<%= font_path('glyphicons-halflings-regular.svg') %>#glyphicons-halflingsregular') format('svg');
|
2390
2390
|
}
|
2391
2391
|
|
2392
2392
|
.glyphicon {
|
metadata
CHANGED
@@ -1,109 +1,87 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-bootstrap
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 0
|
9
|
-
- 0
|
10
|
-
- 3
|
11
|
-
version: 3.0.0.3
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.0.4
|
12
5
|
platform: ruby
|
13
|
-
authors:
|
6
|
+
authors:
|
14
7
|
- Joshua Bussdieker
|
15
8
|
autorequire:
|
16
9
|
bindir: bin
|
17
10
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2014-03-14 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
22
14
|
name: bundler
|
23
|
-
|
24
|
-
|
25
|
-
none: false
|
26
|
-
requirements:
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
27
17
|
- - ~>
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
segments:
|
31
|
-
- 1
|
32
|
-
- 3
|
33
|
-
version: "1.3"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.3'
|
34
20
|
type: :development
|
35
|
-
version_requirements: *id001
|
36
|
-
- !ruby/object:Gem::Dependency
|
37
|
-
name: rake
|
38
21
|
prerelease: false
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ! '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
48
34
|
type: :development
|
49
|
-
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ! '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
50
41
|
description:
|
51
|
-
email:
|
42
|
+
email:
|
52
43
|
- jbussdieker@gmail.com
|
53
44
|
executables: []
|
54
|
-
|
55
45
|
extensions: []
|
56
|
-
|
57
46
|
extra_rdoc_files: []
|
58
|
-
|
59
|
-
files:
|
47
|
+
files:
|
60
48
|
- .gitignore
|
61
49
|
- Gemfile
|
62
50
|
- LICENSE.txt
|
63
51
|
- README.md
|
64
52
|
- Rakefile
|
53
|
+
- app/assets/fonts/glyphicons-halflings-regular.eot
|
54
|
+
- app/assets/fonts/glyphicons-halflings-regular.svg
|
55
|
+
- app/assets/fonts/glyphicons-halflings-regular.ttf
|
56
|
+
- app/assets/fonts/glyphicons-halflings-regular.woff
|
57
|
+
- app/assets/javascripts/bootstrap.js
|
58
|
+
- app/assets/stylesheets/bootstrap.css.erb
|
65
59
|
- lib/generators/bootstrap/install_generator.rb
|
66
60
|
- lib/rails/bootstrap.rb
|
67
61
|
- lib/rails/bootstrap/version.rb
|
68
62
|
- rails-bootstrap.gemspec
|
69
|
-
|
70
|
-
|
71
|
-
- vendor/assets/fonts/glyphicons-halflings-regular.ttf
|
72
|
-
- vendor/assets/fonts/glyphicons-halflings-regular.woff
|
73
|
-
- vendor/assets/javascripts/bootstrap.js
|
74
|
-
- vendor/assets/stylesheets/bootstrap.css
|
75
|
-
homepage: ""
|
76
|
-
licenses:
|
63
|
+
homepage: ''
|
64
|
+
licenses:
|
77
65
|
- MIT
|
66
|
+
metadata: {}
|
78
67
|
post_install_message:
|
79
68
|
rdoc_options: []
|
80
|
-
|
81
|
-
require_paths:
|
69
|
+
require_paths:
|
82
70
|
- lib
|
83
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
none: false
|
94
|
-
requirements:
|
95
|
-
- - ">="
|
96
|
-
- !ruby/object:Gem::Version
|
97
|
-
hash: 3
|
98
|
-
segments:
|
99
|
-
- 0
|
100
|
-
version: "0"
|
71
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ! '>='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - ! '>='
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '0'
|
101
81
|
requirements: []
|
102
|
-
|
103
82
|
rubyforge_project:
|
104
|
-
rubygems_version:
|
83
|
+
rubygems_version: 2.2.2
|
105
84
|
signing_key:
|
106
|
-
specification_version:
|
85
|
+
specification_version: 4
|
107
86
|
summary: Bootstrap for Rails
|
108
87
|
test_files: []
|
109
|
-
|