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.
Files changed (3) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +7 -17
  3. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2b1741097995d4de239ec65130896d2d71d7b097
4
- data.tar.gz: c1faa3b03d2ce1cea809901b5244e547a4c51d9d
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Y2EzMjE0MDU4ZDM0ZmU3M2ZjNzU3Yzk3ZjRhYTA5NDg0OTRkYWVkNg==
5
+ data.tar.gz: !binary |-
6
+ ODViMzU3YTRhNDE0NzE2MzlhZjA3ZmJkYjlkMDAwYWVlYjM5ZWY5Yg==
5
7
  SHA512:
6
- metadata.gz: f4a0874357974edcafc829d36e82818e55c3280ef026a91cc00aab7f61c13d9764fbe98b340c022d7ed7243a8f5a6753f842aa25afccf348122e95b8089bc805
7
- data.tar.gz: 409bfe9bd0faf5a859542b6f82f30a29e7b1f31f0daba1fce06a5ff7682f92453b6f02c7dd71a641c5ab00b57f8ab317af97e866f1c421fa4ae85bc2b034f4cd
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
- # Markdown::Js::Rails
1
+ # markdownjs-rails
2
2
 
3
- TODO: Write a gem description
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
- And then execute:
11
+ Add the following directive to your Javascript manifest file (eg: application.js):
12
12
 
13
- $ bundle
13
+ //= require markdown
14
14
 
15
- Or install it yourself as:
15
+ ## Versioning
16
16
 
17
- $ gem install markdownjs-rails
17
+ markdownjs-rails 1.0.1 == Markdown.js 1.0.1
18
18
 
19
- ## Usage
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.5.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: 2014-10-28 00:00:00.000000000 Z
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.2.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.