markdown_checkboxes 0.3.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/markdown_checkboxes.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd7589c90a43830985a675bf69fda41511348195
4
- data.tar.gz: 58f0d22bc7118899a68cc5b4bda7906509edb575
3
+ metadata.gz: 0ea96096179d10e3b2b36f4117b20dd2a2804527
4
+ data.tar.gz: 78cbdd44d40970cb9a33186ee92a14b3447e2af1
5
5
  SHA512:
6
- metadata.gz: d94edcc96124b714d00a5a9ea545766d045cbbc097e7fbfdb220d79612298f820b0cc5220bde7968e646c7546e6c927b9611d819b6bb547d0b810b72bdfd8581
7
- data.tar.gz: 52cdbe0c1c9b727800c02a9ea2e7f8126ae8612f9717437209fa809b107ebfd5e1d7312feb6d164f78202385fed05bf236ae5ca877466cb27e34a0411e5f3fb0
6
+ metadata.gz: 4ff792ba40d9229886329b7af19af537be67952821dd248cdb6391ef9ad1c07a262c8169b59a3dad95f793d18ce60bd15bd76d50114435f520638cdc9c90df02
7
+ data.tar.gz: 22a38cda1d9741b279ee751dfd098bece236a43442dbbfba008aee1eafef25e9617ee8f1400e4613145482c959f130784d08b105a74f3ea3b28e805b4d24c6d7
@@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/markdown_checkboxes/data_struct'
5
5
  class CheckboxMarkdown < Redcarpet::Markdown
6
6
  include ActionView::Helpers::FormTagHelper
7
7
 
8
- VERSION = '0.3.0'
8
+ VERSION = '1.0.0'
9
9
 
10
10
  def render(text, &block)
11
11
  text = parse_with_checkboxes(text, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_checkboxes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brightbit Apps
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -100,3 +100,4 @@ signing_key:
100
100
  specification_version: 4
101
101
  summary: Markdown with checkbox support
102
102
  test_files: []
103
+ has_rdoc: