jekyll-markdown-block 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjI2MGE4YTdmNTk4MTMzNTVkNTg1Y2ExMmQ2NzY1MTMxNWY3ODIzZg==
5
- data.tar.gz: !binary |-
6
- Zjg1YjJhOTA3NzM2ZjU4ODcyYTIxZTdmODQzZTM1MjZiM2VjODJjMw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- NTcwYmU0NGQ4OTU4ODQ4MThmNjlhODgzYzI4OGY4MmJkYjIxOWYyYTBhNzhm
10
- OTMyZjIzYzA2ZDMyNTgzNjg4MzcxNmFhZjRlNmY4YmJmN2YzMTE0NzZlZmY2
11
- M2ZmMjZjNjg2ODRmMTI2NTBkMTU2NTc2MTdjZjdjZjI1ZWE5Yjg=
12
- data.tar.gz: !binary |-
13
- NTg4N2QxMDM2YjhlZGNjYWFhYzEzMmVmZjI4ZWFlMGUxNDBiNzllNjQ0ODQ0
14
- YzRhMDgxZTU0OTAyMTkyNDcyYjQ2NzIxOWQ2YzE0M2FiYWM2MDc1ODU1ZGQ4
15
- NDU0YjZiZDY5MGExOTViMTIxNGRiODg1Y2UwMzU4ZWIyYTI2ODY=
2
+ SHA1:
3
+ metadata.gz: faf1ee354e2039b0c0988c6b7a563c370aec8ed2
4
+ data.tar.gz: abdbd7ffc6b067b00df56ba3798e9f54d5661665
5
+ SHA512:
6
+ metadata.gz: 394e27f0badf145bde82b5a42486ad814e2a28ff9384b4d059267e183291e7e864dddc4bd5af66b307ddf1dd8e8ec9e4079aeb49ee368510c3e62275a1d8885e
7
+ data.tar.gz: ba546db35cbb5f795b0bb7741af2c709ba42bd6dc6b427e27d946233059ee26afadbbddad49985444a0aeab66c18064d22c42443a3b19f3fb4c8db6d09c46b58
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ # 1.1.0 - 2014-05-22
4
+
5
+ - Support Jekyll 2.0
6
+
7
+ # 1.0.0 - 2013-10-24
8
+
9
+ - Initial release
data/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/jekyll-markdown-block.png)](http://badge.fury.io/rb/jekyll-markdown-block) [![Build Status](https://travis-ci.org/imathis/jekyll-markdown-block.png)](https://travis-ci.org/imathis/jekyll-markdown-block)
4
4
 
5
+ Why? Because you should be able to:
6
+
7
+ - Write markdown anywhere.
8
+ - {% include %} markdown files anywhere.
9
+
5
10
  ## Installation
6
11
 
7
12
  Add this line to your application's Gemfile under
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency "bundler", "~> 1.3"
22
22
  spec.add_development_dependency "rake"
23
23
 
24
- spec.add_runtime_dependency "jekyll", "~> 1.0"
24
+ spec.add_runtime_dependency "jekyll", "~> 2.0"
25
25
  end
@@ -1,6 +1,6 @@
1
1
  module Jekyll
2
2
  module MarkdownBlockVersion
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
6
6
 
@@ -3,4 +3,3 @@ markdown: redcarpet
3
3
  source: source
4
4
  destination: site
5
5
  plugins: source/_plugins
6
- pygments: false
@@ -19,7 +19,7 @@
19
19
  <h2>Testing testing, 1, 2, 3</h2>
20
20
 
21
21
  <p>Let&#39;s see how <em><a href="https://github.com/imathis/jekyll-markdown-block">this</a></em> does.</p>
22
- <div class="highlight"><pre><code class="text language-text" data-lang="text">puts 'awesome' unless not_awesome?
22
+ <div class="highlight"><pre><code class="language-text" data-lang="text">puts &#39;awesome&#39; unless not_awesome?
23
23
  </code></pre></div>
24
24
  <ul>
25
25
  <li>One item</li>
@@ -19,7 +19,7 @@
19
19
  <h2>Testing testing, 1, 2, 3</h2>
20
20
 
21
21
  <p>Let&#39;s see how <em><a href="https://github.com/imathis/jekyll-markdown-block">this</a></em> does.</p>
22
- <div class="highlight"><pre><code class="text language-text" data-lang="text">puts 'awesome' unless not_awesome?
22
+ <div class="highlight"><pre><code class="language-text" data-lang="text">puts &#39;awesome&#39; unless not_awesome?
23
23
  </code></pre></div>
24
24
  <ul>
25
25
  <li>One item</li>
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-markdown-block
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-24 00:00:00.000000000 Z
11
+ date: 2014-05-23 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.3'
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.3'
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: jekyll
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.0'
47
+ version: '2.0'
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
- version: '1.0'
54
+ version: '2.0'
55
55
  description: A Liquid Block which lets you use markdown in any Jekyll template.
56
56
  email:
57
57
  - brandon@imathis.com
@@ -59,8 +59,9 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
63
- - .travis.yml
62
+ - ".gitignore"
63
+ - ".travis.yml"
64
+ - CHANGELOG.md
64
65
  - Gemfile
65
66
  - LICENSE.txt
66
67
  - README.md
@@ -88,17 +89,17 @@ require_paths:
88
89
  - lib
89
90
  required_ruby_version: !ruby/object:Gem::Requirement
90
91
  requirements:
91
- - - ! '>='
92
+ - - ">="
92
93
  - !ruby/object:Gem::Version
93
94
  version: '0'
94
95
  required_rubygems_version: !ruby/object:Gem::Requirement
95
96
  requirements:
96
- - - ! '>='
97
+ - - ">="
97
98
  - !ruby/object:Gem::Version
98
99
  version: '0'
99
100
  requirements: []
100
101
  rubyforge_project:
101
- rubygems_version: 2.0.7
102
+ rubygems_version: 2.2.2
102
103
  signing_key:
103
104
  specification_version: 4
104
105
  summary: A Liquid Block which lets you use markdown in any Jekyll template.