YSRedCloth 4.2.12 → 4.2.13

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,24 +2,24 @@ module RedCloth
2
2
  module VERSION
3
3
  MAJOR = 4
4
4
  MINOR = 2
5
- TINY = 12
5
+ TINY = 13
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')
9
9
  TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
10
10
  FULL_VERSION = "#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')}"
11
-
11
+
12
12
  class << self
13
13
  def to_s
14
14
  STRING
15
15
  end
16
-
16
+
17
17
  def ==(arg)
18
18
  STRING == arg
19
19
  end
20
20
  end
21
21
  end
22
-
22
+
23
23
  NAME = "RedCloth"
24
24
  GEM_NAME = NAME
25
25
  URL = "http://redcloth.org/"
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: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 2
9
- - 12
10
- version: 4.2.12
9
+ - 13
10
+ version: 4.2.13
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-25 00:00:00 Z
20
+ date: 2012-05-28 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.12
231
+ summary: RedCloth-4.2.13
232
232
  test_files:
233
233
  - spec/benchmark_spec.rb
234
234
  - spec/custom_tags_spec.rb