BBRedCloth.gemspec in BBRedCloth-0.8.3 vs BBRedCloth.gemspec in BBRedCloth-0.8.4

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{BBRedCloth} - s.version = "0.8.3" + s.version = "0.8.4" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Ryan Alyea"] - s.date = %q{2011-06-09} + s.date = %q{2011-06-12} s.default_executable = %q{redcloth} - s.description = %q{BBRedCloth-0.8.3 - Textile parser for Ruby. Includes BBCode additions. + s.description = %q{BBRedCloth-0.8.4 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/} s.email = %q{ryan@fangamer.com} s.executables = ["redcloth"] s.extensions = ["ext/redcloth_scan/extconf.rb"] s.extra_rdoc_files = ["CHANGELOG", "lib/case_sensitive_require/RedCloth.rb", "lib/redcloth/erb_extension.rb", "lib/redcloth/formatters/base.rb", "lib/redcloth/formatters/html.rb", "lib/redcloth/formatters/latex.rb", "lib/redcloth/textile_doc.rb", "lib/redcloth/version.rb", "lib/redcloth.rb", "README.textile"] @@ -19,10 +19,10 @@ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "BBRedCloth", "--main", "README.textile"] s.require_paths = ["lib", "ext", "lib/case_sensitive_require"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.4") s.rubyforge_project = %q{bbredcloth} s.rubygems_version = %q{1.3.7} - s.summary = %q{BBRedCloth-0.8.3 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/} + s.summary = %q{BBRedCloth-0.8.4 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/} 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"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3