BBRedCloth 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
data/BBRedCloth.gemspec CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{BBRedCloth}
5
- s.version = "0.8.2"
5
+ s.version = "0.8.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ryan Alyea"]
9
- s.date = %q{2011-06-01}
9
+ s.date = %q{2011-06-09}
10
10
  s.default_executable = %q{redcloth}
11
- s.description = %q{BBRedCloth-0.8.2 - Textile parser for Ruby. Includes BBCode additions.
11
+ s.description = %q{BBRedCloth-0.8.3 - Textile parser for Ruby. Includes BBCode additions.
12
12
  http://redcloth.org/}
13
13
  s.email = %q{ryan@fangamer.com}
14
14
  s.executables = ["redcloth"]
@@ -21,7 +21,7 @@ http://redcloth.org/}
21
21
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
22
22
  s.rubyforge_project = %q{bbredcloth}
23
23
  s.rubygems_version = %q{1.3.7}
24
- s.summary = %q{BBRedCloth-0.8.2 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/}
24
+ s.summary = %q{BBRedCloth-0.8.3 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/}
25
25
  s.test_files = ["test/test_custom_tags.rb", "test/test_erb.rb", "test/test_extensions.rb", "test/test_formatters.rb", "test/test_parser.rb", "test/test_restrictions.rb"]
26
26
 
27
27
  if s.respond_to? :specification_version then