Skip to content

Commit

Permalink
remove target files for release. cf. next-l/enju_leaf#1291
Browse files Browse the repository at this point in the history
  • Loading branch information
masao committed Sep 24, 2017
1 parent 8558bda commit 68e9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enju_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "Grid User interface for Next-L Enju"

s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["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/**/*"] - Dir["spec/dummy/db/*.sqlite3"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/{log,solr,tmp}/**/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_biblio", "~> 0.2.1"

Expand Down

0 comments on commit 68e9086

Please sign in to comment.