public
Description: Adds a handy toolbar to any Textile-enabled text area.
Homepage: http://terralien.com/projects/textile-toolbar/
Clone URL: git://github.com/pelargir/textile_toolbar.git
Click here to lend your support to: textile_toolbar and make a donation at www.pledgie.com !
Matthew (author)
Sat Aug 22 06:16:47 -0700 2009
commit  d3fd0930a1909a6e6dde2f8e39192d75954ac880
tree    794e5543b0474bfc508c5daf48a9d699bd43161c
parent  359a18afb991b4469f0c1e4580d69973c0711db8
textile_toolbar / textile_toolbar.gemspec
100644 33 lines (33 sloc) 1.026 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Gem::Specification.new do |s|
  s.name = "textile_toolbar"
  s.version = "0.5"
  s.date = "2008-08-21"
  s.summary = "Adds a handy Textile toolbar to any text area."
  s.email = "pelargir@gmail.com"
  s.homepage = "http://github.com/pelargir/textile_toolbar"
  s.description = "Adds a handy Textile toolbar to any text area."
  s.has_rdoc = true
  s.authors = ["Matthew Bass"]
  s.files = [
    "CHANGELOG",
    "deleted_files",
    "files/public/images/textile_toolbar/bold.png",
    "files/public/images/textile_toolbar/hyperlink.png",
    "files/public/images/textile_toolbar/image.png",
    "files/public/images/textile_toolbar/italic.png",
    "files/public/javascripts/textile_toolbar.js",
"init.rb",
"install.rb",
"lib/textile_toolbar.rb",
    "MIT-LICENSE",
    "Rakefile",
"README",
"tasks/asset_copier.rake",
"test/test_helper.rb",
"test/textile_toolbar_test.rb",
"textile_toolbar.gemspec",
    "TODO"
]
  s.rdoc_options = ["--main", "README"]
  s.extra_rdoc_files = ["README"]
end