markdownjs-rails 1.0.1 → 1.0.2

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 CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Y2EzMjE0MDU4ZDM0ZmU3M2ZjNzU3Yzk3ZjRhYTA5NDg0OTRkYWVkNg==
5
- data.tar.gz: !binary |-
6
- ODViMzU3YTRhNDE0NzE2MzlhZjA3ZmJkYjlkMDAwYWVlYjM5ZWY5Yg==
2
+ SHA1:
3
+ metadata.gz: f52aaa3b8fc4b0d93eda19e449853f41b2d1c5db
4
+ data.tar.gz: f5a40a878fbbc74bb60838191da8e08dbd27c7b8
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MzYzZjVkYjUzNmIwNzFhNzc1ZmNiMGEwZWU2ZWI3MmExOTkzNWI1OGY0NGI0
10
- ZWUyYzcwNmFkY2JlNjk1NzlmNDA2NWI4YTdiZGU5YzU1YTdlNGI5ZDdjNDg1
11
- NmUwMTgwZjYzZTBjZDEwNjE3MmRhYjA0MTAyMDg1MzI3MTA4OGI=
12
- data.tar.gz: !binary |-
13
- MGVhMDI0MzZkMWNhYzhjMDg4NjZmNjQzZmIzYWI4YmQyNGY1MmMyZTA3MWJl
14
- ODZmOTA3NzZhMTRkMTY3NTBjNzA1ZjY4ZGM2ZTQ5NzhhOTNmODk4MTFjNDYw
15
- OTUzYzE2NjEyMDVlYzc4Mjk4OGFkYzViMDZjNGZjZmVhMjZiMjY=
6
+ metadata.gz: 22119c145c8b52e5afca76d7dd0af530da7210002f1ddbd431dd40fd8c53cb8582bca94d222bb0bf5aedfef87c8c4aa4c36eb120369e0619fbc31df6f58a7d2d
7
+ data.tar.gz: ba2bc5e2f7df66626a5efb32bf14c673e89cb1447d2d45a9f70306bf7b0731dd24cbd18132f3d86354201c75c165ffec35ae120114196c359c7223c9a2dab301
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Ross Chapman
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # markdownjs-rails
2
2
 
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.
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 handle minification in your production environment or if you set `config.assets.debug = false` in other environments.
4
4
 
5
5
  ## Installation
6
6
 
@@ -11,9 +11,3 @@ Add this line to your application's Gemfile:
11
11
  Add the following directive to your Javascript manifest file (eg: application.js):
12
12
 
13
13
  //= require markdown
14
-
15
- ## Versioning
16
-
17
- markdownjs-rails 1.0.1 == Markdown.js 1.0.1
18
-
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.
@@ -1,8 +1,6 @@
1
- module Markdown
2
- module Js
3
- module Rails
4
- class Engine < ::Rails::Engine
5
- end
1
+ module MarkdownJs
2
+ module Rails
3
+ class Engine < ::Rails::Engine
6
4
  end
7
5
  end
8
6
  end
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: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Chapman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-09 00:00:00.000000000 Z
11
+ date: 2016-05-24 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,10 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - MIT-LICENSE.txt
63
+ - README.md
62
64
  - lib/markdownjs-rails.rb
63
65
  - vendor/assets/javascripts/markdown.js
64
- - README.md
65
66
  homepage: https://github.com/rosschapman/markdownjs-rails
66
67
  licenses:
67
68
  - MIT
@@ -72,19 +73,18 @@ require_paths:
72
73
  - lib
73
74
  required_ruby_version: !ruby/object:Gem::Requirement
74
75
  requirements:
75
- - - ! '>='
76
+ - - ">="
76
77
  - !ruby/object:Gem::Version
77
78
  version: '0'
78
79
  required_rubygems_version: !ruby/object:Gem::Requirement
79
80
  requirements:
80
- - - ! '>='
81
+ - - ">="
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  requirements: []
84
85
  rubyforge_project:
85
- rubygems_version: 2.1.10
86
+ rubygems_version: 2.4.5.1
86
87
  signing_key:
87
88
  specification_version: 4
88
89
  summary: A simple wrapper for markdown.js to play nice with the Rails asset pipeline.
89
90
  test_files: []
90
- has_rdoc: