YSRedCloth 4.2.14 → 4.2.15

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 = 4
4
4
  MINOR = 2
5
- TINY = 14
5
+ TINY = 15
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: YSRedCloth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 2
9
- - 14
10
- version: 4.2.14
9
+ - 15
10
+ version: 4.2.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Garber
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-05-29 00:00:00 Z
20
+ date: 2012-05-30 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  type: :development
@@ -228,7 +228,7 @@ rubyforge_project: redcloth
228
228
  rubygems_version: 1.8.11
229
229
  signing_key:
230
230
  specification_version: 3
231
- summary: RedCloth-4.2.14
231
+ summary: RedCloth-4.2.15
232
232
  test_files:
233
233
  - spec/benchmark_spec.rb
234
234
  - spec/custom_tags_spec.rb