public
Fork of cpjolicoeur/bb-ruby
Description: BBCode implementation for Ruby
Homepage: http://github.com/cpjolicoeur/bb-ruby
Clone URL: git://github.com/ferblape/bb-ruby.git
bb-ruby / bb-ruby.gemspec
100644 14 lines (13 sloc) 0.525 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = "bb-ruby"
  s.version = "0.6.1"
  s.date = "2008-06-27"
  s.summary = "BBCode conversion library for Ruby"
  s.email = "cpjolicoeur@gmail.com"
  s.homepage = "http://github.com/cpjolicoeur/bb-ruby"
  s.description = "bb-ruby is a Ruby library to convert BBCode markup to HTML"
  s.has_rdoc = false
  s.authors = ["Craig P Jolicoeur"]
  s.files = ["bb-ruby.gemspec", "init.rb", "README.markdown", "lib/bb-ruby.rb", "test/test-bb-ruby.rb"]
  s.test_files = ["test/test-bb-ruby.rb"]
end