Skip to content

Commit

Permalink
remove dir globbing for github
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjparrott committed Dec 18, 2008
1 parent 1299288 commit ba8629c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railsmachine.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Gem::Specification.new do |s|
s.summary = %q{The Rails Machine task library} s.summary = %q{The Rails Machine task library}


s.extra_rdoc_files = ["README"] s.extra_rdoc_files = ["README"]
s.files = Dir.glob("{bin,lib,resources,tools}/**/*") + %w(README LICENSE COPYING) #s.files = Dir.glob("{bin,lib,resources,tools}/**/*") + %w(README LICENSE COPYING)
s.files = ["bin/railsmachine", "lib/railsmachine", "lib/railsmachine/generators", "lib/railsmachine/generators/loader.rb", "lib/railsmachine/generators/railsmachine", "lib/railsmachine/generators/railsmachine/railsmachine_generator.rb", "lib/railsmachine/generators/railsmachine/templates", "lib/railsmachine/generators/railsmachine/templates/deploy.rb", "lib/railsmachine/generators/railsmachine/USAGE", "lib/railsmachine/recipes", "lib/railsmachine/recipes/app", "lib/railsmachine/recipes/app/deploy.rb", "lib/railsmachine/recipes/app/mongrel.rb", "lib/railsmachine/recipes/app/passenger.rb", "lib/railsmachine/recipes/db", "lib/railsmachine/recipes/db/mysql.rb", "lib/railsmachine/recipes/db/postgresql.rb", "lib/railsmachine/recipes/db/sqlite3.rb", "lib/railsmachine/recipes/scm", "lib/railsmachine/recipes/scm/git.rb", "lib/railsmachine/recipes/scm/subversion.rb", "lib/railsmachine/recipes/web", "lib/railsmachine/recipes/web/apache.rb", "lib/railsmachine/recipes/web/templates", "lib/railsmachine/recipes/web/templates/mongrel", "lib/railsmachine/recipes/web/templates/mongrel/httpd-ssl.conf", "lib/railsmachine/recipes/web/templates/mongrel/httpd.conf", "lib/railsmachine/recipes/web/templates/passenger", "lib/railsmachine/recipes/web/templates/passenger/httpd-ssl.conf", "lib/railsmachine/recipes/web/templates/passenger/httpd.conf", "lib/railsmachine/recipes.rb", "resources/defaults.yaml", "tools/rakehelp.rb", "README", "LICENSE", "COPYING"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.2.0} s.rubygems_version = %q{1.2.0}


Expand Down

0 comments on commit ba8629c

Please sign in to comment.