# 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 = %q{scharfie-rails-footnotes} s.version = "3.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Scharfie"] s.date = %q{2009-11-12} s.description = %q{Textmate footnotes for rails} s.email = %q{tastyhat@jamesstuart.org} s.extra_rdoc_files = [ "README" ] s.files = [ ".gitignore", "CHANGELOG", "MIT-LICENSE", "README", "Rakefile", "VERSION", "init.rb", "lib/rails-footnotes.rb", "lib/rails-footnotes/assets/footnotes.css", "lib/rails-footnotes/assets/footnotes.js", "lib/rails-footnotes/backtracer.rb", "lib/rails-footnotes/footnotes.rb", "lib/rails-footnotes/notes/abstract_note.rb", "lib/rails-footnotes/notes/components_note.rb", "lib/rails-footnotes/notes/controller_note.rb", "lib/rails-footnotes/notes/cookies_note.rb", "lib/rails-footnotes/notes/env_note.rb", "lib/rails-footnotes/notes/files_note.rb", "lib/rails-footnotes/notes/filters_note.rb", "lib/rails-footnotes/notes/general_note.rb", "lib/rails-footnotes/notes/javascripts_note.rb", "lib/rails-footnotes/notes/layout_note.rb", "lib/rails-footnotes/notes/log_note.rb", "lib/rails-footnotes/notes/params_note.rb", "lib/rails-footnotes/notes/queries_note.rb", "lib/rails-footnotes/notes/routes_note.rb", "lib/rails-footnotes/notes/session_note.rb", "lib/rails-footnotes/notes/stylesheets_note.rb", "lib/rails-footnotes/notes/view_note.rb", "pkg/scharfie-rails-footnotes-3.4.2.gem", "rdoc/classes/ActionController.html", "rdoc/classes/ActionController/Base.html", "rdoc/classes/Footnotes.html", "rdoc/classes/Footnotes/Components.html", "rdoc/classes/Footnotes/Extensions.html", "rdoc/classes/Footnotes/Extensions/AbstractAdapter.html", "rdoc/classes/Footnotes/Extensions/Exception.html", "rdoc/classes/Footnotes/Extensions/MockController.html", "rdoc/classes/Footnotes/Extensions/QueryAnalyzer.html", "rdoc/classes/Footnotes/Extensions/Routes.html", "rdoc/classes/Footnotes/Extensions/Sql.html", "rdoc/classes/Footnotes/Filter.html", "rdoc/classes/Footnotes/Notes.html", "rdoc/classes/Footnotes/Notes/AbstractNote.html", "rdoc/classes/Footnotes/Notes/ComponentsNote.html", "rdoc/classes/Footnotes/Notes/ComponentsNote/ClassMethods.html", "rdoc/classes/Footnotes/Notes/ControllerComponentNote.html", "rdoc/classes/Footnotes/Notes/ControllerNote.html", "rdoc/classes/Footnotes/Notes/CookiesNote.html", "rdoc/classes/Footnotes/Notes/EnvNote.html", "rdoc/classes/Footnotes/Notes/FilesNote.html", "rdoc/classes/Footnotes/Notes/FiltersNote.html", "rdoc/classes/Footnotes/Notes/GeneralNote.html", "rdoc/classes/Footnotes/Notes/JavascriptsNote.html", "rdoc/classes/Footnotes/Notes/LayoutNote.html", "rdoc/classes/Footnotes/Notes/LogNote.html", "rdoc/classes/Footnotes/Notes/ParamsComponentNote.html", "rdoc/classes/Footnotes/Notes/ParamsNote.html", "rdoc/classes/Footnotes/Notes/QueriesNote.html", "rdoc/classes/Footnotes/Notes/RoutesNote.html", "rdoc/classes/Footnotes/Notes/SessionNote.html", "rdoc/classes/Footnotes/Notes/StylesheetsNote.html", "rdoc/classes/Footnotes/Notes/ViewComponentNote.html", "rdoc/classes/Footnotes/Notes/ViewNote.html", "rdoc/created.rid", "rdoc/files/README.html", "rdoc/files/lib/rails-footnotes/backtracer_rb.html", "rdoc/files/lib/rails-footnotes/footnotes_rb.html", "rdoc/files/lib/rails-footnotes/notes/abstract_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/components_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/controller_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/cookies_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/env_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/files_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/filters_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/general_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/javascripts_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/layout_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/log_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/params_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/queries_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/routes_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/session_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/stylesheets_note_rb.html", "rdoc/files/lib/rails-footnotes/notes/view_note_rb.html", "rdoc/files/lib/rails-footnotes_rb.html", "rdoc/fr_class_index.html", "rdoc/fr_file_index.html", "rdoc/fr_method_index.html", "rdoc/index.html", "rdoc/rdoc-style.css", "scharfie-rails-footnotes.gemspec", "test/footnotes_test.rb", "test/notes/abstract_note_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/scharfie/rails-footnotes} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Textmate footnotes for rails} s.test_files = [ "test/footnotes_test.rb", "test/notes/abstract_note_test.rb", "test/test_helper.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 s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end