YSRedCloth 4.2.11 → 4.2.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module RedCloth
2
2
  module VERSION
3
3
  MAJOR = 4
4
4
  MINOR = 2
5
- TINY = 11
5
+ TINY = 12
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: 33
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 2
9
- - 11
10
- version: 4.2.11
9
+ - 12
10
+ version: 4.2.12
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-23 00:00:00 Z
20
+ date: 2012-05-25 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.11
231
+ summary: RedCloth-4.2.12
232
232
  test_files:
233
233
  - spec/benchmark_spec.rb
234
234
  - spec/custom_tags_spec.rb