bootstrap-bookingsync-sass 1.0.0.beta4 → 1.0.0.beta5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/assets/stylesheets/bookingsync/_smiles.scss +2 -1
- data/docs/Gemfile.lock +2 -2
- data/lib/bootstrap/bookingsync/engine.rb +1 -0
- data/lib/bootstrap/bookingsync/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 206b7c71c57f9677044b0f016a7546931af7ea51
|
4
|
+
data.tar.gz: f587b2b2bd4d6a607fe7a068a9300a778e962834
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4defa59101a2725475ff2617581f3683e4993f523e29669059b0d5a737874af12ed1f3f54d8c544370a6cae7b608c506d28b031ae4d3d31c66937e437492703
|
7
|
+
data.tar.gz: 4bfeedb9bcbf7865e338eb3a0e78fd5f49eaf613347411833a8da6963b6409bbb49689bf8629917801aec8db096901bd84cd521b4cbc54f4a41ecee44250f351
|
data/CHANGELOG.md
CHANGED
@@ -16,7 +16,8 @@
|
|
16
16
|
}
|
17
17
|
|
18
18
|
[class^="bs-icon-"], [class*=" bs-icon-"] {
|
19
|
-
|
19
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
20
|
+
font-family: '#{$smiles-font-name}' !important;
|
20
21
|
speak: none;
|
21
22
|
font-style: normal;
|
22
23
|
font-weight: normal;
|
data/docs/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
bootstrap-bookingsync-sass (1.0.0.
|
4
|
+
bootstrap-bookingsync-sass (1.0.0.beta5)
|
5
5
|
bootstrap-sass (>= 3.3.5)
|
6
6
|
|
7
7
|
GEM
|
@@ -9,7 +9,7 @@ GEM
|
|
9
9
|
specs:
|
10
10
|
adsf (1.2.0)
|
11
11
|
rack (>= 1.0.0)
|
12
|
-
autoprefixer-rails (6.4.0.
|
12
|
+
autoprefixer-rails (6.4.0.2)
|
13
13
|
execjs
|
14
14
|
bootstrap-sass (3.3.6)
|
15
15
|
autoprefixer-rails (>= 5.2.1)
|
@@ -9,6 +9,7 @@ module Bootstrap
|
|
9
9
|
app.config.assets.paths << root.join('assets', sub).to_s
|
10
10
|
end
|
11
11
|
app.config.assets.precompile << %r(bookingsync/bookingsync-smiles\.(?:eot|svg|ttf|woff2?)$)
|
12
|
+
app.config.assets.precompile << %r(bookingsync/bookingsync-icons\.(?:eot|svg|ttf|woff2?)$)
|
12
13
|
end
|
13
14
|
end
|
14
15
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-bookingsync-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Grosjean
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|