markdown-toolbar 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Markdown
2
2
  module Toolbar
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -30,7 +30,7 @@
30
30
  }
31
31
  <% %w{ bold italic strike list_bullets list_numbers heading_2 heading_3 link image}.each_with_index do |button, index| %>
32
32
  .mdt_button_<%= button %> {
33
- background: url( asset-url('<%= "text_#{button}.png" %>', image ) );
33
+ background: url( '<%= asset_path "/images/text_#{button}.png" %>' );
34
34
  &:active{
35
35
  background-position: 1px 1px;
36
36
  }
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: markdown-toolbar
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vitaliy Yanchuk