flexa_lib 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/flexa_lib.gemspec CHANGED
@@ -7,7 +7,7 @@ require 'flexa_lib/version'
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'flexa_lib'
9
9
  # s.version = FlexaLib::VERSION
10
- s.version = '0.2.3'
10
+ s.version = '0.2.4'
11
11
  s.platform = Gem::Platform::RUBY
12
12
 
13
13
  s.authors = ['Allan Freitas','Marcio Sfalsin']
@@ -38,8 +38,8 @@
38
38
 
39
39
  //OVERRIDE
40
40
  [class^="icon-"], [class*=" icon-"] {
41
- background-image: "glyphicons-halflings.png";
41
+ background-image: url("glyphicons-halflings.png");
42
42
  }
43
43
  .icon-white {
44
- background-image: "glyphicons-halflings-white.png";
44
+ background-image: url("glyphicons-halflings-white.png");
45
45
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexa_lib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Allan Freitas