Skip to content

Commit

Permalink
* selector and we may as well regenerate the gemspec now? Closes GH-173
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 2, 2010
1 parent 25614df commit 876cee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require File.expand_path('../../vendor/refinerycms/refinery.rb', __FILE__)
files = %w( .gitignore .yardopts Gemfile readme.md license.md changelog.md todo.md ).map { |file| Dir[file] }.flatten
files = %w( .gitignore .yardopts Gemfile *.md ).map { |file| Dir[file] }.flatten
%w(app bin config db features lib public script test themes vendor).sort.each do |dir|
files += Dir.glob("#{dir}/**/*")
end
Expand Down
6 changes: 5 additions & 1 deletion refinerycms.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.8}
s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.}
s.date = %q{2010-08-31}
s.date = %q{2010-09-02}
s.summary = %q{A Ruby on Rails CMS that supports Rails 3}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down Expand Up @@ -40,6 +40,7 @@ Gem::Specification.new do |s|
'app/models',
'app/views',
'bin/refinerycms',
'changelog.md',
'config/database.yml.mysql',
'config/database.yml.postgresql',
'config/database.yml.sqlite3',
Expand Down Expand Up @@ -92,6 +93,9 @@ Gem::Specification.new do |s|
'db/seeds/inquiry_settings.rb',
'db/seeds/pages.rb',
'db/seeds/refinery_settings.rb',
'license.md',
'readme.md',
'todo.md',
'vendor/refinerycms',
'vendor/refinerycms/authentication',
'vendor/refinerycms/authentication/app',
Expand Down

0 comments on commit 876cee5

Please sign in to comment.