octopress-codefence 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0ba8ecc86de09e4e10e8d4a9c6a64afb0fe57d2
4
- data.tar.gz: e43a0b12467ba1110b74556b52f0ce00cb7a524a
3
+ metadata.gz: 1a161290196baa05552975e69e2460e067a63d5b
4
+ data.tar.gz: 39192d21c221100865b44227b971d5aba27b78a4
5
5
  SHA512:
6
- metadata.gz: 3bc3ed627cdac2ae68259777c04adb3cdca7694098c4682a148e38158381e4f195b68c2a96a374e0f401ba676884021053070cfa7557bfcb8ac0ca3c1ff7264b
7
- data.tar.gz: cb5d5ab9ebd36b1d78aa71c8a8d9c2c74d4ec1fac5b41e17b65770f11bfe9a1842ce66e3af48cd3535a366bce40027518cdd4fa6ac54a5f7fa106014a7fc5eb8
6
+ metadata.gz: c9c2a93db13b9ce46c7c1d0c7facae49bc18504a1e6951abd9a9d24244903544bd3f581cdd5151cc8683cd3aa60d4e8d39f6c5a44a2447457abc3181d3909951
7
+ data.tar.gz: a3cdafdf8cbed85d9df8cfd1b2e33cbe76986a69105e41ba470f31900adb86eee0484c356915c69d2d869267bc321440d75f36f329170b2f42835b255e0e4867
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.5.1 - 2015-01-04
4
+ - Documentation updates
5
+
3
6
  ## 1.5.0 - 2015-01-03
4
7
  - Now html comments can be used for setting code options.
5
8
  - Added usage documentation.
data/README.md CHANGED
@@ -9,13 +9,11 @@ Write beautiful fenced code snippets within any template.
9
9
 
10
10
  ### Using Bundler
11
11
 
12
- Add this line to your application's Gemfile (optionally in the `:jekyll_plugins` group:
12
+ Add this gem to your site's Gemfile in the `:jekyll_plugins` group:
13
13
 
14
- ```ruby
15
- group :jekyll_plugins do
16
- gem 'octopress-codefence'
17
- end
18
- ```
14
+ group :jekyll_plugins do
15
+ gem 'octopress-codefence'
16
+ end
19
17
 
20
18
  Then install the gem with Bundler
21
19
 
@@ -27,10 +25,8 @@ Then install the gem with Bundler
27
25
 
28
26
  Then add the gem to your Jekyll configuration.
29
27
 
30
- ```yaml
31
- gems:
32
- - octopress-codefence
33
- ```
28
+ gems:
29
+ - octopress-codefence
34
30
 
35
31
  ## Usage
36
32
 
@@ -97,9 +97,10 @@ end
97
97
  if defined? Octopress::Docs
98
98
  Octopress::Docs.add({
99
99
  name: "Octopress Codefence",
100
+ gem: "octopress-codefence",
101
+ version: Octopress::Codefence::VERSION,
100
102
  description: "Write beatuiful code snippets, with backtick code fences",
101
103
  path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
102
104
  source_url: "https://github.com/octopress/codefence",
103
- version: Octopress::Codefence::VERSION
104
105
  })
105
106
  end
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Codefence
3
- VERSION = "1.5.0"
3
+ VERSION = "1.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-codefence
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-03 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-code-highlighter