markdownjs-rails 0.5.0 → 1.0.1
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.
- checksums.yaml +13 -5
- data/README.md +7 -17
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
Y2EzMjE0MDU4ZDM0ZmU3M2ZjNzU3Yzk3ZjRhYTA5NDg0OTRkYWVkNg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ODViMzU3YTRhNDE0NzE2MzlhZjA3ZmJkYjlkMDAwYWVlYjM5ZWY5Yg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MzYzZjVkYjUzNmIwNzFhNzc1ZmNiMGEwZWU2ZWI3MmExOTkzNWI1OGY0NGI0
|
10
|
+
ZWUyYzcwNmFkY2JlNjk1NzlmNDA2NWI4YTdiZGU5YzU1YTdlNGI5ZDdjNDg1
|
11
|
+
NmUwMTgwZjYzZTBjZDEwNjE3MmRhYjA0MTAyMDg1MzI3MTA4OGI=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MGVhMDI0MzZkMWNhYzhjMDg4NjZmNjQzZmIzYWI4YmQyNGY1MmMyZTA3MWJl
|
14
|
+
ODZmOTA3NzZhMTRkMTY3NTBjNzA1ZjY4ZGM2ZTQ5NzhhOTNmODk4MTFjNDYw
|
15
|
+
OTUzYzE2NjEyMDVlYzc4Mjk4OGFkYzViMDZjNGZjZmVhMjZiMjY=
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
#
|
1
|
+
# markdownjs-rails
|
2
2
|
|
3
|
-
|
3
|
+
markdownjs-rails wraps the [Markdown.js](https://github.com/evilstreak/markdown-js) library in a rails engine for simple use with the asset pipeline provided by rails 3.1. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will minify in production.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -8,22 +8,12 @@ Add this line to your application's Gemfile:
|
|
8
8
|
|
9
9
|
gem 'markdownjs-rails'
|
10
10
|
|
11
|
-
|
11
|
+
Add the following directive to your Javascript manifest file (eg: application.js):
|
12
12
|
|
13
|
-
|
13
|
+
//= require markdown
|
14
14
|
|
15
|
-
|
15
|
+
## Versioning
|
16
16
|
|
17
|
-
|
17
|
+
markdownjs-rails 1.0.1 == Markdown.js 1.0.1
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it ( https://github.com/[my-github-username]/markdownjs-rails/fork )
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create a new Pull Request
|
19
|
+
Every attempt is made to mirror the currently shipping Markdown.js version number wherever possible. Should a gem bug be discovered, a 4th version identifier will be added and incremented.
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: markdownjs-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ross Chapman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.6'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.6'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ! '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ! '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: railties
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ! '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '3.1'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.1'
|
55
55
|
description:
|
@@ -59,9 +59,9 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- README.md
|
63
62
|
- lib/markdownjs-rails.rb
|
64
63
|
- vendor/assets/javascripts/markdown.js
|
64
|
+
- README.md
|
65
65
|
homepage: https://github.com/rosschapman/markdownjs-rails
|
66
66
|
licenses:
|
67
67
|
- MIT
|
@@ -72,17 +72,17 @@ require_paths:
|
|
72
72
|
- lib
|
73
73
|
required_ruby_version: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
|
-
- -
|
75
|
+
- - ! '>='
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ! '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.1.10
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: A simple wrapper for markdown.js to play nice with the Rails asset pipeline.
|