Skip to content

Commit

Permalink
ignore solr, database, temporary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Oct 20, 2016
1 parent ea17935 commit ea17cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enju_event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "Event management for Next-L Enju"

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/{log,private,solr,tmp}/**/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_message", "~> 0.2.0.beta.4"
s.add_dependency "ri_cal"
Expand Down

0 comments on commit ea17cff

Please sign in to comment.