textile_toolbar.gemspec in textile_toolbar-0.5 vs textile_toolbar.gemspec in textile_toolbar-0.5.1
- old
+ new
@@ -1,33 +1,60 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# -*- encoding: utf-8 -*-
+
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
\ No newline at end of file
+ s.name = %q{textile_toolbar}
+ s.version = "0.5.1"
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.authors = ["Matthew Bass"]
+ s.date = %q{2009-12-14}
+ s.description = %q{Adds a handy Textile toolbar to any text area.}
+ s.email = %q{pelargir@gmail.com}
+ s.extra_rdoc_files = [
+ "README",
+ "TODO"
+ ]
+ s.files = [
+ ".gitignore",
+ "CHANGELOG",
+ "MIT-LICENSE",
+ "README",
+ "Rakefile",
+ "TODO",
+ "VERSION",
+ "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/images/textile_toolbar/underline.png",
+ "files/public/javascripts/textile_toolbar.js",
+ "init.rb",
+ "lib/textile_toolbar.rb",
+ "tasks/textile_toolbar.rake",
+ "test/test_helper.rb",
+ "test/textile_toolbar_test.rb",
+ "textile_toolbar.gemspec"
+ ]
+ s.homepage = %q{http://github.com/pelargir/textile_toolbar}
+ s.rdoc_options = ["--charset=UTF-8"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = %q{1.3.5}
+ s.summary = %q{Adds a handy Textile toolbar to any text area.}
+ s.test_files = [
+ "test/test_helper.rb",
+ "test/textile_toolbar_test.rb"
+ ]
+
+ if s.respond_to? :specification_version then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+ s.specification_version = 3
+
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ else
+ end
+ else
+ end
+end
+