aboutsummaryrefslogblamecommitdiffstats
path: root/refinerycms-blog.gemspec
blob: 544e8fb6e459c919875473413ae9dac44020d71e (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                            
                               
                                                                                                                                     
                                      




                                                                          
 
                                                       
                                              
                                           









                                                       



                                                 

                                    


                                      
              

                                     


                               
                                




                                          





                                                           
                                 

                                                         
                                                
                                               
                              
                                            
                                             
                                           




                                                      
                                                     

                                                                  


                                           

                                                       

                                          


                                         
                                       
                                          
                                      
                                        



                                              
                                            
                                        
                

                  
                         
                         
                         
                         
                         
                         

                         
                         
                            
                         

                            
                    



                                             
                                                 

                                
            
                            





                                                 

                                                      

                                                   

                  
                  
                                                
                           



                                        




                                                          
                                                 





                                                        
                                               
                                               
                      

                                                   
                                          
                      

                                                    
                                           
             
        



                                       


   
Gem::Specification.new do |s|
  s.name              = %q{refinerycms-blog}
  s.version           = %q{1.4}
  s.description       = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
  s.date              = %q{2011-03-28}
  s.summary           = %q{Ruby on Rails blogging engine for RefineryCMS.}
  s.email             = %q{info@refinerycms.com}
  s.homepage          = %q{http://refinerycms.com}
  s.authors           = %w(Resolve\ Digital Neoteric\ Design)
  s.require_paths     = %w(lib)

  s.add_dependency    'refinerycms-core',  '>= 0.9.9.1'
  s.add_dependency    'filters_spam', '~> 0.2'
  s.add_dependency    'acts-as-taggable-on'

  s.files             = %w(
    app
    app/controllers
    app/controllers/admin
    app/controllers/admin/blog
    app/controllers/admin/blog/categories_controller.rb
    app/controllers/admin/blog/comments_controller.rb
    app/controllers/admin/blog/posts_controller.rb
    app/controllers/admin/blog/settings_controller.rb
    app/controllers/blog
    app/controllers/blog/categories_controller.rb
    app/controllers/blog/posts_controller.rb
    app/controllers/blog_controller.rb
    app/helpers
    app/helpers/blog_posts_helper.rb
    app/mailers
    app/mailers/blog
    app/mailers/blog/comment_mailer.rb
    app/models
    app/models/blog
    app/models/blog/comment_mailer.rb
    app/models/blog_category.rb
    app/models/blog_comment.rb
    app/models/blog_post.rb
    app/models/categorization.rb
    app/views
    app/views/admin
    app/views/admin/blog
    app/views/admin/blog/_submenu.html.erb
    app/views/admin/blog/categories
    app/views/admin/blog/categories/_category.html.erb
    app/views/admin/blog/categories/_form.html.erb
    app/views/admin/blog/categories/_sortable_list.html.erb
    app/views/admin/blog/categories/edit.html.erb
    app/views/admin/blog/categories/index.html.erb
    app/views/admin/blog/categories/new.html.erb
    app/views/admin/blog/comments
    app/views/admin/blog/comments/_comment.html.erb
    app/views/admin/blog/comments/_sortable_list.html.erb
    app/views/admin/blog/comments/index.html.erb
    app/views/admin/blog/comments/show.html.erb
    app/views/admin/blog/posts
    app/views/admin/blog/posts/_form.css.erb
    app/views/admin/blog/posts/_form.html.erb
    app/views/admin/blog/posts/_form.js.erb
    app/views/admin/blog/posts/_post.html.erb
    app/views/admin/blog/posts/_sortable_list.html.erb
    app/views/admin/blog/posts/edit.html.erb
    app/views/admin/blog/posts/index.html.erb
    app/views/admin/blog/posts/new.html.erb
    app/views/admin/blog/posts/uncategorized.html.erb
    app/views/admin/blog/settings
    app/views/admin/blog/settings/notification_recipients.html.erb
    app/views/blog
    app/views/blog/categories
    app/views/blog/categories/show.html.erb
    app/views/blog/comment_mailer
    app/views/blog/comment_mailer/notification.html.erb
    app/views/blog/posts
    app/views/blog/posts/_comment.html.erb
    app/views/blog/posts/_nav.html.erb
    app/views/blog/posts/_post.html.erb
    app/views/blog/posts/archive.html.erb
    app/views/blog/posts/index.html.erb
    app/views/blog/posts/index.rss.builder
    app/views/blog/posts/show.html.erb
    app/views/blog/posts/tagged.html.erb
    app/views/blog/shared
    app/views/blog/shared/_categories.html.erb
    app/views/blog/shared/_post.html.erb
    app/views/blog/shared/_posts.html.erb
    app/views/blog/shared/_rss_feed.html.erb
    app/views/blog/shared/_tags.html.erb
    changelog.md
    config
    config/locales
    config/locales/cs.yml
    config/locales/de.yml
    config/locales/en.yml
    config/locales/es.yml
    config/locales/fr.yml
    config/locales/it.yml
    config/locales/nb.yml
    config/locales/nl.yml
    config/locales/pl.yml
    config/locales/pt-BR.yml
    config/locales/ru.yml
    config/locales/sk.yml
    config/locales/zh-CN.yml
    config/routes.rb
    db
    db/migrate
    db/migrate/1_create_blog_structure.rb
    db/migrate/2_add_user_id_to_blog_posts.rb
    db/migrate/3_acts_as_taggable_on_migration.rb
    db/seeds
    db/seeds/refinerycms_blog.rb
    features
    features/authors.feature
    features/support
    features/support/factories
    features/support/factories/blog_categories.rb
    features/support/factories/blog_comments.rb
    features/support/factories/blog_posts.rb
    features/support/paths.rb
    features/support/step_definitions
    features/support/step_definitions/authors_steps.rb
    features/support/step_definitions/tags_steps.rb
    features/tags.feature
    lib
    lib/gemspec.rb
    lib/generators
    lib/generators/refinerycms_blog_generator.rb
    lib/refinerycms-blog.rb
    public
    public/images
    public/images/refinerycms-blog
    public/images/refinerycms-blog/icons
    public/images/refinerycms-blog/icons/cog.png
    public/images/refinerycms-blog/icons/comment.png
    public/images/refinerycms-blog/icons/comment_cross.png
    public/images/refinerycms-blog/icons/comment_tick.png
    public/images/refinerycms-blog/icons/comments.png
    public/images/refinerycms-blog/icons/down.gif
    public/images/refinerycms-blog/icons/folder.png
    public/images/refinerycms-blog/icons/folder_add.png
    public/images/refinerycms-blog/icons/folder_edit.png
    public/images/refinerycms-blog/icons/page.png
    public/images/refinerycms-blog/icons/page_add.png
    public/images/refinerycms-blog/icons/page_copy.png
    public/images/refinerycms-blog/icons/up.gif
    public/images/refinerycms-blog/rss-feed.png
    public/javascripts
    public/javascripts/refinery
    public/javascripts/refinery/refinerycms-blog.js
    public/javascripts/refinerycms-blog.js
    public/stylesheets
    public/stylesheets/refinery
    public/stylesheets/refinery/refinerycms-blog.css
    public/stylesheets/refinerycms-blog.css
    readme.md
    spec
    spec/models
    spec/models/blog_categories_spec.rb
    spec/models/blog_comments_spec.rb
    spec/models/blog_posts_spec.rb
  )
  
end