atlas_assets 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.1.5)
12
+ atlas_assets (0.1.6)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -5,7 +5,7 @@
5
5
  // 383.9 x 45.4
6
6
 
7
7
  .logo {
8
- background-image: url(asset_path('logo.svg'));
8
+ background-image: url(image_path('logo.svg'));
9
9
  background-size: 100% auto;
10
10
  background-repeat: no-repeat;
11
11
  display: inline-block;
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  .logo.logo-white {
18
- background-image: url(asset_path('logo-white.svg'));
18
+ background-image: url(image_path('logo-white.svg'));
19
19
  }
20
20
 
21
21
  .logo.logo-small {
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: