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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f99b58ba7ecd2b58b0ec8dc6f05b1d388009bf4
4
- data.tar.gz: b46ca36dfd508269928108aa0da5477dea7fb06d
3
+ metadata.gz: 206b7c71c57f9677044b0f016a7546931af7ea51
4
+ data.tar.gz: f587b2b2bd4d6a607fe7a068a9300a778e962834
5
5
  SHA512:
6
- metadata.gz: f3152d6a506b79370c9804d275ffb33cf5cbe0eaea7e31584541ad6cae720434d46a7f6f54939c6cf8329c1f1daa627c1593587945faec8c654722bb1a596095
7
- data.tar.gz: 447c603bf2072fb338284e17dc932bc25a480116a6b3dce490598ef80258cee9be0ea915b002bfa320cbd0f0e7b8595103efa56429384db87d5495f100b97f03
6
+ metadata.gz: c4defa59101a2725475ff2617581f3683e4993f523e29669059b0d5a737874af12ed1f3f54d8c544370a6cae7b608c506d28b031ae4d3d31c66937e437492703
7
+ data.tar.gz: 4bfeedb9bcbf7865e338eb3a0e78fd5f49eaf613347411833a8da6963b6409bbb49689bf8629917801aec8db096901bd84cd521b4cbc54f4a41ecee44250f351
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ### master
2
2
 
3
+ ### 1.0.0.beta5 - 2016-08-18
4
+
5
+ * bug fixes
6
+ * fix bookingsync-icons precompilation
7
+
3
8
  ### 1.0.0.beta4 - 2016-08-18
4
9
 
5
10
  * bug fixes
@@ -16,7 +16,8 @@
16
16
  }
17
17
 
18
18
  [class^="bs-icon-"], [class*=" bs-icon-"] {
19
- font-family: '#{$smiles-font-name}';
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.beta4)
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.1)
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
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module BookingSync
3
- VERSION = '1.0.0.beta4'
3
+ VERSION = '1.0.0.beta5'
4
4
  end
5
5
  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.beta4
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-17 00:00:00.000000000 Z
11
+ date: 2016-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass