pagedown-rails 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  Add this line to the assets group in your Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'pagedown-rails', '~> 1.1.0'
10
+ gem 'pagedown-rails', '~> 1.1.1'
11
11
  ```
12
12
 
13
13
  Add the necessary libraries to `app/assets/javascripts/application.js`:
@@ -1,5 +1,5 @@
1
1
  module PageDown
2
2
  module Rails
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  .wmd-button > span {
43
- background-image: image-url('markdown-buttons.png');
43
+ background-image: url(<%= asset_path 'markdown-buttons.png' %>);
44
44
  background-repeat: no-repeat;
45
45
  background-position: 0px 0px;
46
46
  width: 20px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagedown-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -42,7 +42,7 @@ files:
42
42
  - vendor/assets/javascripts/markdown.converter.js
43
43
  - vendor/assets/javascripts/markdown.editor.js
44
44
  - vendor/assets/javascripts/markdown.sanitizer.js
45
- - vendor/assets/stylesheets/markdown.css
45
+ - vendor/assets/stylesheets/markdown.css.erb
46
46
  - README.md
47
47
  homepage: http://github.com/rh/pagedown-rails
48
48
  licenses: