# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{santey_blog} s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Alexander Shamne"] s.date = %q{2010-06-20} s.description = %q{longer description of your gem} s.email = %q{alexander.shamne@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "Gemfile", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "app/controllers/posts_controller.rb", "app/models/post.rb", "app/views/includes/_archives.html.haml", "app/views/includes/_disqus_comments.html.erb", "app/views/includes/_footer.html.haml", "app/views/includes/_footer_javascript.html.erb", "app/views/includes/_head.html.haml", "app/views/includes/_header.html.haml", "app/views/includes/_menu.html.haml", "app/views/includes/_recent.html.haml", "app/views/includes/_tags.html.haml", "app/views/includes/_top.html.haml", "app/views/layouts/application.html.haml", "app/views/posts/_post.html.haml", "app/views/posts/index.html.haml", "app/views/posts/index.rss.builder", "app/views/posts/show.html.haml", "config/routes.rb", "lib/generators/santey_blog_generator.rb", "lib/generators/templates/css/blueprint/TUTORIAL.textile", "lib/generators/templates/css/blueprint/ie.css", "lib/generators/templates/css/blueprint/plugins/buttons/icons/cross.png", "lib/generators/templates/css/blueprint/plugins/buttons/icons/key.png", "lib/generators/templates/css/blueprint/plugins/buttons/icons/tick.png", "lib/generators/templates/css/blueprint/plugins/buttons/readme.txt", "lib/generators/templates/css/blueprint/plugins/buttons/screen.css", "lib/generators/templates/css/blueprint/plugins/fancy-type/readme.txt", "lib/generators/templates/css/blueprint/plugins/fancy-type/screen.css", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/doc.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/email.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/external.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/feed.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/im.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/pdf.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/visited.png", "lib/generators/templates/css/blueprint/plugins/link-icons/icons/xls.png", "lib/generators/templates/css/blueprint/plugins/link-icons/readme.txt", "lib/generators/templates/css/blueprint/plugins/link-icons/screen.css", "lib/generators/templates/css/blueprint/plugins/rtl/readme.txt", "lib/generators/templates/css/blueprint/plugins/rtl/screen.css", "lib/generators/templates/css/blueprint/print.css", "lib/generators/templates/css/blueprint/screen.css", "lib/generators/templates/css/blueprint/src/forms.css", "lib/generators/templates/css/blueprint/src/grid.css", "lib/generators/templates/css/blueprint/src/grid.png", "lib/generators/templates/css/blueprint/src/ie.css", "lib/generators/templates/css/blueprint/src/print.css", "lib/generators/templates/css/blueprint/src/reset.css", "lib/generators/templates/css/blueprint/src/typography.css", "lib/generators/templates/css/screen.css", "lib/generators/templates/initializers/santey_blog.rb", "lib/generators/templates/migrations/create_posts.rb", "lib/santey_blog.rb", "lib/santey_blog/engine.rb", "lib/santey_blog/view_helper.rb", "santey_blog.gemspec", "test/santey_blog_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/shamne/santey_blog} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Blog gem} s.test_files = [ "test/santey_blog_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_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end