santey_blog.gemspec in santey_blog-0.1.2 vs santey_blog.gemspec in santey_blog-0.2.0
- old
+ new
@@ -3,15 +3,15 @@
# 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.version = "0.2.0"
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.date = %q{2010-06-22}
s.description = %q{longer description of your gem}
s.email = %q{alexander.shamne@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -22,27 +22,42 @@
"Gemfile",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
- "app/controllers/posts_controller.rb",
+ "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/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",
+ "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",
@@ -72,9 +87,16 @@
"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",