markdown_preview 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/markdown_preview.gemspec +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This gem gives you instant markdown preview for any textarea you want, anywhere
|
|
|
6
6
|
|
|
7
7
|
1. Add to your Gemfile:
|
|
8
8
|
|
|
9
|
-
`gem 'markdown_preview'
|
|
9
|
+
`gem 'markdown_preview'`
|
|
10
10
|
|
|
11
11
|
2. Run the Rake task:
|
|
12
12
|
|
data/markdown_preview.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.platform = Gem::Platform::RUBY
|
|
3
3
|
s.name = 'markdown_preview'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.3'
|
|
5
5
|
s.authors = ["Jeff McFadden"]
|
|
6
6
|
s.email = "jeff.mcfadden@gmail.com"
|
|
7
7
|
s.homepage = "http://github.com/jeffmcfadden/markdown_preview"
|