You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.description = %q{BrowserCMS is a general purpose, open source Web Content Management System (CMS) that supports Ruby on Rails v3.2. It can be used as a standalone CMS, added to existing Rails projects or extended using Rails Engines.}
s.email = %q{github@browsermedia.com}
s.extra_rdoc_files = %w{
LICENSE.txt
COPYRIGHT.txt
GPL.txt
README.markdown
}
s.required_ruby_version = '>= 1.9.2'
s.files = Dir["{app,bin,db,doc,lib,vendor}/**/*"]
s.files += Dir[".yardopts"]
s.files += Dir["config/routes.rb"]
s.files -= Dir["lib/tasks/**/*"]
s.files += Dir["lib/tasks/cms.rake"]
# Test files are not used and throwing 'Gem::Package::TooLongFileName' errors during packaging, so we are going to skip for now.