--- !ruby/object:Gem::Specification name: santey_blog version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 0 version: 0.2.0 platform: ruby authors: - Alexander Shamne autorequire: bindir: bin cert_chain: [] date: 2010-06-22 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: santey_vote prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: santey_view prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id003 description: longer description of your gem email: alexander.shamne@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - Gemfile - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/sb/admin/posts_controller.rb - app/controllers/sb/posts_controller.rb - app/controllers/sb_controller.rb - app/controllers/user_sessions_controller.rb - app/controllers/users_controller.rb - app/models/post.rb - app/models/user.rb - app/models/user_session.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/santey_blog.html.haml - app/views/sb/admin/posts/_form.html.haml - app/views/sb/admin/posts/_publish.html.haml - app/views/sb/admin/posts/edit.html.haml - app/views/sb/admin/posts/index.html.haml - app/views/sb/admin/posts/new.html.haml - app/views/sb/posts/_post.html.haml - app/views/sb/posts/index.html.haml - app/views/sb/posts/index.rss.builder - app/views/sb/posts/show.html.haml - app/views/user_sessions/new.html.erb - app/views/users/_form.html.haml - app/views/users/edit.html.haml - app/views/users/new.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/images/body-bg.gif - lib/generators/templates/images/icons/Thumbs.db - lib/generators/templates/images/icons/delete.png - lib/generators/templates/images/icons/edit.png - lib/generators/templates/images/icons/selected.png - lib/generators/templates/images/icons/unselected.png - lib/generators/templates/images/logo.png - 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 has_rdoc: true homepage: http://github.com/shamne/santey_blog licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Blog gem test_files: - test/santey_blog_test.rb - test/test_helper.rb