BBRedCloth 0.8.7 → 0.8.8

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.
@@ -2,7 +2,7 @@ module RedCloth
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 8
5
- TINY = 7
5
+ TINY = 8
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
@@ -814,6 +814,19 @@ html: |-
814
814
  A notextile block ends it.
815
815
  valid_html: false
816
816
  ---
817
+ name: extended non-block doesn't cause issues
818
+ in: |-
819
+ well.. this is awkward
820
+
821
+ Second div.
822
+
823
+ heyyyy
824
+ html: |-
825
+ <p>well.. this is awkward</p>
826
+ <p>Second div.</p>
827
+ <p>heyyyy</p>
828
+ valid_html: false
829
+ ---
817
830
  name: simple parentheses
818
831
  in: |-
819
832
  before (in parens) after
metadata CHANGED
@@ -1,27 +1,25 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: BBRedCloth
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.8
4
5
  prerelease:
5
- version: 0.8.7
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Ryan Alyea
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-01-02 00:00:00 Z
12
+ date: 2013-02-26 00:00:00.000000000 Z
14
13
  dependencies: []
14
+ description: ! 'BBRedCloth-0.8.8 - Textile parser for Ruby. Includes BBCode additions.
15
15
 
16
- description: |-
17
- BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions.
18
- http://redcloth.org/
16
+ http://redcloth.org/'
19
17
  email: ryan@fangamer.com
20
- executables:
18
+ executables:
21
19
  - redcloth
22
- extensions:
20
+ extensions:
23
21
  - ext/redcloth_scan/extconf.rb
24
- extra_rdoc_files:
22
+ extra_rdoc_files:
25
23
  - CHANGELOG
26
24
  - lib/case_sensitive_require/RedCloth.rb
27
25
  - lib/redcloth/erb_extension.rb
@@ -32,7 +30,7 @@ extra_rdoc_files:
32
30
  - lib/redcloth/version.rb
33
31
  - lib/redcloth.rb
34
32
  - README.textile
35
- files:
33
+ files:
36
34
  - bin/redcloth
37
35
  - CHANGELOG
38
36
  - COPYING
@@ -101,39 +99,37 @@ files:
101
99
  - ext/redcloth_scan/redcloth_bbcode_inline.c
102
100
  homepage: http://redcloth.org
103
101
  licenses: []
104
-
105
102
  post_install_message:
106
- rdoc_options:
103
+ rdoc_options:
107
104
  - --line-numbers
108
105
  - --inline-source
109
106
  - --title
110
107
  - BBRedCloth
111
108
  - --main
112
109
  - README.textile
113
- require_paths:
110
+ require_paths:
114
111
  - lib
115
112
  - ext
116
113
  - lib/case_sensitive_require
117
- required_ruby_version: !ruby/object:Gem::Requirement
114
+ required_ruby_version: !ruby/object:Gem::Requirement
118
115
  none: false
119
- requirements:
120
- - - ">="
121
- - !ruby/object:Gem::Version
116
+ requirements:
117
+ - - ! '>='
118
+ - !ruby/object:Gem::Version
122
119
  version: 1.8.4
123
- required_rubygems_version: !ruby/object:Gem::Requirement
120
+ required_rubygems_version: !ruby/object:Gem::Requirement
124
121
  none: false
125
- requirements:
126
- - - ">="
127
- - !ruby/object:Gem::Version
128
- version: "1.2"
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '1.2'
129
126
  requirements: []
130
-
131
127
  rubyforge_project: bbredcloth
132
- rubygems_version: 1.8.7
128
+ rubygems_version: 1.8.24
133
129
  signing_key:
134
130
  specification_version: 3
135
- summary: BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/
136
- test_files:
131
+ summary: BBRedCloth-0.8.8 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/
132
+ test_files:
137
133
  - test/test_custom_tags.rb
138
134
  - test/test_erb.rb
139
135
  - test/test_extensions.rb